index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
gro: add ability to control gro max packet size
Coco Li
1
-0
/
+11
2021-12-31
net: remove references to CONFIG_IRDA in network header files
Lukas Bulwahn
1
-1
/
+1
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-19
flow_offload: allow user to offload tc action to net device
Baowen Zheng
1
-0
/
+1
2021-12-17
net: fix typo in a comment
Xiang wangx
1
-1
/
+1
2021-12-15
net: add net device refcount tracker to struct packet_type
Eric Dumazet
1
-0
/
+1
2021-12-15
net: dev_replace_track() cleanup
Eric Dumazet
1
-6
/
+4
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
1
-8
/
+1
2021-12-08
net: watchdog: add net device refcount tracker
Eric Dumazet
1
-0
/
+2
2021-12-07
net: linkwatch: add net device refcount tracker
Eric Dumazet
1
-0
/
+2
2021-12-07
net: dst: add net device refcount tracking to dst_entry
Eric Dumazet
1
-0
/
+17
2021-12-07
net: add net device refcount tracker to struct netdev_queue
Eric Dumazet
1
-0
/
+2
2021-12-07
net: add net device refcount tracker to struct netdev_rx_queue
Eric Dumazet
1
-0
/
+2
2021-12-07
net: add net device refcount tracker infrastructure
Eric Dumazet
1
-0
/
+45
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+13
2021-12-02
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-6
/
+13
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
1
-9
/
+3
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-0
/
+7
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
1
-1
/
+2
2021-11-20
dev_addr: add a modification check
Jakub Kicinski
1
-0
/
+5
2021-11-20
net: constify netdev->dev_addr
Jakub Kicinski
1
-9
/
+5
2021-11-17
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
1
-37
/
+2
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-3
/
+13
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
1
-1
/
+1
2021-11-17
net: use .data.once section in netdev_level_once()
Eric Dumazet
1
-1
/
+1
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
1
-0
/
+1
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
1
-1
/
+0
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
1
-1
/
+0
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
1
-348
/
+0
2021-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+4
2021-10-18
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
1
-4
/
+0
2021-10-15
netfilter: Introduce egress hook
Lukas Wunner
1
-0
/
+4
2021-10-14
net: delete redundant function declaration
Chen Wandun
1
-2
/
+0
2021-10-13
netdevice: demote the type of some dev_addr_set() helpers
Jakub Kicinski
1
-2
/
+2
2021-10-10
mlxsw: spectrum: use netif_is_macsec() instead of open code
Juhee Kang
1
-1
/
+1
2021-10-08
net: introduce a function to check if a netdev name is in use
Antoine Tenart
1
-0
/
+1
2021-09-05
net: create netdev->dev_addr assignment helpers
Jakub Kicinski
1
-0
/
+18
2021-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-08-27
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Peter Collingbourne
1
-0
/
+4
2021-08-25
net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...
Gilad Naaman
1
-0
/
+5
2021-08-24
netdevice: move xdp_rxq within netdev_rx_queue
Jakub Kicinski
1
-1
/
+1
2021-08-14
net: in_irq() cleanup
Changbin Du
1
-1
/
+1
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+6
2021-08-10
net, core: Add support for XDP redirection to slave device
Jussi Maki
1
-0
/
+6
2021-08-05
netdevice: add the case if dev is NULL
Yajun Deng
1
-4
/
+8
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
1
-0
/
+2
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
1
-13
/
+0
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
1
-0
/
+4
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-3
/
+10
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
1
-0
/
+2
[next]