aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-08-121-15/+11
* net: do not process device backlog during unregistrationJulian Anastasov2015-08-121-2/+4
* net: reject creation of netdev names with colonsMatthew Thode2015-05-091-1/+1
* net: rps: fix cpu unplugEric Dumazet2015-05-091-5/+15
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-02-201-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2015-02-201-5/+7
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-06-091-0/+1
* net: flow_dissector: fail on evil iph->ihlJason Wang2014-01-031-0/+2
* net: core: Always propagate flag changes to interfacesVlad Yasevich2014-01-031-1/+1
* netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-131-0/+1
* net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-101-0/+6
* bridging: fix rx_handlers return codeCristian Bercaru2013-03-271-0/+1
* net-rps: Fix brokeness causing OOO packetsTom Herbert2012-12-061-1/+3
* af-packet: fix oops when socket is not presentEric Leblond2012-11-161-1/+1
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-301-2/+5
* net: do not disable sg for packets requiring no checksumEd Cashin2012-10-101-1/+2
* net: small bug on rxhash calculationChema Gonzalez2012-10-101-4/+5
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-101-1/+2
* af_packet: don't emit packet on orig fanout groupEric Leblond2012-09-191-2/+14
* net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-09-191-2/+5
* net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-09-191-0/+4
* net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-101-0/+3
* net: remove skb_orphan_try()Eric Dumazet2012-07-251-22/+1
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-31/+5
* net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-05-201-0/+20
* net: fix /proc/net/dev regressionEric Dumazet2012-05-111-45/+13
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-04-021-1/+2
* gro: more generic L2 header checkEric Dumazet2012-02-291-2/+8
* net/core: fix rollback handler in register_netdevice_notifierRongQing.Li2011-11-301-1/+2
* net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-281-0/+6
* vlan: allow nested vlan_do_receive()Eric Dumazet2011-10-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-92/+244
|\
| * Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-0/+1
| |\
| | * rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-10-241-0/+1
| * | dev: use name hash for dev_seq_opsMihai Maruseac2011-10-211-15/+69
| * | net: validate HWTSTAMP ioctl parametersRichard Cochran2011-10-191-0/+58
| * | net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman2011-10-191-1/+7
| * | net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
| * | net: allow vlan traffic to be received under bondJohn Fastabend2011-10-181-11/+11
| * | RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings2011-10-031-6/+3
| * | net: rps: fix the support for PPPOEChangli Gao2011-09-281-1/+11
| * | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-0/+8
| |\ \ | | |/
| * | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-24/+0
| * | net: convert core to skb paged frag APIsIan Campbell2011-08-241-7/+9
| * | rps: support IPIP encapsulationEric Dumazet2011-08-241-0/+2
| * | net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko2011-08-221-4/+3
| * | net: rps: support PPPOE session messagesChangli Gao2011-08-181-0/+8
| * | net: rps: support 802.1QChangli Gao2011-08-181-0/+8
| * | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-171-4/+2
| * | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-171-6/+6