aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-12net: add and use skb_get_hash_netFlorian Westphal2-5/+12
2024-06-12Revert "batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks"Linus Lüssing1-3/+44
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-12/+20
2024-06-12wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach1-2/+2
2024-06-12wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg1-2/+3
2024-06-12wifi: mac80211: fix erroneous errors for STA changesJohannes Berg1-19/+36
2024-06-12wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern2-3/+10
2024-06-12wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg2-11/+49
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg4-19/+62
2024-06-12wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg1-18/+12
2024-06-12wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg2-27/+46
2024-06-12wifi: mac80211: refactor channel checksJohannes Berg3-10/+14
2024-06-12wifi: nl80211: expose can-monitor channel propertyJohannes Berg1-0/+3
2024-06-12wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang1-1/+3
2024-06-12wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang1-2/+2
2024-06-12wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao1-9/+0
2024-06-12wifi: mac80211: Move stats allocation to coreBreno Leitao1-12/+1
2024-06-12wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-06-12wifi: mac80211: Recalc offload when monitor stopRemi Pommarel1-0/+1
2024-06-12wifi: mac80211: correct EHT EIRP TPE parsingJohannes Berg1-1/+1
2024-06-12wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov1-2/+6
2024-06-12wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg1-1/+3
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov2-34/+0
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov4-2/+38
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov1-2/+72
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov1-1/+1
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov1-6/+2
2024-06-11Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-10/+4
2024-06-11net: core: Implement dstats-type stats collectionsJeremy Kerr1-0/+50
2024-06-11ip_tunnel: Move stats allocation to coreBreno Leitao1-8/+2
2024-06-11net: dsa: Fix typo in NET_DSA_TAG_RTL4_A KconfigChris Packham1-1/+1
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal1-0/+1
2024-06-11netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik2-51/+60
2024-06-11netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi2-0/+7
2024-06-10tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+5
2024-06-10mptcp: pm: update add_addr counters after connectYonglongLi1-6/+10
2024-06-10mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi1-1/+4
2024-06-10mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1
2024-06-10net/sched: initialize noop_qdisc ownerJohannes Berg1-0/+1
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-5/+5
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski22-402/+1463
2024-06-10Bluetooth: fix connection setup in l2cap_connectPauli Virtanen1-2/+2
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-7/+1
2024-06-10Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz1-1/+1
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek Behún3-8/+44
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek Behún1-44/+47
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski1-15/+3
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski2-4/+7
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+2
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal1-0/+5