aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: x25: Remove unimplemented X.25-over-LLC code stubsXie He2020-12-123-24/+2
* inet: frags: batch fqdir destroy worksSeongJae Park2020-12-121-8/+39
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-121-7/+67
|\
| * xfrm: redact SA secret with lockdown confidentialityAntony Antony2020-11-271-7/+67
* | Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski2020-12-1227-202/+793
|\ \
| * | mac80211: add ieee80211_set_sar_specsCarl Huang2020-12-111-0/+12
| * | nl80211: add common API to configure SAR power limitationsCarl Huang2020-12-113-0/+214
| * | mac80211: fix a mistake check for rx_stats updateWen Gong2020-12-111-1/+1
| * | mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong2020-12-111-0/+5
| * | mac80211: Update rate control on channel changeIlan Peer2020-12-111-0/+61
| * | mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach2020-12-111-0/+1
| * | mac80211: Fix calculation of minimal channel widthIlan Peer2020-12-112-5/+6
| * | mac80211: ignore country element TX power on 6 GHzJohannes Berg2020-12-111-1/+9
| * | mac80211: use bitfield helpers for BA session action framesJohannes Berg2020-12-112-10/+10
| * | mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern2020-12-112-8/+67
| * | mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-111-4/+10
| * | mac80211: support driver-based disconnect with reconnect hintJohannes Berg2020-12-113-20/+76
| * | cfg80211: support immediate reconnect request hintJohannes Berg2020-12-115-28/+46
| * | mac80211: use struct assignment for he_obss_pdJohannes Berg2020-12-111-2/+1
| * | cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg2020-12-111-2/+1
| * | nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2020-12-113-11/+49
| * | cfg80211: include block-tx flag in channel switch started eventJohannes Berg2020-12-113-8/+13
| * | mac80211: disallow band-switch during CSAJohannes Berg2020-12-111-3/+15
| * | cfg80211: Save the regulatory domain when setting custom regulatoryIlan Peer2020-12-111-0/+8
| * | nl80211: always accept scan request with the duration setAvraham Stern2020-12-111-6/+0
| * | cfg80211: Update TSF and TSF BSSID for multi BSSIlan Peer2020-12-111-0/+3
| * | cfg80211: scan PSC channels in case of scan with wildcard SSIDAyala Beker2020-12-111-10/+8
| * | mac80211: Skip entries with SAE H2E only membership selectorIlan Peer2020-12-111-3/+4
| * | cfg80211: Parse SAE H2E only membership selectorIlan Peer2020-12-111-0/+2
| * | mac80211: support MIC error/replay detected counters driver updateJohannes Berg2020-12-111-0/+49
| * | mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz2020-12-111-8/+0
| * | mac80211: remove trailing semicolon in macro definitionsTom Rix2020-12-114-6/+6
| * | nl80211: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-111-0/+1
| * | mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-111-0/+2
| * | cfg80211: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-111-0/+1
| * | cfg80211: fix callback type mismatches in wext-compatSami Tolvanen2020-12-111-32/+71
| * | net: wireless: make a const array static, makes object smallerColin Ian King2020-12-111-1/+1
| * | net: mac80211: use core API for updating TX/RX statsLev Stipakov2020-12-112-27/+7
| * | rfkill: add a reason to the HW rfkill stateEmmanuel Grumbach2020-12-111-7/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-1137-131/+197
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-106-31/+59
| |\ \
| | * | xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-092-14/+20
| | * | lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang2020-12-071-3/+3
| | * | lwt: Disable BH too in run_lwt_bpf()Dongdong Wang2020-12-071-4/+4
| | * | xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
| | * | xsk: Change the tx writeable conditionXuan Zhuo2020-12-032-3/+19
| | * | xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo2020-12-031-1/+3
| | * | xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()Björn Töpel2020-11-301-7/+10
| * | | net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault2020-12-091-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-097-62/+47
| |\ \ \