summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: drop robust action frames before assocJohannes Berg2023-10-231-0/+9
* wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad2023-10-235-15/+23
* wifi: mac80211: fix another key installation error pathJohannes Berg2023-10-231-2/+4
* wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo2023-10-235-5/+5
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-232-3/+3
* wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg2023-10-231-0/+8
* wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...Gustavo A. R. Silva2023-10-232-2/+2
* wifi: remove unused argument of ieee80211_get_tdls_action()Dmitry Antipov2023-10-231-4/+1
* wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit2023-10-232-1/+9
* wifi: mac80211: Check if we had first beacon with relevant linksMiri Korenblit2023-10-231-3/+14
* wifi: mac80211: flush STA queues on unauthorizationJohannes Berg2023-10-231-12/+20
* wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit2023-10-233-10/+32
* wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg2023-10-231-2/+2
* wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach2023-10-231-0/+17
* wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit2023-10-232-3/+7
* wifi: mac80211: Fix setting vif linksIlan Peer2023-10-231-1/+1
* wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer2023-10-231-0/+37
* wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg2023-10-236-12/+34
* wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer2023-10-231-0/+1
* wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer2023-10-232-1/+10
* wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit2023-10-235-10/+40
* wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit2023-10-232-3/+31
* wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg2023-10-231-3/+6
* wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg2023-10-231-4/+13
* net: bridge: Set strict_start_type for br_policyJohannes Nixdorf2023-10-181-0/+2
* net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf2023-10-181-1/+14
* net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf2023-10-182-2/+37
* net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf2023-10-181-3/+4
* net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET2023-10-171-1/+1
* net: openvswitch: Use struct_size()Christophe JAILLET2023-10-171-5/+2
* net: gso_test: release each segment individuallyFlorian Westphal2023-10-171-5/+9
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-1710-22/+122
|\
| * net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau2023-10-131-1/+1
| * bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-122-3/+46
| * bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2023-10-121-1/+34
| * bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-128-16/+23
| * bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-102-1/+18
* | page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-171-5/+9
* | cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai2023-10-171-0/+6
* | tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-163-2/+12
* | net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2023-10-161-6/+20
* | net, sched: Make tc-related drop reason more flexibleDaniel Borkmann2023-10-161-5/+10
* | ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani2023-10-161-0/+1
* | ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-13/+13
* | ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-2/+2
* | ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-162-48/+48
* | vsock: enable setting SO_ZEROCOPYArseniy Krasnov2023-10-151-2/+43
* | vsock/loopback: support MSG_ZEROCOPY for transportArseniy Krasnov2023-10-151-0/+6
* | vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov2023-10-151-0/+7
* | vsock: enable SOCK_SUPPORT_ZC bitArseniy Krasnov2023-10-151-0/+6