summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-23wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo
2023-10-23wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg
2023-10-23wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...Gustavo A. R. Silva
2023-10-23wifi: remove unused argument of ieee80211_get_tdls_action()Dmitry Antipov
2023-10-23wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit
2023-10-23wifi: mac80211: Check if we had first beacon with relevant linksMiri Korenblit
2023-10-23wifi: mac80211: flush STA queues on unauthorizationJohannes Berg
2023-10-23wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit
2023-10-23wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg
2023-10-23wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit
2023-10-23wifi: mac80211: Fix setting vif linksIlan Peer
2023-10-23wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer
2023-10-23wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg
2023-10-23wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer
2023-10-23wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit
2023-10-23wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg
2023-10-23wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg
2023-10-17net: bridge: Set strict_start_type for br_policyJohannes Nixdorf
2023-10-17net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf
2023-10-17net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET
2023-10-17net: openvswitch: Use struct_size()Christophe JAILLET
2023-10-17net: gso_test: release each segment individuallyFlorian Westphal
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-15vsock: enable setting SO_ZEROCOPYArseniy Krasnov
2023-10-15vsock/loopback: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vsock: enable SOCK_SUPPORT_ZC bitArseniy Krasnov
2023-10-15vsock: check for MSG_ZEROCOPY support on sendArseniy Krasnov
2023-10-15vsock: read from socket's error queueArseniy Krasnov
2023-10-15vsock: set EPOLLERR on non-empty error queueArseniy Krasnov
2023-10-13appletalk: remove special handling code for ipddpLukas Bulwahn
2023-10-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca
2023-10-13tls: validate crypto_info in a separate helperSabrina Dubroca