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
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+4
2023-08-03
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
1
-1
/
+30
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2
-0
/
+2
2023-08-03
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
1
-8
/
+83
2023-08-03
net: add hwtstamping helpers for stackable net devices
Maxim Georgiev
1
-7
/
+68
2023-08-03
net: add NDOs for configuring hardware timestamping
Maxim Georgiev
1
-2
/
+44
2023-08-03
net: allow alloc_skb_with_frags() to allocate bigger packets
Eric Dumazet
1
-31
/
+25
2023-08-03
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
1
-1
/
+4
2023-08-02
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
1
-0
/
+7
2023-08-02
net: flow_dissector: Add IPSEC dissector
Ratheesh Kannoth
1
-1
/
+52
2023-08-02
net: make sure we never create ifindex = 0
Jakub Kicinski
1
-2
/
+1
2023-08-01
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
1
-2
/
+0
2023-07-31
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
1
-3
/
+3
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
1
-3
/
+3
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-2
/
+2
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-2
/
+2
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
1
-10
/
+14
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
2023-07-29
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
1
-2
/
+5
2023-07-29
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
1
-3
/
+4
2023-07-28
net: convert some netlink netdev iterators to depend on the xarray
Jakub Kicinski
1
-29
/
+8
2023-07-28
net: store netdevs in an xarray
Jakub Kicinski
1
-28
/
+54
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-07-28
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
1
-2
/
+6
2023-07-27
bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
Lin Ma
1
-1
/
+4
2023-07-26
net: remove redundant NULL check in remove_xps_queue()
Zhengchao Shao
1
-2
/
+1
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
1
-2
/
+0
2023-07-25
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
1
-0
/
+2
2023-07-22
net: page_pool: merge page_pool_release_page() with page_pool_return_page()
Jakub Kicinski
1
-10
/
+2
2023-07-22
net: page_pool: hide page_pool_release_page()
Jakub Kicinski
1
-2
/
+1
2023-07-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-110
/
+175
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2
-104
/
+165
2023-07-19
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
2
-0
/
+9
2023-07-19
xsk: add support for AF_XDP multi-buffer on Rx path
Tirthendu Sarkar
1
-6
/
+1
2023-07-19
bridge: Add backup nexthop ID support
Ido Schimmel
1
-1
/
+1
2023-07-18
rtnetlink: Move nesting cancellation rollback to proper function
Gal Pressman
1
-5
/
+4
2023-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+8
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-07-12
xdp: use trusted arguments in XDP hints kfuncs
Larysa Zaremba
1
-1
/
+1
2023-07-11
net/core: Make use of assign_bit() API
Andy Shevchenko
2
-18
/
+5
2023-07-08
net: prevent skb corruption on frag list segmentation
Paolo Abeni
1
-0
/
+5
2023-07-07
udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
Ivan Babrou
1
-0
/
+2
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+18
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
1
-3
/
+14
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-33
/
+2
[prev]
[next]