aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-23netdevice.h: fix kernel-doc warningRandy Dunlap1-1/+1
2016-11-12bpf: 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-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo 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-21net: cls_bpf: add hardware offloadJakub Kicinski1-0/+2
2016-09-18netdevice: Add offload statistics ndoNogah Frankel1-0/+12
2016-09-12Merge 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-01rtnetlink: 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-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-2/+1
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-0/+4
2016-07-24net/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-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+34
2016-07-16vlan: 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-04mlxsw: 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-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-38/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-2/+20
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring1-0/+5
2016-06-156lowpan: add private neighbour dataAlexander Aring1-2/+1
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-1/+0
2016-06-10bpf: 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-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+1
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+1
2016-05-20net: 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-11net: 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
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-02netdevice: shrink size of struct netdev_queueFlorian Westphal1-7/+6
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov1-1/+2
2016-04-28net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner1-1/+1
2016-04-27net-rfs: fix false sharing accessing sd->input_queue_headEric Dumazet1-2/+6
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal1-3/+0
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-0/+1
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-0/+1
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-0/+2
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck1-1/+4
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+1