summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit2020-10-131-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-0/+4
|\
| * bpf: Add redirect_peer helperDaniel Borkmann2020-10-111-0/+4
* | net: netdevice.h: sw_netstats_rx_add helperFabian Frederick2020-10-061-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-14/+59
|\ \
| * | net: core: document two new elements of struct net_deviceMauro Carvalho Chehab2020-10-021-0/+5
| * | net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-281-8/+44
| * | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-6/+10
* | | net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo2020-10-031-3/+2
| |/ |/|
* | net: Add netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-0/+2
|\|
| * netdevice.h: fix xdp_state kernel-doc warningRandy Dunlap2020-09-071-0/+1
| * netdevice.h: fix proto_down_reason kernel-doc warningRandy Dunlap2020-09-071-0/+1
* | net: fix build without CONFIG_SYSCTL definitionMahesh Bandewar2020-09-181-2/+3
* | netdev: Remove unused functionsYueHaibing2020-09-171-10/+0
* | net: manage napi add/del idempotence explicitlyJakub Kicinski2020-09-101-2/+2
* | net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-16/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-5/+5
|\ \
| * | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-5/+5
| |/
* | net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar2020-08-281-2/+6
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-0/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-10/+36
|\
| * ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-10/+19
| |\
| | * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-8/+0
| | * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-0/+4
| | * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-251-2/+15
| * | rtnetlink: add support for protodown reasonRoopa Prabhu2020-07-311-0/+4
| |/
| * udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-101-0/+8
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-0/+2
|\ \ | |/ |/|
| * net: netdevice.h: add a description for napi_defer_hard_irqsMauro Carvalho Chehab2020-06-261-0/+2
* | net: core: reduce recursion limit valueTaehee Yoo2020-06-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-4/+8
|\
| * net: change addr_list_lock back to static keyCong Wang2020-06-091-4/+8
* | dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-081-2/+4
|/
* net: devres: provide devm_register_netdev()Bartosz Golaszewski2020-05-231-0/+2
* net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-191-0/+6
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-091-0/+12
|\
| * net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb2020-05-011-0/+12
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-8/+19
* | net: napi: add hard irqs deferral featureEric Dumazet2020-04-231-0/+2
* | net: Add IF_OPER_TESTINGAndrew Lunn2020-04-201-0/+41
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-1/+1
|\
| * xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-281-1/+1
* | net: add a reference to MACsec ops in net_deviceAntoine Tenart2020-03-261-0/+9
* | netfilter: revert introduction of egress hookDaniel Borkmann2020-03-181-4/+0
* | netfilter: Introduce egress hookLukas Wunner2020-03-181-0/+4
|/
* net: sched: Make FIFO Qdisc offloadablePetr Machata2020-03-051-0/+1
* netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-5/+5
* net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-02-161-4/+3