summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski2020-12-101-11/+13
| * | | | | tcp: correctly handle increased zerocopy args struct sizeArjun Roy2020-12-101-2/+2
| * | | | | can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp2020-12-101-13/+29
| * | | | | net: x25: Fix handling of Restart Request and Restart ConfirmationXie He2020-12-091-16/+9
| * | | | | mptcp: be careful on subflows shutdownPaolo Abeni2020-12-091-2/+10
| * | | | | mptcp: plug subflow context memory leakPaolo Abeni2020-12-091-2/+3
| * | | | | mptcp: link MPC subflow into msk only after acceptPaolo Abeni2020-12-095-6/+35
| * | | | | mptcp: use the variable sk instead of open-codingGeliang Tang2020-12-091-2/+2
| * | | | | mptcp: rename add_addr_signal and mptcp_add_addr_statusGeliang Tang2020-12-093-16/+16
| * | | | | mptcp: drop rm_addr_signal flagGeliang Tang2020-12-092-5/+17
| * | | | | mptcp: print out port and ahmac when receiving ADD_ADDRGeliang Tang2020-12-091-3/+3
| * | | | | mptcp: add port parameter for mptcp_pm_announce_addrGeliang Tang2020-12-093-6/+11
| * | | | | mptcp: send out dedicated packet for ADD_ADDR using portGeliang Tang2020-12-093-5/+15
| * | | | | mptcp: add the outgoing ADD_ADDR port supportGeliang Tang2020-12-093-7/+20
| * | | | | mptcp: use adding up size to get ADD_ADDR lengthGeliang Tang2020-12-091-4/+8
| * | | | | mptcp: add port support for ADD_ADDR suboption writingGeliang Tang2020-12-092-8/+32
| * | | | | mptcp: unify ADD_ADDR and ADD_ADDR6 suboptions writingGeliang Tang2020-12-091-20/+17
| * | | | | mptcp: unify ADD_ADDR and echo suboptions writingGeliang Tang2020-12-091-18/+19
| * | | | | net: rxrpc: convert comma to semicolonZheng Yongjun2020-12-091-1/+1
| * | | | | net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso2020-12-091-3/+3
| * | | | | net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun2020-12-081-5/+1
| * | | | | net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set...Zheng Yongjun2020-12-081-6/+1
| * | | | | net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun2020-12-081-6/+1
| * | | | | net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun2020-12-081-8/+3