summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-1/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-2/+30
|\
| * bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2021-02-131-2/+30
* | net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-111-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-0/+2
|\ \
| * | net: watchdog: hold device global xmit lock during tx disableEdwin Peer2021-02-081-0/+2
* | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-091-0/+2
* | | net: implement threaded-able napi poll loop supportWei Wang2021-02-091-14/+7
* | | net: adjust net_device layout for cacheline usageJesper Dangaard Brouer2021-01-281-26/+27
* | | sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-0/+1
| |/ |/|
* | bonding: add a vlan+srcmac tx hashing optionJarod Wilson2021-01-191-0/+1
* | net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2021-01-181-0/+4
* | net-gro: remove GRO_DROPEric Dumazet2021-01-091-1/+0
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-17/+0
|/
* net: core: introduce __netdev_notify_peersLijun Pan2020-12-161-0/+1
* 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
|\