aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+1
2017-11-10net: fix incorrect comment with regard to VLAN packet handlingGirish Moodalbail1-8/+0
2017-11-09net: Introduce netdev_*_once functionsGal Pressman1-0/+29
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel1-0/+1
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski1-0/+14
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-11/+12
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko1-3/+6
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko1-0/+1
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-0/+1
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-10-04net: Add extack to upper device linkingDavid Ahern1-2/+4
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern1-1/+2
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern1-1/+9
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal1-1/+7
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot1-2/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-38/+29
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-0/+2
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-0/+2
2017-08-31net: fix two typos in net_device_ops documentation.Rami Rosen1-2/+2
2017-08-29net: remove dmaengine.h inclusion from netdevice.hDave Jiang1-1/+0
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-28netfilter: convert hook list to an arrayAaron Conole1-1/+1
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-3/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger1-4/+4
2017-08-13net: export some generic xdp helpersJason Wang1-0/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-17/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-3/+0
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+0
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-1/+1
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-4/+5
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger1-2/+2
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller1-1/+0
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-1/+4
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend1-0/+6
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-0/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+18
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-4/+5
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval1-9/+0
2017-06-23xdp: add reporting of offload modeJakub Kicinski1-3/+4
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski1-0/+1
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-0/+1
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau1-2/+5