summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-53/+119
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck-1/+1
2014-12-09net: avoid to call skb_queue_len againLi RongQing-1/+1
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar-3/+9
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko-1/+1
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko-6/+2
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko-2/+2
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-0/+4
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček-10/+5
2014-11-10net: gro: add a per device gro flush timerEric Dumazet-4/+41
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman-1/+2
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra-5/+5
2014-11-03net: less interrupt masking in NAPIEric Dumazet-25/+43
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet-1/+14
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet-0/+4
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2014-10-15net: Add ndo_gso_checkTom Herbert-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+7
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-197/+262
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-10/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-10/+9
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet-1/+2
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet-3/+6
2014-10-06net: skb_segment() provides list head and tailEric Dumazet-12/+15
2014-10-03qdisc: validate skb without holding lockEric Dumazet-3/+26
2014-09-28net_dma: simple removalDan Williams-10/+0
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches-27/+17
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert-10/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+11
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang-3/+5
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev-7/+11
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong-6/+8
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend-2/+49
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+71
2014-09-03qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer-2/+8
2014-09-01net: Support for csum_bad in skbuffTom Herbert-1/+1
2014-09-01net: xmit_list() becomes dev_hard_start_xmit().David S. Miller-13/+2
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller-65/+14
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller-5/+1
2014-09-01net: Separate out SKB validation logic from transmit path.David S. Miller-54/+71
2014-09-01net: Have xmit_list() signal more==true when appropriate.David S. Miller-4/+4
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller-1/+1
2014-09-01net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller-19/+29
2014-09-01net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller-16/+19
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller-5/+2
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert-8/+16
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter-7/+7
2014-08-25net: fix checksum features handling in netif_skb_features()Michal Kubeček-5/+11
2014-08-25net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev-1/+60