summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-06-014-32/+10
| |\ \
| | * | Bluetooth: Acquire sk_lock.slock without disabling interruptsSebastian Andrzej Siewior2020-05-291-5/+2
| | * | Bluetooth: Fix assuming EIR flags can result in SSP authenticationLuiz Augusto von Dentz2020-05-201-2/+0
| | * | Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-05-201-25/+3
| | * | Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-05-181-0/+1
| | * | Bluetooth: Fix for GAP/SEC/SEM/BI-10-CŁukasz Rymanowski2020-05-181-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-3138-203/+498
| |\ \ \
| * \ \ \ Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/sc...David S. Miller2020-05-3129-223/+980
| |\ \ \ \
| | * | | | cfg80211: support bigger kek/kck key lengthNathan Errera2020-05-311-4/+19
| | * | | | mac80211: set short_slot for 6 GHz bandTova Mussai2020-05-312-2/+4
| | * | | | mac80211: Consider 6 GHz band when handling power constraintIlan Peer2020-05-311-0/+1
| | * | | | mac80211: accept aggregation sessions on 6 GHzJohannes Berg2020-05-312-3/+5
| | * | | | cfg80211: require HE capabilities for 6 GHz bandJohannes Berg2020-05-311-0/+10
| | * | | | cfg80211: reject HT/VHT capabilities on 6 GHz bandJohannes Berg2020-05-311-1/+6
| | * | | | cfg80211: treat 6 GHz channels as valid regardless of capabilityJohannes Berg2020-05-311-7/+15
| | * | | | mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer2020-05-313-17/+38
| | * | | | mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg2020-05-315-2/+56
| | * | | | mac80211: check the correct bit for EMA APShaul Triebitz2020-05-311-9/+9
| | * | | | mac80211: determine chandef from HE 6 GHz operationJohannes Berg2020-05-314-19/+160
| | * | | | mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-317-17/+100
| | * | | | mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan2020-05-311-0/+16
| | * | | | mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan2020-05-314-8/+72
| | * | | | mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan2020-05-316-1/+65
| | * | | | cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg2020-05-311-1/+8
| | * | | | mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan2020-05-312-0/+5
| | * | | | cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan2020-05-311-1/+17
| | * | | | nl80211: really allow client-only BIGTK supportJohannes Berg2020-05-312-3/+8
| | * | | | cfg80211: adapt to new channelization of the 6GHz bandArend Van Spriel2020-05-311-2/+4
| | * | | | cfg80211: fix 6 GHz frequencies to kHzJohannes Berg2020-05-311-1/+1
| | * | | | mac80211: support control port TX status reportingMarkus Theil2020-05-285-22/+56
| | * | | | mac80211: fix HT-Control field reception for management framesJohannes Berg2020-05-271-7/+37
| | * | | | cfg80211: fix CFG82011_CRDA_SUPPORT still mentioning internal regdbPatrick Steinhardt2020-05-271-2/+2
| | * | | | nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam2020-05-271-14/+42
| | * | | | mac80211: allow SA-QUERY processing in userspaceJohannes Berg2020-05-271-13/+36
| | * | | | nl80211: add ability to report TX status for control port TXMarkus Theil2020-05-275-13/+60
| | * | | | mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-271-1/+1
| | * | | | cfg80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-271-1/+1
| | * | | | nl80211: support scan frequencies in KHzThomas Pedersen2020-05-272-12/+41
| | * | | | nl80211: add KHz frequency offset for most wifi commandsThomas Pedersen2020-05-271-20/+58
| | * | | | cfg80211: add KHz variants of frame RX APIThomas Pedersen2020-05-274-18/+20
| | * | | | nl80211: simplify peer specific TID configurationSergey Matyukevich2020-05-271-4/+1
| | * | | | cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich2020-05-271-0/+8
| | * | | | mac80211: fix variable names in TID config methodsSergey Matyukevich2020-05-272-5/+5
| * | | | | mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni2020-05-301-4/+16
| * | | | | sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen2020-05-301-14/+51
| * | | | | net/smc: pre-fetch send buffer outside of send_lockKarsten Graul2020-05-303-11/+21
| * | | | | Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-05-301-11/+0
| |\ \ \ \ \
| | * | | | | net: Make mpls_entry_encode() available for generic usersEli Cohen2020-05-291-11/+0
| * | | | | | tcp: tcp_init_buffer_space can be staticFlorian Westphal2020-05-291-1/+1
| * | | | | | net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg staticAndrew Lunn2020-05-291-3/+3