summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | wifi: mac80211: Remove unused function declarationsYue Haibing2023-08-221-2/+0
| * | wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma2023-08-221-0/+1
| * | wifi: mac80211: fix puncturing bitmap handling in CSAJohannes Berg2023-08-221-6/+6
| * | wifi: mac80211: check for station first in client probeJohannes Berg2023-08-221-7/+8
| * | wifi: cfg80211: ocb: don't leave if not joinedJohannes Berg2023-08-221-0/+3
| * | wifi: cfg80211: reject auth/assoc to AP with our addressJohannes Berg2023-08-221-0/+13
| * | wifi: mac80211: check S1G action frame sizeJohannes Berg2023-08-221-0/+4
| * | wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook2023-08-221-1/+1
| * | wifi: cfg80211: Annotate struct cfg80211_pmsr_request with __counted_byKees Cook2023-08-221-2/+1
| * | wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook2023-08-221-1/+1
| * | wifi: cfg80211: Annotate struct cfg80211_cqm_config with __counted_byKees Cook2023-08-221-1/+1
| * | wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook2023-08-221-2/+1