summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-08net: rfs: add hash collision detectionEric Dumazet
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05net: remove some sparse warningsEric Dumazet
2015-02-04net/core: Add event for a change in slave stateMoni Shoua
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita
2015-01-29dev: add per net_device packet type chainsSalam Noureddine
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-16net: rps: fix cpu unplugEric Dumazet
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12net: allow large number of rx queuesPankaj Gupta
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita
2014-12-23mpls: Fix config check for mpls.Pravin B Shelar
2014-12-23net: Rearrange loop in net_rx_actionHerbert Xu
2014-12-23net: Always poll at least one device in net_rx_actionHerbert Xu
2014-12-23net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu
2014-12-23net: Move napi polling code out of net_rx_actionHerbert Xu
2014-12-23net: drop the packet when fails to do software segmentation or header checkJason Wang
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck
2014-12-09net: avoid to call skb_queue_len againLi RongQing
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček
2014-11-10net: gro: add a per device gro flush timerEric Dumazet
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra
2014-11-03net: less interrupt masking in NAPIEric Dumazet
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-09-28net_dma: simple removalDan Williams