summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet
2023-10-25net: introduce a function to check if a netdev name is in useAntoine Tenart
2023-07-23bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima
2022-07-07net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
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-05net: create netdev->dev_addr assignment helpersJakub Kicinski
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-27net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-08-25net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman
2021-08-24netdevice: move xdp_rxq within netdev_rx_queueJakub Kicinski
2021-08-13net: in_irq() cleanupChangbin Du
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki
2021-08-05netdevice: add the case if dev is NULLYajun Deng
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-07net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel
2021-06-03mlx5: count all link eventsJakub Kicinski
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-22net: set initial device refcount to 1Eric Dumazet