index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: skbuff: always try to recycle PP pages directly when in softirq
Alexander Lobakin
2023-08-07
1
-1
/
+3
*
page_pool: add a lockdep check for recycling in hardirq
Jakub Kicinski
2023-08-07
1
-0
/
+2
*
net: skbuff: avoid accessing page_pool if !napi_safe when returning page
Alexander Lobakin
2023-08-07
1
-5
/
+7
*
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
2023-08-07
2
-41
/
+43
*
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-08-07
3
-3
/
+3
*
net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()
Vladimir Oltean
2023-08-06
1
-2
/
+5
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
3
-3
/
+8
|
\
|
*
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-08-03
2
-0
/
+2
|
*
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
2023-08-02
1
-1
/
+4
|
*
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
2023-07-25
1
-2
/
+0
|
*
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
2023-07-25
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
4
-34
/
+50
|
\
\
|
*
\
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
1
-1
/
+4
|
|
\
\
|
|
*
|
bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
Lin Ma
2023-07-27
1
-1
/
+4
|
*
|
|
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
2023-08-01
1
-2
/
+0
|
*
|
|
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-07-29
1
-3
/
+3
|
*
|
|
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
2023-07-29
1
-1
/
+1
|
*
|
|
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-07-29
1
-2
/
+2
|
*
|
|
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-2
/
+2
|
*
|
|
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
2023-07-29
1
-1
/
+1
|
*
|
|
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
2023-07-29
1
-1
/
+1
|
*
|
|
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2023-07-29
1
-10
/
+14
|
*
|
|
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
2023-07-29
1
-1
/
+1
|
*
|
|
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
2023-07-29
1
-3
/
+6
|
*
|
|
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
2023-07-29
1
-2
/
+5
|
*
|
|
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
2023-07-29
1
-3
/
+4
|
*
|
|
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
2023-07-27
1
-2
/
+6
|
|
/
/
*
|
|
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
2023-08-03
1
-1
/
+30
*
|
|
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
2023-08-02
1
-8
/
+83
*
|
|
net: add hwtstamping helpers for stackable net devices
Maxim Georgiev
2023-08-02
1
-7
/
+68
*
|
|
net: add NDOs for configuring hardware timestamping
Maxim Georgiev
2023-08-02
1
-2
/
+44
*
|
|
net: allow alloc_skb_with_frags() to allocate bigger packets
Eric Dumazet
2023-08-02
1
-31
/
+25
*
|
|
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
2023-08-02
1
-0
/
+7
*
|
|
net: flow_dissector: Add IPSEC dissector
Ratheesh Kannoth
2023-08-02
1
-1
/
+52
*
|
|
net: make sure we never create ifindex = 0
Jakub Kicinski
2023-08-01
1
-2
/
+1
*
|
|
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
2023-07-31
1
-3
/
+3
*
|
|
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
2023-07-31
1
-1
/
+1
*
|
|
net: convert some netlink netdev iterators to depend on the xarray
Jakub Kicinski
2023-07-28
1
-29
/
+8
*
|
|
net: store netdevs in an xarray
Jakub Kicinski
2023-07-28
1
-28
/
+54
*
|
|
net: Explicitly include correct DT includes
Rob Herring
2023-07-27
1
-0
/
+1
*
|
|
net: remove redundant NULL check in remove_xps_queue()
Zhengchao Shao
2023-07-25
1
-2
/
+1
|
|
/
|
/
|
*
|
net: page_pool: merge page_pool_release_page() with page_pool_return_page()
Jakub Kicinski
2023-07-21
1
-10
/
+2
*
|
net: page_pool: hide page_pool_release_page()
Jakub Kicinski
2023-07-21
1
-2
/
+1
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-19
3
-110
/
+175
|
\
\
|
*
|
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2023-07-19
2
-104
/
+165
|
*
|
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
2023-07-19
2
-0
/
+9
|
*
|
xsk: add support for AF_XDP multi-buffer on Rx path
Tirthendu Sarkar
2023-07-19
1
-6
/
+1
*
|
|
bridge: Add backup nexthop ID support
Ido Schimmel
2023-07-19
1
-1
/
+1
*
|
|
rtnetlink: Move nesting cancellation rollback to proper function
Gal Pressman
2023-07-18
1
-5
/
+4
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-13
3
-1
/
+8
|
\
|
[next]