summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-26net: delete extra space and tab in blank lineWilliam Dean2-2/+2
2022-07-26Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski43-2752/+5229
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-31/+15
2022-07-23Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski18-1112/+4548
2022-07-23Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz1-34/+357
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz9-106/+1072
2022-07-23Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz5-3/+1578
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz5-51/+976
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-233/+422
2022-07-23Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-1/+1
2022-07-23net: fix uninitialised msghdr->sg_from_iterPavel Begunkov1-1/+1
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2-0/+35
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncBrian Gix2-89/+33
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix5-28/+16
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix2-289/+0
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz1-39/+12
2022-07-22wifi: mac80211: fix link data leakJohannes Berg1-10/+10
2022-07-22wifi: mac80211: mlme: fix disassoc with MLOJohannes Berg1-3/+5
2022-07-22wifi: mac80211: remove erroneous sband/link validationJohannes Berg1-13/+1
2022-07-22wifi: mac80211: mlme: transmit assoc frame with address translationJohannes Berg1-9/+9
2022-07-22wifi: mac80211: verify link addresses are differentJohannes Berg1-4/+34
2022-07-22wifi: mac80211: rx: track link in RX dataJohannes Berg2-2/+18
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg4-11/+87
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg5-24/+48
2022-07-22wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg1-0/+12
2022-07-22wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg1-1/+3
2022-07-22wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg1-0/+2
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2-18/+50
2022-07-22wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern1-1/+9
2022-07-22wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern4-28/+25
2022-07-22wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern1-14/+28
2022-07-22wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg1-3/+14
2022-07-22wifi: mac80211: mlme: fix link_sta setupJohannes Berg1-5/+6
2022-07-22wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg1-2/+41
2022-07-22wifi: mac80211: return error from control port TX for dropsJohannes Berg1-2/+7
2022-07-22wifi: nl80211: require MLD address on link STA add/modifyJohannes Berg1-3/+2
2022-07-22wifi: mac80211: more station handling sanity checksJohannes Berg1-0/+7
2022-07-22wifi: mac80211: fix link sta hash table handlingJohannes Berg1-2/+16
2022-07-22wifi: mac80211: validate link address doesn't changeJohannes Berg1-6/+12
2022-07-22wifi: mac80211: mlme: set sta.mlo to mlo stateJohannes Berg1-2/+2
2022-07-22wifi: mac80211: fast-xmit: handle non-MLO clientsJohannes Berg1-1/+15
2022-07-22wifi: mac80211: fix RX MLD address translationJohannes Berg1-4/+8
2022-07-22wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg1-1/+6
2022-07-22wifi: mac80211: mlme: fix override calculationJohannes Berg1-0/+2
2022-07-22wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg2-5/+7
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady1-1/+5
2022-07-22net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi3-37/+74
2022-07-22net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi3-11/+58
2022-07-22net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi2-27/+189
2022-07-22net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi1-34/+18