aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2022-04-08netdevice: add the case if dev is NULLYajun Deng
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-01net: fix information leakage in /proc/net/ptypeCongyu Liu
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-17net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub 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-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
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski
2020-06-26net: netdevice.h: add a description for napi_defer_hard_irqsMauro Carvalho Chehab
2020-06-18net: core: reduce recursion limit valueTaehee Yoo
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-04net: partially revert dynamic lockdep key changesCong Wang