summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
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-07-10net: validate variable length ll headersWillem de Bruijn
2016-07-10packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-05-12net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-23netdev_alloc_pcpu_stats: use less common iterator variableJohannes Berg
2015-04-22mpls: Per-device MPLS stateRobert Shearman
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg
2015-04-13net_device: Reorder members to fill holesThomas Graf
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-04-07netdevice.h: remove iflink descriptionNicolas Dichtel
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-03netdevice: document NETDEV_TX_BUSY deprecation.Rusty Russell
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-29net: Introduce passthru_features_checkToshiaki Makita
2015-03-24net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-18net: Add max rate tx queue attributeJohn Fastabend
2015-03-17netdevice.h: fix ndo_bridge_* commentsNicolas Dichtel
2015-03-16netdev: remove ndo ops for switchdevScott Feldman
2015-03-16switchdev: add swdev opsScott Feldman
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman
2015-03-06netdevice: add IPv4 fib add/del opsScott Feldman
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-02-20net: Initialize all members in skb_gro_remcsum_init()Geert Uytterhoeven
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-11net: Use more bit fields in napi_gro_cbTom Herbert
2015-02-11net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert
2015-02-08net:rfs: adjust table size checkingEric Dumazet
2015-02-08net: rfs: add hash collision detectionEric Dumazet
2015-02-04net/core: Add event for a change in slave stateMoni Shoua
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-29dev: add per net_device packet type chainsSalam Noureddine
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14netdevice: Add missing parentheses in macroBenjamin Poirier
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert
2015-01-13net: Corrected the comment describing the ndo operations to reflect the actua...B Viswanath
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross