aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'google-common/android-3.10' into HEADBruno Martins2018-01-051-5/+11
|\
| * UPSTREAM: net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-12-281-3/+9
| * UPSTREAM: net: remove open-coded skb_cow_head.françois romieu2017-12-281-2/+2
* | net: call rcu_read_lock early in process_backlogJulian Anastasov2015-10-011-15/+14
* | net: reject creation of netdev names with colonsMatthew Thode2015-03-181-1/+1
* | net: rps: fix cpu unplugEric Dumazet2015-02-261-5/+15
* | 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
* | 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
* | net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+1
|\|
| * net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing2013-03-121-1/+1
* | net: Fix a comment typoKusanagi Kouichi2013-03-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-2/+3
|\|
| * bridging: fix rx_handlers return codeCristian Bercaru2013-03-081-0/+1
| * net: reduce net_rx_action() latency to 2 HZEric Dumazet2013-03-061-1/+1
| * net: fix new kernel-doc warnings in net coreRandy Dunlap2013-03-061-1/+1
* | tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar2013-03-091-0/+4
* | net: Kill link between CSUM and SG features.Pravin B Shelar2013-03-091-30/+33
* | net: introduce NAPI_POLL_WEIGHTEric Dumazet2013-03-051-0/+3
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+4
* net: Fix locking bug in netif_set_xps_queueAlexander Duyck2013-02-221-1/+3
* net: fix a build failure when !CONFIG_PROC_FSCong Wang2013-02-191-1/+0
* net: move procfs code to net/core/net-procfs.cCong Wang2013-02-191-382/+2
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-6/+6
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-3/+4
* net: move ioctl functions into a separated fileCong Wang2013-02-181-573/+0
* net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet2013-02-151-3/+1
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+1