summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+34
2013-05-09gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-0/+11
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-04-23net: Remove return value from list_netdevice()dingtianhong1-3/+1
2013-04-20net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-6/+10
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+3
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-4/+5
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani1-1/+0
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-03-25net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet1-1/+0
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-18net: Fix a comment typoKusanagi Kouichi1-1/+1
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing1-1/+1
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-03-10tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar1-0/+4
2013-03-10net: Kill link between CSUM and SG features.Pravin B Shelar1-30/+33
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap1-1/+1
2013-03-06net: introduce NAPI_POLL_WEIGHTEric Dumazet1-0/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-8/+4
2013-02-23net: Fix locking bug in netif_set_xps_queueAlexander Duyck1-1/+3
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang1-1/+0
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang1-382/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-6/+6
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-3/+4
2013-02-18net: move ioctl functions into a separated fileCong Wang1-573/+0
2013-02-16net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+1
2013-02-16net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-31/+48
2013-02-15net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-07net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-07net: adjust skb_gso_segment() for calling in rx pathCong Wang1-5/+16
2013-02-07netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman1-1/+26
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches1-9/+5
2013-01-30net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-0/+8
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+9
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang1-175/+0
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet1-1/+5
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2013-01-12net, wireless: overwrite default_ethtool_opsStanislaw Gruszka1-0/+8