summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
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
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy-0/+22
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao-4/+0
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh-2/+0
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh-1/+0
2022-07-11net/fq_impl: Use the bitmap API to allocate bitmapsChristophe JAILLET-3/+2
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal-10/+0
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal-0/+15
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal-1/+1
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov-0/+41
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo-0/+2
2022-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller-5/+9
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+2
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso-5/+9
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang-1/+2
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet-1/+1
2022-07-099p: Drop kref usageKent Overstreet-3/+3
2022-07-08tls: create an internal headerJakub Kicinski-276/+1
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski-0/+1
2022-07-08strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski-4/+8
2022-07-08net: Fix data-races around sysctl_mem.Kuniyuki Iwashima-1/+1
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski-0/+3
2022-07-06net/sched: act_police: allow 'continue' action offloadVlad Buslov-0/+1
2022-07-05net: sched: provide shim definitions for taprio_offload_{get,free}Vladimir Oltean-0/+17
2022-07-02net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan-0/+2
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet-0/+13