summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-10net: fix incorrect comment with regard to VLAN packet handlingGirish Moodalbail
2017-11-09net: Introduce netdev_*_once functionsGal Pressman
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-31net: fix two typos in net_device_ops documentation.Rami Rosen
2017-08-29net: remove dmaengine.h inclusion from netdevice.hDave Jiang
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-08-28netfilter: convert hook list to an arrayAaron Conole
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger
2017-08-18net: constify net_ns_type_operationsstephen hemminger
2017-08-18net: constify netdev_class_filestephen hemminger
2017-08-13net: export some generic xdp helpersJason Wang
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca
2017-07-19net: make dev_close and related functions voidstephen hemminger
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau