summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers2021-02-121-0/+9
* mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2021-02-122-103/+9
* mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau2021-02-121-2/+16
* mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2021-02-122-239/+336
* mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2021-02-122-12/+8
* mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau2021-02-121-11/+10
* mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau2021-02-123-64/+79
* cfg80211: initialize reg_rule in __freq_reg_info()Luca Coelho2021-02-121-1/+1
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-02-121-1/+1
* mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2021-02-122-12/+21
* cfg80211: remove unused callbackMatteo Croce2021-02-121-7/+0
* tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy2021-02-111-1/+10
* net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-113-14/+50
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller2021-02-1112-245/+1188
|\
| * Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_completeHoward Chung2021-02-031-1/+1
| * Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-02-021-0/+3
| * Bluetooth: Skip eSCO 2M params when not supportedYu Liu2021-02-011-2/+18
| * Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita2021-01-291-11/+11
| * Bluetooth: fix coccicheck warnings debugfsJiapeng Zhong2021-01-291-40/+40
| * Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede2021-01-291-7/+11
| * Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera2021-01-251-0/+1
| * Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz2021-01-251-25/+93
| * Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi2021-01-251-1/+2
| * Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-01-251-2/+4
| * Bluetooth: drop HCI device reference before returnPan Bian2021-01-251-0/+1
| * Bluetooth: disable advertisement filters during suspendHoward Chung2021-01-253-5/+44
| * Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka2021-01-251-9/+11
| * Bluetooth: advmon offload MSFT handle filter enablementArchie Pusaka2021-01-252-0/+73
| * Bluetooth: advmon offload MSFT handle controller resetArchie Pusaka2021-01-251-5/+71
| * Bluetooth: advmon offload MSFT remove monitorArchie Pusaka2021-01-254-48/+317
| * Bluetooth: advmon offload MSFT add monitorArchie Pusaka2021-01-254-40/+342
| * Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka2021-01-251-72/+153
| * Bluetooth: avoid u128_xor() on potentially misaligned inputsArd Biesheuvel2021-01-061-3/+2
| * Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2020-12-271-1/+1
| * Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka2020-12-181-0/+17
| * Bluetooth: Pause service discovery for suspendAbhishek Pandit-Subedi2020-12-181-0/+8
| * Bluetooth: Remove hci_req_le_suspend_configAbhishek Pandit-Subedi2020-12-181-17/+8
* | net: fib_notifier: don't return positive values on fib registrationVlad Buslov2021-02-111-2/+3
* | net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean2021-02-111-1/+2
* | net: initialize net->net_cookie at netns setupEric Dumazet2021-02-112-21/+6
* | net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2021-02-111-1/+6
* | net: dsa: add support for offloading HSRGeorge McCollister2021-02-114-0/+83
* | net: hsr: add offloading supportGeorge McCollister2021-02-119-26/+52
* | net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2021-02-112-33/+14
* | tcp: add some entropy in __inet_hash_connect()Eric Dumazet2021-02-111-0/+5
* | tcp: change source port randomizarion at connect() timeEric Dumazet2021-02-111-3/+17
* | rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells2021-02-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1018-66/+111
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-1017-63/+107
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-02-092-14/+17
| | |\ \