aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+4
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-4/+0
2021-10-14netfilter: Introduce egress hookLukas Wunner1-0/+4
2021-10-13net: delete redundant function declarationChen Wandun1-2/+0
2021-10-13netdevice: demote the type of some dev_addr_set() helpersJakub Kicinski1-2/+2
2021-10-10mlxsw: spectrum: use netif_is_macsec() instead of open codeJuhee Kang1-1/+1
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-0/+1
2021-09-05net: create netdev->dev_addr assignment helpersJakub Kicinski1-0/+18
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-08-27net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne1-0/+4
2021-08-25net-next: When a bond have a massive amount of VLANs with IPv6 addresses, performance of changing link state, attaching a VRF, changing an IPv6 address, etc. go down dramtically.Gilad Naaman1-0/+5
2021-08-24netdevice: move xdp_rxq within netdev_rx_queueJakub Kicinski1-1/+1
2021-08-13net: in_irq() cleanupChangbin Du1-1/+1
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+6
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki1-0/+6
2021-08-05netdevice: add the case if dev is NULLYajun Deng1-4/+8
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+2
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann1-13/+0
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr1-0/+4
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-3/+10
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-0/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-0/+6
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann1-2/+2
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann1-0/+3
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann1-0/+2
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann1-1/+1
2021-07-23net: socket: remove register_gifconfArnd Bergmann1-8/+0
2021-07-07net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi1-0/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel1-1/+1
2021-06-03mlx5: count all link eventsJakub Kicinski1-1/+1
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-1/+7
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-1/+2
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau1-0/+1
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau1-0/+5
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau1-0/+2
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau1-0/+16
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso1-0/+1
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso1-0/+7
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+27
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov1-0/+1
2021-03-22net: set initial device refcount to 1Eric Dumazet1-0/+1
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean1-0/+3
2021-03-22netdev: add netdev_queue_set_dql_min_limit()Vincent Mailhol1-0/+18
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet1-0/+13
2021-03-18net: move the xps maps to an arrayAntoine Tenart1-6/+11
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart1-0/+4
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart1-0/+6
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang1-0/+2