summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson2023-08-311-0/+3
* bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend2023-08-301-18/+18
* xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar2023-08-301-9/+13
* bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song2023-08-301-0/+1
* Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-29289-13709/+16734
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-294-9/+28
| |\
| | * dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-282-9/+19
| | * netrom: Deny concurrent connect().Kuniyuki Iwashima2023-08-281-0/+5
| | * net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-08-261-0/+4
| * | devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko2023-08-284-64/+30
| * | devlink: move small_ops definition into netlink.cJiri Pirko2023-08-283-253/+251
| * | devlink: move tracepoint definitions into core.cJiri Pirko2023-08-282-6/+6
| * | devlink: push linecard related code into separate fileJiri Pirko2023-08-284-615/+626
| * | devlink: push rate related code into separate fileJiri Pirko2023-08-284-719/+728
| * | devlink: push trap related code into separate fileJiri Pirko2023-08-284-1862/+1873
| * | devlink: use tracepoint_enabled() helperJiri Pirko2023-08-281-1/+1
| * | devlink: push region related code into separate fileJiri Pirko2023-08-284-1257/+1267
| * | devlink: push param related code into separate fileJiri Pirko2023-08-284-860/+875
| * | devlink: push resource related code into separate fileJiri Pirko2023-08-284-575/+582
| * | devlink: push dpipe related code into separate fileJiri Pirko2023-08-284-895/+926
| * | devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko2023-08-283-25/+26
| * | devlink: push shared buffer related code into separate fileJiri Pirko2023-08-284-991/+1006
| * | devlink: push port related code into separate fileJiri Pirko2023-08-284-1530/+1547
| * | devlink: push object register/unregister notifications into separate helpersJiri Pirko2023-08-281-84/+163
| * | inet: fix IP_TRANSPARENT error handlingEric Dumazet2023-08-281-5/+3
| * | net: Make consumed action consistent in sch_handle_egressDaniel Borkmann2023-08-281-0/+2
| * | net: Fix skb consume leak in sch_handle_egressDaniel Borkmann2023-08-281-0/+1
| * | tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca2023-08-281-25/+4
| * | tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca2023-08-281-76/+13
| * | tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca2023-08-281-63/+16
| * | tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca2023-08-281-163/+11
| * | tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca2023-08-281-31/+8
| * | tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca2023-08-281-14/+6
| * | tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca2023-08-281-10/+10
| * | tls: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca2023-08-281-18/+4
| * | tls: validate cipher descriptions at compile timeSabrina Dubroca2023-08-281-0/+18
| * | tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2023-08-282-9/+64
| * | tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-284-52/+52
| * | tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-284-9/+20
| * | tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca2023-08-281-0/+2
| * | tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2023-08-281-0/+10
| * | devlink: Expose port function commands to control IPsec packet offloadsDima Chumak2023-08-281-0/+52
| * | devlink: Expose port function commands to control IPsec crypto offloadsDima Chumak2023-08-281-0/+52
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-263-6/+5
| |\ \
| | * | lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-182-2/+2
| | * | lwt: Fix return values of BPF xmit opsYan Zhai2023-08-181-4/+3
| * | | Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-2613-27/+43
| |\ \ \
| | * | | wifi: mac80211: Do not include crypto/algapi.hHerbert Xu2023-08-243-3/+3
| | * | | wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()Yue Haibing2023-08-221-1/+0
| | * | | wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default()Yue Haibing2023-08-221-1/+0