aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann1-7/+24
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-5/+5
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+3
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel1-0/+4
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel1-11/+2
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-2/+19
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko1-2/+3
2015-03-29net: Introduce passthru_features_checkToshiaki Makita1-0/+8
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-12/+9
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita1-16/+8
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong1-0/+1
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-4/+6
2015-03-18net: add support for phys_port_nameDavid Ahern1-0/+18
2015-03-12net: Kill hold_net release_netEric W. Biederman1-2/+0
2015-02-21net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida1-1/+1
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-0/+1
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-21/+27
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet1-2/+2
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+4
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-02-04net/core: Add event for a change in slave stateMoni Shoua1-0/+20
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-30/+1
2015-01-29dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+15
2015-01-16net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-5/+5
2015-01-12net: allow large number of rx queuesPankaj Gupta1-5/+8
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