summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang
2021-03-04xsk: Remove dangling function declaration from header fileMaciej Fijalkowski
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang
2021-02-09net: implement threaded-able napi poll loop supportWei Wang
2021-02-08net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2021-01-28net: adjust net_device layout for cacheline usageJesper Dangaard Brouer
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan
2021-01-09net-gro: remove GRO_DROPEric Dumazet
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel
2020-11-23net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-17net: core: fix some kernel-doc markupsMauro Carvalho Chehab
2020-11-09net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit
2020-10-31net: core: add devm_netdev_alloc_pcpu_statsHeiner Kallweit
2020-10-31net: core: add dev_sw_netstats_tx_addHeiner Kallweit
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-10-06net: netdevice.h: sw_netstats_rx_add helperFabian Frederick
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-03net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo
2020-10-02net: core: document two new elements of struct net_deviceMauro Carvalho Chehab
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18net: fix build without CONFIG_SYSCTL definitionMahesh Bandewar
2020-09-17netdev: Remove unused functionsYueHaibing
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-07netdevice.h: fix xdp_state kernel-doc warningRandy Dunlap
2020-09-07netdevice.h: fix proto_down_reason kernel-doc warningRandy Dunlap
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar