summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-05-18dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
2013-05-01net: rate-limit warn-bad-offload splats.Ben Greear
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22net: Remove return value from list_netdevice()dingtianhong
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-17Merge tag 'v3.8.8'Scott Wood
2013-04-16ASF QoS Configuration intergrated with TC module.Sachin Saxena
2013-04-16Changes to support ASF QOS Integration with KernelSachin Saxena
2013-04-16dpaa_eth: Remove NETIF_F_HW_QDISC from standard capability setBogdan Hamciuc
2013-04-08dpaa_eth: Use NETIF_F_HW_QDISC to by-pass Txq locking codeBogdan Hamciuc
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-04-05net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-05net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-04-04net: make devnet_rename_seq a mutexSebastian Andrzej Siewior
2013-04-04net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2013-04-04net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-04-04softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-04-04net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-04-04skbufhead-raw-lock.patchThomas Gleixner
2013-04-04net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-04-04softirq-thread-do-softirq.patchThomas Gleixner
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang
2013-03-24net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-03-20bridging: fix rx_handlers return codeCristian Bercaru
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-18net: Fix a comment typoKusanagi Kouichi
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-09tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap
2013-03-06net: introduce NAPI_POLL_WEIGHTEric Dumazet
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang