aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He3-24/+2
2020-12-12inet: frags: batch fqdir destroy worksSeongJae Park1-8/+39
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-7/+67
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski27-202/+793
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-131/+197
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+12
2020-12-11nl80211: add common API to configure SAR power limitationsCarl Huang3-0/+214
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong1-0/+5
2020-12-11mac80211: Update rate control on channel changeIlan Peer1-0/+61
2020-12-11mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach1-0/+1
2020-12-11mac80211: Fix calculation of minimal channel widthIlan Peer2-5/+6
2020-12-11mac80211: ignore country element TX power on 6 GHzJohannes Berg1-1/+9
2020-12-11mac80211: use bitfield helpers for BA session action framesJohannes Berg2-10/+10
2020-12-11mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern2-8/+67
2020-12-11mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg1-4/+10
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg3-20/+76
2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg5-28/+46
2020-12-11mac80211: use struct assignment for he_obss_pdJohannes Berg1-2/+1
2020-12-11cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg1-2/+1
2020-12-11nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam3-11/+49
2020-12-11cfg80211: include block-tx flag in channel switch started eventJohannes Berg3-8/+13
2020-12-11mac80211: disallow band-switch during CSAJohannes Berg1-3/+15
2020-12-11cfg80211: Save the regulatory domain when setting custom regulatoryIlan Peer1-0/+8
2020-12-11nl80211: always accept scan request with the duration setAvraham Stern1-6/+0
2020-12-11cfg80211: Update TSF and TSF BSSID for multi BSSIlan Peer1-0/+3
2020-12-11cfg80211: scan PSC channels in case of scan with wildcard SSIDAyala Beker1-10/+8
2020-12-11mac80211: Skip entries with SAE H2E only membership selectorIlan Peer1-3/+4
2020-12-11cfg80211: Parse SAE H2E only membership selectorIlan Peer1-0/+2
2020-12-11mac80211: support MIC error/replay detected counters driver updateJohannes Berg1-0/+49
2020-12-11mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz1-8/+0
2020-12-11mac80211: remove trailing semicolon in macro definitionsTom Rix4-6/+6
2020-12-11nl80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-11mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-12-11cfg80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-11cfg80211: fix callback type mismatches in wext-compatSami Tolvanen1-32/+71
2020-12-11net: wireless: make a const array static, makes object smallerColin Ian King1-1/+1
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov2-27/+7
2020-12-11rfkill: add a reason to the HW rfkill stateEmmanuel Grumbach1-7/+34
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-31/+59
2020-12-10rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski1-11/+13
2020-12-10tcp: correctly handle increased zerocopy args struct sizeArjun Roy1-2/+2
2020-12-10can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp1-13/+29
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault1-2/+2
2020-12-09net: x25: Fix handling of Restart Request and Restart ConfirmationXie He1-16/+9
2020-12-09mptcp: be careful on subflows shutdownPaolo Abeni1-2/+10
2020-12-09mptcp: plug subflow context memory leakPaolo Abeni1-2/+3
2020-12-09mptcp: link MPC subflow into msk only after acceptPaolo Abeni5-6/+35
2020-12-09mptcp: use the variable sk instead of open-codingGeliang Tang1-2/+2
2020-12-09mptcp: rename add_addr_signal and mptcp_add_addr_statusGeliang Tang3-16/+16