index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xsk: Fix xsk_diag use-after-free error during socket cleanup
Magnus Karlsson
2023-08-31
1
-0
/
+3
*
bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_t
John Fastabend
2023-08-30
1
-18
/
+18
*
xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
Tirthendu Sarkar
2023-08-30
1
-9
/
+13
*
bpf: Prevent inlining of bpf_fentry_test7()
Yonghong Song
2023-08-30
1
-0
/
+1
*
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-08-29
289
-13709
/
+16734
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-08-29
4
-9
/
+28
|
|
\
|
|
*
dccp: Fix out of bounds access in DCCP error handler
Jann Horn
2023-08-28
2
-9
/
+19
|
|
*
netrom: Deny concurrent connect().
Kuniyuki Iwashima
2023-08-28
1
-0
/
+5
|
|
*
net/sched: sch_hfsc: Ensure inner classes have fsc curve
Budimir Markovic
2023-08-26
1
-0
/
+4
|
*
|
devlink: move devlink_notify_register/unregister() to dev.c
Jiri Pirko
2023-08-28
4
-64
/
+30
|
*
|
devlink: move small_ops definition into netlink.c
Jiri Pirko
2023-08-28
3
-253
/
+251
|
*
|
devlink: move tracepoint definitions into core.c
Jiri Pirko
2023-08-28
2
-6
/
+6
|
*
|
devlink: push linecard related code into separate file
Jiri Pirko
2023-08-28
4
-615
/
+626
|
*
|
devlink: push rate related code into separate file
Jiri Pirko
2023-08-28
4
-719
/
+728
|
*
|
devlink: push trap related code into separate file
Jiri Pirko
2023-08-28
4
-1862
/
+1873
|
*
|
devlink: use tracepoint_enabled() helper
Jiri Pirko
2023-08-28
1
-1
/
+1
|
*
|
devlink: push region related code into separate file
Jiri Pirko
2023-08-28
4
-1257
/
+1267
|
*
|
devlink: push param related code into separate file
Jiri Pirko
2023-08-28
4
-860
/
+875
|
*
|
devlink: push resource related code into separate file
Jiri Pirko
2023-08-28
4
-575
/
+582
|
*
|
devlink: push dpipe related code into separate file
Jiri Pirko
2023-08-28
4
-895
/
+926
|
*
|
devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper
Jiri Pirko
2023-08-28
3
-25
/
+26
|
*
|
devlink: push shared buffer related code into separate file
Jiri Pirko
2023-08-28
4
-991
/
+1006
|
*
|
devlink: push port related code into separate file
Jiri Pirko
2023-08-28
4
-1530
/
+1547
|
*
|
devlink: push object register/unregister notifications into separate helpers
Jiri Pirko
2023-08-28
1
-84
/
+163
|
*
|
inet: fix IP_TRANSPARENT error handling
Eric Dumazet
2023-08-28
1
-5
/
+3
|
*
|
net: Make consumed action consistent in sch_handle_egress
Daniel Borkmann
2023-08-28
1
-0
/
+2
|
*
|
net: Fix skb consume leak in sch_handle_egress
Daniel Borkmann
2023-08-28
1
-0
/
+1
|
*
|
tls: get cipher_name from cipher_desc in tls_set_sw_offload
Sabrina Dubroca
2023-08-28
1
-25
/
+4
|
*
|
tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offload
Sabrina Dubroca
2023-08-28
1
-76
/
+13
|
*
|
tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offload
Sabrina Dubroca
2023-08-28
1
-63
/
+16
|
*
|
tls: use tls_cipher_desc to simplify do_tls_getsockopt_conf
Sabrina Dubroca
2023-08-28
1
-163
/
+11
|
*
|
tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_conf
Sabrina Dubroca
2023-08-28
1
-31
/
+8
|
*
|
tls: expand use of tls_cipher_desc in tls_sw_fallback_init
Sabrina Dubroca
2023-08-28
1
-14
/
+6
|
*
|
tls: allocate the fallback aead after checking that the cipher is valid
Sabrina Dubroca
2023-08-28
1
-10
/
+10
|
*
|
tls: expand use of tls_cipher_desc in tls_set_device_offload
Sabrina Dubroca
2023-08-28
1
-18
/
+4
|
*
|
tls: validate cipher descriptions at compile time
Sabrina Dubroca
2023-08-28
1
-0
/
+18
|
*
|
tls: extend tls_cipher_desc to fully describe the ciphers
Sabrina Dubroca
2023-08-28
2
-9
/
+64
|
*
|
tls: rename tls_cipher_size_desc to tls_cipher_desc
Sabrina Dubroca
2023-08-28
4
-52
/
+52
|
*
|
tls: reduce size of tls_cipher_size_desc
Sabrina Dubroca
2023-08-28
4
-9
/
+20
|
*
|
tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc
Sabrina Dubroca
2023-08-28
1
-0
/
+2
|
*
|
tls: move tls_cipher_size_desc to net/tls/tls.h
Sabrina Dubroca
2023-08-28
1
-0
/
+10
|
*
|
devlink: Expose port function commands to control IPsec packet offloads
Dima Chumak
2023-08-28
1
-0
/
+52
|
*
|
devlink: Expose port function commands to control IPsec crypto offloads
Dima Chumak
2023-08-28
1
-0
/
+52
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-26
3
-6
/
+5
|
|
\
\
|
|
*
|
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2023-08-18
2
-2
/
+2
|
|
*
|
lwt: Fix return values of BPF xmit ops
Yan Zhai
2023-08-18
1
-4
/
+3
|
*
|
|
Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2023-08-26
13
-27
/
+43
|
|
\
\
\
|
|
*
|
|
wifi: mac80211: Do not include crypto/algapi.h
Herbert Xu
2023-08-24
3
-3
/
+3
|
|
*
|
|
wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()
Yue Haibing
2023-08-22
1
-1
/
+0
|
|
*
|
|
wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default()
Yue Haibing
2023-08-22
1
-1
/
+0
[next]