summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-09-26wifi: mac80211: Create resources for disabled linksBenjamin Berg
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg
2023-09-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg
2023-09-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer
2023-09-25wifi: mac80211: fix potential key leakJohannes Berg
2023-09-25wifi: mac80211: fix potential key use-after-freeJohannes Berg
2023-09-18rfkill: sync before userspace visibility/changesJohannes Berg
2023-09-13wifi: mac80211: fix mesh id corruption on 32 bit systemsFelix Fietkau
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg
2023-09-11wifi: cfg80211: validate AP phy operation before starting itAditya Kumar Singh
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko
2023-08-28devlink: move small_ops definition into netlink.cJiri Pirko
2023-08-28devlink: move tracepoint definitions into core.cJiri Pirko
2023-08-28devlink: push linecard related code into separate fileJiri Pirko
2023-08-28devlink: push rate related code into separate fileJiri Pirko
2023-08-28devlink: push trap related code into separate fileJiri Pirko
2023-08-28devlink: use tracepoint_enabled() helperJiri Pirko
2023-08-28devlink: push region related code into separate fileJiri Pirko
2023-08-28devlink: push param related code into separate fileJiri Pirko
2023-08-28devlink: push resource related code into separate fileJiri Pirko
2023-08-28devlink: push dpipe related code into separate fileJiri Pirko
2023-08-28devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko
2023-08-28devlink: push shared buffer related code into separate fileJiri Pirko
2023-08-28devlink: push port related code into separate fileJiri Pirko
2023-08-28devlink: push object register/unregister notifications into separate helpersJiri Pirko
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-08-28netrom: Deny concurrent connect().Kuniyuki Iwashima
2023-08-27tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca
2023-08-27tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca
2023-08-27tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca
2023-08-27tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca
2023-08-27tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca
2023-08-27tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca
2023-08-27tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca
2023-08-27tls: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca
2023-08-27tls: validate cipher descriptions at compile timeSabrina Dubroca
2023-08-27tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca
2023-08-27tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca
2023-08-27tls: reduce size of tls_cipher_size_descSabrina Dubroca
2023-08-27tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca
2023-08-27tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca
2023-08-27devlink: Expose port function commands to control IPsec packet offloadsDima Chumak