summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell2022-05-171-0/+2
* Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-05-171-5/+3
|\
| * af_unix: Silence randstruct GCC plugin warningKees Cook2022-05-161-5/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/r...Stephen Rothwell2022-05-173-8/+1
|\ \
| * | random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-163-8/+1
* | | Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell2022-05-171-2/+2
|\ \ \
| * | | mctp: test: Use NULL macrosRicardo Ribalda2022-04-041-2/+2
* | | | Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Stephen Rothwell2022-05-171-4/+17
|\ \ \ \
| * | | | hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2022-04-281-2/+8
| * | | | hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)2022-04-281-2/+7
| * | | | hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)2022-04-281-0/+2
* | | | | Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell2022-05-171-10/+42
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-5.19/io_uring-passthrough' into for-nextJens Axboe2022-05-113-9/+42
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe2022-05-091-10/+42
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'for-5.19/io_uring-net' into for-nextJens Axboe2022-05-051-6/+10
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jens Axboe2022-04-291-6/+10
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-netJens Axboe2022-04-291-10/+42
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| * | | | | | | | Merge branch 'for-5.19/io_uring-socket' into for-nextJens Axboe2022-05-051-10/+42
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | net: add __sys_socket_file()Jens Axboe2022-04-241-10/+42
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge branch 'main' of git git://git.kernel.org/pub/scm/linux/kernel/git/wire...Stephen Rothwell2022-05-1718-499/+596
|\ \ \ \ \ \ \ \
| * | | | | | | | mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2022-05-162-9/+133
| * | | | | | | | mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-39/+52
| * | | | | | | | mac80211: minstrel_ht: fill all requested ratesPeter Seiderer2022-05-161-7/+7
| * | | | | | | | mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh2022-05-161-0/+9
| * | | | | | | | nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-162-34/+34
| * | | | | | | | mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2022-05-162-10/+13
| * | | | | | | | mac80211: remove useless bssid copyJohannes Berg2022-05-161-3/+1
| * | | | | | | | mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg2022-05-163-9/+7
| * | | | | | | | mac80211: mlme: use local SSID copyJohannes Berg2022-05-161-12/+2
| * | | | | | | | mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-165-21/+21
| * | | | | | | | mac80211: mlme: move in RSSI reporting codeJohannes Berg2022-05-162-40/+40
| * | | | | | | | mac80211: unify CCMP/GCMP AAD constructionJohannes Berg2022-05-161-56/+31
| * | | | | | | | mac80211: support disabling EHT modeMuna Sinada2022-05-041-0/+3
| * | | | | | | | cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+7
| * | | | | | | | mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-05-042-0/+25
| * | | | | | | | mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua2022-05-041-2/+0
| * | | | | | | | mac80211: consider Order bit to fill CCMP AADPing-Ke Shih2022-05-041-7/+9
| * | | | | | | | cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-05-041-0/+4
| * | | | | | | | nl80211: rework internal_flags usageJohannes Berg2022-05-041-145/+199
| * | | | | | | | nl80211: don't hold RTNL in color change requestJohannes Berg2022-05-041-2/+1
| * | | | | | | | cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-043-108/+3
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Stephen Rothwell2022-05-178-34/+132
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
| * | | | | | | | | Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
| * | | | | | | | | Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-132-2/+1
| * | | | | | | | | Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-05-131-0/+12
| * | | | | | | | | Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-05-131-6/+9
| * | | | | | | | | Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
| * | | | | | | | | Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
| * | | | | | | | | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+2