summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-2/+17
* tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-0/+2
* net: devlink: introduce nested devlink entity for line cardJiri Pirko2022-07-262-0/+4
* Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-07-254-101/+486
|\
| * wifi: mac80211: add macros to loop over active linksGregory Greenman2022-07-221-0/+15
| * wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-221-0/+10
| * wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-1/+3
| * wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg2022-07-222-0/+8
| * wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg2022-07-221-0/+5
| * wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-221-1/+27
| * wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern2022-07-221-0/+4
| * wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern2022-07-221-4/+56
| * wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern2022-07-221-2/+45
| * wifi: nl80211: add RX and TX timestamp attributesAvraham Stern2022-07-221-1/+21
| * wifi: ieee80211: add helper functions for detecting TM/FTM framesAvraham Stern2022-07-221-0/+54
| * wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg2022-07-221-0/+6
| * wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-151-0/+2
| * wifi: cfg80211: add cfg80211_get_iftype_ext_capa()Johannes Berg2022-07-151-0/+8
| * wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman2022-07-151-1/+0
| * wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-4/+4
| * wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski2022-07-151-1/+1
| * wifi: nl80211: add EML/MLD capabilities to per-iftype capabilitiesJohannes Berg2022-07-152-2/+14
| * wifi: cfg80211: add ieee80211_chanwidth_rate_flags()Johannes Berg2022-07-151-6/+19
| * wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-2/+2
| * wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg2022-07-151-1/+8
| * wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg2022-07-151-7/+17
| * wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg2022-07-151-2/+2
| * wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg2022-07-151-12/+17
| * wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg2022-07-151-3/+3
| * wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg2022-07-151-0/+3
| * wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
| * wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-3/+3
| * wifi: mac80211: provide link ID in link_confJohannes Berg2022-07-151-0/+2
| * wifi: mac80211: Align with Draft P802.11be_D2.0Ilan Peer2022-07-151-8/+15
| * wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer2022-07-151-16/+36
| * wifi: cfg80211: make cfg80211_auth_request::key_idx signedJohannes Berg2022-07-151-1/+2
| * wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-2/+4
| * wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-26/+2
| * wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz2022-07-152-0/+72
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-253-10/+9
|\ \
| * | xfrm: improve wording of comment above XFRM_OFFLOAD flagsPetr Vaněk2022-07-041-3/+3
| * | xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao2022-06-241-2/+2
| * | xfrm: convert alg_key to flexible array memberStephen Hemminger2022-06-101-3/+3
| * | xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-2/+1
* | | ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May2022-07-221-4/+8
* | | Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-226-40/+518
|\ \ \
| * | | Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz2022-07-222-0/+13
| * | | Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-224-20/+261
| * | | Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-223-2/+58
| * | | Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-225-4/+169