summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-23net: watchdog: hold device global xmit lock during tx disableEdwin Peer1-0/+2
2020-06-30net: core: reduce recursion limit valueTaehee Yoo1-1/+1
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-12-05net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko1-1/+1
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-0/+8
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+7
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-0/+2
2017-06-17net: fix ndo_features_check/ndo_fix_features comment orderingDimitris Michailidis1-14/+15
2017-02-18net: introduce device min_header_lenWillem de Bruijn1-0/+4
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-2/+7
2016-11-24netdevice.h: fix kernel-doc warningRandy Dunlap1-1/+1
2016-11-13bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau1-0/+15
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+38
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-1/+1
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1-2/+19
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-1/+1
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-2/+4
2016-09-22net: cls_bpf: add hardware offloadJakub Kicinski1-0/+2
2016-09-19netdevice: Add offload statistics ndoNogah Frankel1-0/+12
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+1
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-2/+2
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-5/+0
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-08-14net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-2/+1
2016-08-11net: sched: convert qdisc linked list to hashtableJiri Kosina1-0/+4
2016-07-25net/sched: Add match-all classifier hw offloading.Yotam Gigi1-0/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2016-07-20net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+34
2016-07-17vlan: use a valid default mtu value for vlan over macsecPaolo Abeni1-0/+7
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+4
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko1-2/+4
2016-07-05mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko1-0/+18
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang1-0/+1
2016-06-18net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-38/+0
2016-06-18net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-2/+20
2016-06-16ipv6: introduce neighbour discovery opsAlexander Aring1-0/+5
2016-06-166lowpan: add private neighbour dataAlexander Aring1-2/+1
2016-06-13sched: remove NET_XMIT_POLICEDFlorian Westphal1-1/+0
2016-06-11bpf: enforce recursion limit on redirectsDaniel Borkmann1-0/+2
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-0/+17
2016-06-08net: sched: fix missing doc annotationsEric Dumazet1-1/+2
2016-06-08net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+1
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann1-1/+0
2016-05-12net: l3mdev: Add hook in ip and ipv6David Ahern1-0/+2
2016-05-04net: remove dev->trans_startFlorian Westphal1-10/+5
2016-05-04netdevice: add helper to update trans_startFlorian Westphal1-0/+6