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.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
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-16
3
-26
/
+25
|
\
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-2
/
+2
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
3
-24
/
+23
*
|
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
2022-10-12
1
-2
/
+4
|
/
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-10-03
3
-21
/
+118
|
\
|
*
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
2022-09-29
1
-1
/
+27
|
*
bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another function
Martin KaFai Lau
2022-09-29
1
-17
/
+28
|
*
bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
Martin KaFai Lau
2022-09-29
1
-6
/
+7
|
*
skmsg: Schedule psock work if the cached skb exists on the psock
Liu Jian
2022-09-26
1
-4
/
+8
|
*
net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
Liu Jian
2022-09-26
1
-1
/
+2
|
*
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
2022-09-20
1
-9
/
+9
|
*
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-09-10
1
-0
/
+54
*
|
gro: add support of (hw)gro packets to gro stack
Coco Li
2022-10-03
1
-4
/
+14
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-10-03
1
-0
/
+1
|
\
\
|
*
|
xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode
Eyal Birger
2022-08-29
1
-0
/
+1
*
|
|
net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...
Jiri Pirko
2022-09-30
1
-3
/
+43
*
|
|
net: devlink: introduce a flag to indicate devlink port being registered
Jiri Pirko
2022-09-30
1
-2
/
+4
*
|
|
net: devlink: introduce port registered assert helper and use it
Jiri Pirko
2022-09-30
1
-13
/
+19
*
|
|
net-sysfs: Convert to use sysfs_emit() APIs
Wang Yufen
2022-09-30
1
-29
/
+29
*
|
|
net: skb: introduce and use a single page frag cache
Paolo Abeni
2022-09-29
2
-22
/
+103
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
1
-7
/
+0
|
\
\
\
|
*
|
|
Revert "net: set proper memcg for net_init hooks allocations"
Shakeel Butt
2022-09-28
1
-7
/
+0
*
|
|
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
1
-2
/
+1
*
|
|
|
net: shrink struct ubuf_info
Pavel Begunkov
2022-09-28
1
-17
/
+21
*
|
|
|
xdp: improve page_pool xdp_return performance
Jesper Dangaard Brouer
2022-09-26
1
-6
/
+4
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
1
-3
/
+2
|
\
|
|
|
|
*
|
|
net: core: fix flow symmetric hash
Ludovic Cintrat
2022-09-09
1
-3
/
+2
*
|
|
|
flow_dissector: Do not count vlan tags inside tunnel payload
Qingqing Yang
2022-09-21
1
-2
/
+2
*
|
|
|
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2022-09-20
1
-2
/
+3
*
|
|
|
net: rtnetlink: Enslave device before bringing it up
Phil Sutter
2022-09-20
1
-7
/
+7
*
|
|
|
flow_offload: Introduce flow_match_l2tpv3
Wojciech Drewek
2022-09-20
1
-0
/
+7
*
|
|
|
flow_dissector: Add L2TPv3 dissectors
Wojciech Drewek
2022-09-20
1
-0
/
+28
*
|
|
|
rtnetlink: advertise allmulti counter
Nicolas Dichtel
2022-09-16
1
-0
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-08
4
-24
/
+7
|
\
|
|
|
|
*
|
|
net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM
Menglong Dong
2022-09-07
3
-23
/
+6
|
*
|
|
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
2022-09-02
1
-1
/
+1
*
|
|
|
net: sysctl: remove unused variable long_max
Liu Shixin
2022-09-07
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
3
-419
/
+366
|
\
\
\
|
*
|
|
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-02
1
-31
/
+24
|
*
|
|
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
1
-18
/
+12
|
*
|
|
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-02
1
-31
/
+43
|
*
|
|
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
2
-36
/
+25
|
*
|
|
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
2022-09-02
1
-7
/
+4
|
*
|
|
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-2
/
+2
|
*
|
|
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
2
-22
/
+26
|
*
|
|
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-09-02
1
-3
/
+9
|
*
|
|
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
1
-2
/
+6
|
*
|
|
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-23
1
-47
/
+33
|
*
|
|
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
2022-08-23
1
-0
/
+3
|
*
|
|
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
2022-08-23
1
-6
/
+7
[next]