summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-07-18net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko-0/+5
2022-07-18net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko-0/+12
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko-0/+5
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko-0/+17
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko-0/+20
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima-1/+1
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima-1/+2
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima-3/+6
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski-0/+1
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski-1/+0
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski-0/+3
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu-0/+1
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima-6/+2
2022-07-15tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima-3/+3
2022-07-15tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima-1/+2
2022-07-15ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima-1/+1
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski-0/+2
2022-07-15wifi: cfg80211: add cfg80211_get_iftype_ext_capa()Johannes Berg-0/+8
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman-1/+0
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman-4/+4
2022-07-15wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski-1/+1
2022-07-15wifi: nl80211: add EML/MLD capabilities to per-iftype capabilitiesJohannes Berg-0/+4
2022-07-15wifi: cfg80211: add ieee80211_chanwidth_rate_flags()Johannes Berg-6/+19
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman-2/+2
2022-07-15wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg-1/+8
2022-07-15wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg-7/+17
2022-07-15wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg-2/+2
2022-07-15wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg-12/+17
2022-07-15wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg-3/+3
2022-07-15wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg-0/+3
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg-3/+3
2022-07-15wifi: mac80211: provide link ID in link_confJohannes Berg-0/+2
2022-07-15wifi: cfg80211: make cfg80211_auth_request::key_idx signedJohannes Berg-1/+2
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg-2/+4
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz-26/+2
2022-07-15wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz-0/+64
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+16
2022-07-14xsk: Mark napi_id on sendmsg()Maciej Fijalkowski-0/+14
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan-2/+2
2022-07-14netfilter: nf_nat: in nf_nat_initialized(), use const struct nf_conn *James Yonan-1/+1
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao-1/+1
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-113/+381
2022-07-13Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-3/+5
2022-07-13net: devlink: move unlocked function prototypes alongside the locked onesJiri Pirko-9/+7
2022-07-13raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima-1/+1