summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2017-04-27net: update comment for netif_dormant() functionZhang Shengju
2017-04-25net: move xdp_prog field in RX cache linesEric Dumazet
2017-04-25net: Generic XDPDavid S. Miller
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead
2017-04-20net: add netif_is_ovs_port helperJiri Pirko
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-04-14net: Add ESP offload featuresSteffen Klassert
2017-04-12net: make struct net_device::min_header_len 8-bitAlexey Dobriyan
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-01net: solve a NAPI raceEric Dumazet
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert
2017-02-13net: make net_device members garp_port and mrp_port conditionalTobias Klauser
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-08net: introduce device min_header_lenWillem de Bruijn
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-05net: remove __napi_complete()Eric Dumazet
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-01net: fix ndo_features_check/ndo_fix_features comment orderingDimitris Michailidis
2017-01-27net: implement netif_cond_dbg macroEdward Cree
2017-01-27net: Fix ndo_setup_tc commentFlorian Fainelli
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier
2016-12-08net: rfs: add a jump labelEric Dumazet
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann
2016-11-27netdevice: fix sparse warning for HARD_TX_LOCKMichael S. Tsirkin
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz
2016-11-23netdevice.h: fix kernel-doc warningRandy Dunlap
2016-11-16netpoll: more efficient lockingEric Dumazet
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck
2016-10-31net: Move functions for configuring traffic classes out of inline headersAlexander Duyck
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20net: add recursion limit to GROSabrina Dubroca