aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.4.113' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Hendrik Hagendorn2017-03-111-62/+84
|\
| * net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2016-10-261-1/+4
| * net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov2016-10-261-1/+1
| * net: call rcu_read_lock early in process_backlogJulian Anastasov2016-03-211-10/+10
| * net: do not process device backlog during unregistrationJulian Anastasov2016-03-211-2/+4
| * net: Fix stacked vlan offload features computationToshiaki Makita2015-04-141-6/+8
| * net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-12-011-5/+0
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-06-071-0/+1
| * net: core: Always propagate flag changes to interfacesVlad Yasevich2013-12-081-1/+1
| * net: use netdev_features_t in skb_needs_linearize()Patrick McHardy2013-05-191-1/+1
| * net: rate-limit warn-bad-offload splats.Ben Greear2013-05-011-0/+3
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-011-0/+1
| * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-051-0/+6
| * net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-04-051-1/+0
| * bridging: fix rx_handlers return codeCristian Bercaru2013-03-201-0/+1
| * net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-261-1/+3
| * af-packet: fix oops when socket is not presentEric Leblond2012-11-171-1/+1
| * vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-281-2/+5
| * net: do not disable sg for packets requiring no checksumEd Cashin2012-10-131-1/+2
| * net: small bug on rxhash calculationChema Gonzalez2012-10-131-5/+6
| * net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-021-1/+2
| * af_packet: don't emit packet on orig fanout groupEric Leblond2012-10-021-2/+14
| * net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-10-021-2/+5
| * net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-10-021-0/+4
| * net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-151-0/+3
| * net: remove skb_orphan_try()Eric Dumazet2012-07-161-22/+1
* | net: rps: fix cpu unplugEric Dumazet2015-01-291-5/+15
|/
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-31/+5
* net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-04-131-0/+20
* net: fix /proc/net/dev regressionEric Dumazet2012-04-031-45/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-0/+1
|\
| * net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise2012-03-281-0/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ | |/ |/|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | net: fix napi_reuse_skb() skb reserveEric Dumazet2012-03-211-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-65/+50
|\
| * net: Use bool for return value of dev_valid_name().David S. Miller2012-03-061-6/+6
| * net: export netdev_stats_to_stats64Eric Dumazet2012-03-051-4/+5
| * gro: more generic L2 header checkEric Dumazet2012-02-081-2/+8
| * PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches2012-02-011-55/+39
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-051-2/+8
|\ \
| * | gro: more generic L2 header checkEric Dumazet2012-02-081-2/+8
| |/
* / static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-12/+12
|/
* net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław2012-01-171-2/+3
* net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings2012-01-171-12/+19
* net: Use device model to get driver name in skb_gso_segment()Ben Hutchings2012-01-171-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-1/+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
* | net: net_device flags is an unsigned intEric Dumazet2011-12-011-7/+7