summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2017-01-13tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-12-23net: add recursion limit to GROSabrina Dubroca
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-29net: do not process device backlog during unregistrationJulian Anastasov
2015-09-29Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel
2015-09-29net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko
2015-03-29net: Introduce passthru_features_checkToshiaki Makita
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2015-03-18net: add support for phys_port_nameDavid Ahern
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-02-21net: reject creation of netdev names with colonsMatthew Thode
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