aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-30/+1
2015-01-16net: rps: fix cpu unplugEric Dumazet1-5/+15
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-12-23mpls: Fix config check for mpls.Pravin B Shelar1-1/+1
2014-12-23net: Rearrange loop in net_rx_actionHerbert Xu1-14/+12
2014-12-23net: Always poll at least one device in net_rx_actionHerbert Xu1-4/+3
2014-12-23net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu1-0/+9
2014-12-23net: Move napi polling code out of net_rx_actionHerbert Xu1-44/+54
2014-12-23net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-53/+119
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck1-1/+1
2014-12-09net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar1-3/+9
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-6/+2
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-2/+2
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changesIngo Molnar1-0/+4
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-10/+5
2014-11-10net: gro: add a per device gro flush timerEric Dumazet1-4/+41
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-1/+2
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra1-5/+5
2014-11-03net: less interrupt masking in NAPIEric Dumazet1-25/+43
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet1-1/+14
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet1-0/+4
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-7/+7
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-197/+262
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-10/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-10/+9
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6
2014-10-06net: skb_segment() provides list head and tailEric Dumazet1-12/+15
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-3/+26
2014-09-28net_dma: simple removalDan Williams1-10/+0
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-27/+17
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-10/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang1-3/+5
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-6/+8
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-2/+49
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+71
2014-09-03qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer1-2/+8
2014-09-01net: Support for csum_bad in skbuffTom Herbert1-1/+1
2014-09-01net: xmit_list() becomes dev_hard_start_xmit().David S. Miller1-13/+2