summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-201-0/+1
* gro: add ability to control gro max packet sizeCoco Li2022-01-061-0/+11
* net: remove references to CONFIG_IRDA in network header filesLukas Bulwahn2021-12-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+1
|\
| * net: fix typo in a commentXiang wangx2021-12-171-1/+1
* | flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-0/+1
* | net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-151-0/+1
* | net: dev_replace_track() cleanupEric Dumazet2021-12-141-6/+4
* | net: add networking namespace refcount trackerEric Dumazet2021-12-101-8/+1
* | net: watchdog: add net device refcount trackerEric Dumazet2021-12-071-0/+2
* | net: linkwatch: add net device refcount trackerEric Dumazet2021-12-061-0/+2
* | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-0/+17
* | net: add net device refcount tracker to struct netdev_queueEric Dumazet2021-12-061-0/+2
* | net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2021-12-061-0/+2
* | net: add net device refcount tracker infrastructureEric Dumazet2021-12-061-0/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-6/+13
|\|
| * net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-011-6/+13
* | net: remove .ndo_change_proto_downJakub Kicinski2021-11-231-9/+3
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-0/+7
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+2
* | dev_addr: add a modification checkJakub Kicinski2021-11-201-0/+5
* | net: constify netdev->dev_addrJakub Kicinski2021-11-201-9/+5
* | net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet2021-11-171-37/+2
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-3/+13
* | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-171-1/+1
* | net: use .data.once section in netdev_level_once()Eric Dumazet2021-11-161-1/+1
* | net: gro: populate net/core/gro.cEric Dumazet2021-11-161-0/+1
* | net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet2021-11-161-1/+0
* | net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-161-1/+0
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-348/+0
|/
* 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