summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-181-0/+4
|\
| * netfilter: Introduce egress hookLukas Wunner2021-10-141-0/+4
* | net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-4/+0
* | net: delete redundant function declarationChen Wandun2021-10-131-2/+0
* | netdevice: demote the type of some dev_addr_set() helpersJakub Kicinski2021-10-131-2/+2
* | mlxsw: spectrum: use netif_is_macsec() instead of open codeJuhee Kang2021-10-101-1/+1
* | net: introduce a function to check if a netdev name is in useAntoine Tenart2021-10-081-0/+1
|/
* net: create netdev->dev_addr assignment helpersJakub Kicinski2021-09-051-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-311-0/+4
|\
| * net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-08-271-0/+4
* | net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman2021-08-251-0/+5
* | netdevice: move xdp_rxq within netdev_rx_queueJakub Kicinski2021-08-241-1/+1
* | net: in_irq() cleanupChangbin Du2021-08-131-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-101-0/+6
|\ \
| * | net, core: Add support for XDP redirection to slave deviceJussi Maki2021-08-091-0/+6
* | | netdevice: add the case if dev is NULLYajun Deng2021-08-051-4/+8
* | | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+2
* | | move netdev_boot_setup into Space.cArnd Bergmann2021-08-031-13/+0
|/ /
* | mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-291-0/+4
* | net: bonding: move ioctl handling to private ndo operationArnd Bergmann2021-07-271-3/+10
* | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-0/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-0/+6
* | dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-2/+2
* | net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann2021-07-271-0/+3
* | net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-0/+2
* | net: socket: simplify dev_ifconf handlingArnd Bergmann2021-07-231-1/+1
* | net: socket: remove register_gifconfArnd Bergmann2021-07-231-8/+0
* | net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
|\
| * dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel2021-06-251-1/+1
* | mlx5: count all link eventsJakub Kicinski2021-06-031-1/+1
|/
* net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-071-1/+7
* net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+2
|\
| * net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-0/+2
* | netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-241-0/+1
* | net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-241-0/+5
* | net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-241-0/+2
* | net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau2021-03-241-0/+16
* | net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso2021-03-241-0/+1
* | net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso2021-03-241-0/+7
* | net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+27
* | net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-231-0/+1
* | net: set initial device refcount to 1Eric Dumazet2021-03-221-0/+1
* | net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean2021-03-221-0/+3
* | netdev: add netdev_queue_set_dql_min_limit()Vincent Mailhol2021-03-221-0/+18
* | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-191-0/+13
* | net: move the xps maps to an arrayAntoine Tenart2021-03-181-6/+11
* | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-181-0/+4
* | net: embed num_tc in the xps mapsAntoine Tenart2021-03-181-0/+6