summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-14/+21
|\
| * net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-14/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-1/+13
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-281-1/+13
| |\ \
| | * | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-241-1/+13
* | | | net: delete __dev_getfirstbyhwtypeVladimir Oltean2020-12-011-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-0/+5
|\| | |
| * | | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-0/+5
| |/ /
* | | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-1/+1
* | | net: core: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-2/+9
| |/ |/|
* | net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-091-0/+1
* | net: core: add devm_netdev_alloc_pcpu_statsHeiner Kallweit2020-10-311-0/+14
* | net: core: add dev_sw_netstats_tx_addHeiner Kallweit2020-10-311-0/+12
|/
* 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