aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring
2016-06-156lowpan: add private neighbour dataAlexander Aring
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-08net: sched: fix missing doc annotationsEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-05-04net: remove dev->trans_startFlorian Westphal
2016-05-04netdevice: add helper to update trans_startFlorian Westphal
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-02netdevice: shrink size of struct netdev_queueFlorian Westphal
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov
2016-04-28net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner
2016-04-27net-rfs: fix false sharing accessing sd->input_queue_headEric Dumazet
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck
2016-04-14net: remove netdevice gso_min_segsEric Dumazet
2016-04-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07udp: Remove udp_offloadsTom Herbert
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-23net: Fix typos and whitespace.Bjorn Helgaas
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-21net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier
2016-03-21net: add missing descriptions in net_device_priv_flagsLuis de Bethencourt
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-13net: add MACsec netdevice priv_flags and helperSabrina Dubroca
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai
2016-03-09net: validate variable length ll headersWillem de Bruijn