aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-03net: dev: Add hardware stats supportPetr Machata1-0/+42
2022-02-23drop_monitor: remove quadratic behaviorEric Dumazet1-1/+3
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-2/+12
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-1/+1
2022-02-08net: add dev->dev_registered_trackerEric Dumazet1-0/+3
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet1-23/+46
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu1-0/+1
2022-01-06gro: add ability to control gro max packet sizeCoco Li1-0/+11
2021-12-30net: remove references to CONFIG_IRDA in network header filesLukas Bulwahn1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-0/+1
2021-12-17net: fix typo in a commentXiang wangx1-1/+1
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet1-0/+1
2021-12-14net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-10net: add networking namespace refcount trackerEric Dumazet1-8/+1
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet1-0/+2
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet1-0/+2
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet1-0/+17
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet1-0/+2
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet1-0/+2
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet1-0/+45
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-6/+13
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-9/+3
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-0/+7
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+2
2021-11-20dev_addr: add a modification checkJakub Kicinski1-0/+5
2021-11-20net: constify netdev->dev_addrJakub Kicinski1-9/+5
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-37/+2
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-3/+13
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet1-1/+1
2021-11-16net: use .data.once section in netdev_level_once()Eric Dumazet1-1/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-0/+1
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet1-1/+0
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet1-1/+0
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-348/+0
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