summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-14wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap1-2/+2
2023-12-14wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap1-2/+2
2023-12-14wifi: cfg80211: sort certificates in buildJohannes Berg1-2/+2
2023-12-12wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov1-1/+1
2023-12-12wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg1-1/+12
2023-12-12wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg1-1/+3
2023-12-12wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg1-0/+31
2023-12-12wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2-6/+6
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski7-21/+21
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg2-2/+11
2023-12-12wifi: cfg80211: Add support for setting TID to link mappingIlan Peer3-0/+75
2023-12-12wifi: cfg80211: add BSS usage reportingJohannes Berg3-28/+102
2023-12-12wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad1-27/+67
2023-12-12wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov4-14/+12
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan5-0/+115
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan1-1/+2
2023-12-06wifi: cfg80211: make RX assoc data constJohannes Berg4-4/+4
2023-12-06wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg1-31/+67
2023-11-30net: page_pool: fix general protection fault in page_pool_unlistEric Dumazet1-1/+3
2023-11-30devlink: warn about existing entities during reload-reinitJiri Pirko1-1/+15
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2-78/+89
2023-11-30tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2-45/+37
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima3-19/+20
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2-6/+5
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima4-27/+22
2023-11-30tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2-13/+13
2023-11-30tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2-19/+21
2023-11-30tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2-11/+11
2023-11-30mptcp: userspace pm rename remove_err to outGeliang Tang1-4/+4
2023-11-30mptcp: add mptcpi_subflows_total counterGeliang Tang2-0/+11
2023-11-28net: page_pool: mute the periodic warning for visible page poolsJakub Kicinski1-4/+7
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski4-1/+143
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski3-0/+14
2023-11-28net: page_pool: report amount of memory held by page poolsJakub Kicinski3-4/+19
2023-11-28net: page_pool: add netlink notifications for state changesJakub Kicinski3-0/+38
2023-11-28net: page_pool: implement GET in the netlink APIJakub Kicinski3-0/+157
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski1-1/+3
2023-11-28net: page_pool: record pools per netdevJakub Kicinski1-0/+84
2023-11-28net: page_pool: id the page poolsJakub Kicinski4-6/+62
2023-11-28net: page_pool: factor out uninitJakub Kicinski1-8/+13
2023-11-28Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-7/+46
2023-11-24wifi: mac80211: Extend support for scanning while MLO connectedIlan Peer1-5/+43
2023-11-24wifi: cfg80211: Extend support for scanning while MLO connectedIlan Peer1-0/+1
2023-11-24rfkill: return ENOTTY on invalid ioctlThomas Weißschuh1-2/+2
2023-11-24net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing2-30/+1
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang3-2/+16
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang5-5/+23
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-44/+125
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn1-0/+3
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe1-2/+6