aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.10.108' into lineage-15.1root-expert2018-07-211-7/+14
|\
| * net: prevent sign extension in dev_get_stats()Eric Dumazet2017-11-021-1/+1
| * net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-11-011-3/+4
| * net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-11-011-3/+9
* | Merge tag 'v3.10.106' into lineage-15.1root-expert2018-07-211-13/+41
|\|
| * net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-06-081-4/+31
| * net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-06-081-18/+13
| * net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-06-081-2/+2
| * gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-06-081-2/+3
| * gro: Enter slow-path if there is no tailroomHerbert Xu2017-06-081-1/+2
* | Merge tag 'v3.10.105' into lineage-15.1root-expert2018-07-201-1/+31
|\|
| * net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-02-101-1/+1
| * bonding: Fix bonding crashMahesh Bandewar2017-02-101-0/+16
* | Merge tag 'v3.10.90' into lineage-15.1root-expert2018-07-201-15/+14
|\|
| * net: call rcu_read_lock early in process_backlogJulian Anastasov2015-10-011-15/+14
* | Merge tag 'v3.10.72' into lineage-15.1root-expert2018-07-191-1/+1
|\|
| * net: reject creation of netdev names with colonsMatthew Thode2015-03-181-1/+1
* | Merge tag 'v3.10.70' into lineage-15.1root-expert2018-07-191-2/+6
|\|
| * net: rps: fix cpu unplugEric Dumazet2015-02-261-5/+15
* | Initial commit (g6f6e344)Mark (voidzero)2017-07-021-1397/+104
* | Revert "net: rps: fix data stall after hotplug"Pradosh Das2015-10-281-2/+3
* | net: core: dev: Free skb's in dev_cpu_callbackSubash Abhinov Kasiviswanathan2015-04-101-2/+2
* | net: rps: fix data stall after hotplugSubash Abhinov Kasiviswanathan2015-04-051-3/+2
* | net: rps: fix cpu unplugEric Dumazet2015-01-291-5/+15
* | Merge upstream tag 'v3.10.49' into msm-3.10Ian Maund2014-08-201-1/+6
|\|
| * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-261-1/+4
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-05-301-0/+1
| * vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-05-301-0/+1
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-08-151-4/+4
|/
* net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-03-061-11/+16
* net: core: Always propagate flag changes to interfacesVlad Yasevich2013-12-081-1/+1
* vlan: mask vlan prio bitsEric Dumazet2013-07-281-2/+9
* net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-261-0/+34
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-0/+11
* net: use netdev_features_t in skb_needs_linearize()Patrick McHardy2013-05-021-1/+1
* net: Use consume_skb() to free gso segmented skbSridhar Samudrala2013-04-301-1/+4
* net: remove redundant code in dev_hard_start_xmit()Eric Dumazet2013-04-251-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-0/+3
|\
| * net: rate-limit warn-bad-offload splats.Ben Greear2013-04-191-0/+3
* | net: Remove return value from list_netdevice()dingtianhong2013-04-221-3/+1
* | net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-6/+10
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+3
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-0/+1
|\|
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+6
|\|
| * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-03-291-0/+6
| * net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani2013-03-291-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+0
|\|
| * net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0