aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-13Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni3-10/+10
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long2-12/+21
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets1-14/+1
2025-03-13gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-03-13net: hsr: Add KUnit test for PRPJaakko Karrenpalo4-0/+236
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo5-7/+104
2025-03-13netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin1-6/+4
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev3-19/+14
2025-03-12net: add granular lock for the netdev netlink socketStanislav Fomichev1-0/+6
2025-03-12net: create netdev_nl_sock to wrap bindings listStanislav Fomichev3-15/+14
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev1-0/+1
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev3-21/+2
2025-03-12netfilter: conntrack: Bound nf_conntrack sysctl writesNicolas Bouchinet1-3/+9
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-03-12netfilter: xt_hashlimit: replace vmalloc calls with kvmallocDenis Kirjanov1-7/+5
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2025-03-12netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree()Kohei Enju1-0/+2
2025-03-12Merge tag 'wireless-2025-03-12' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessDavid S. Miller6-16/+50
2025-03-12xfrm: state: make xfrm_state_lookup_byaddr locklessFlorian Westphal1-2/+2
2025-03-12wifi: mac80211: use cfg80211_chandef_get_width()Johannes Berg2-2/+3
2025-03-12wifi: cfg80211: expose cfg80211_chandef_get_width()Johannes Berg2-7/+2
2025-03-12wifi: mac80211: use supported selectors from assoc in ML reconfJohannes Berg2-20/+13
2025-03-12wifi: mac80211: remove SSID from ML reconfJohannes Berg1-7/+2
2025-03-12wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHzBenjamin Berg1-1/+8
2025-03-11net: mctp: unshare packets when reassemblingMatt Johnston2-2/+117
2025-03-11net: switchdev: Convert blocking notification chain to a raw oneAmit Cohen1-7/+18
2025-03-11wifi: mac80211: set WMM in ML reconfigurationJohannes Berg1-0/+1
2025-03-11wifi: mac80211: don't include MLE in ML reconf per-STA profileJohannes Berg2-1/+3
2025-03-11wifi: mac80211: fix ML reconf reset in disconnectJohannes Berg1-4/+4
2025-03-11wifi: mac80211: Notify cfg80211 about added link addressesIlan Peer1-1/+4
2025-03-11wifi: cfg80211: Update the link address when a link is addedIlan Peer1-0/+4
2025-03-11wifi: mac80211: fix warning on disconnect during failed ML reconfJohannes Berg1-1/+1
2025-03-11wifi: mac80211: fix userspace_selectors corruptionJohannes Berg1-8/+6
2025-03-11wifi: mac80211: allow 320 MHz FTM measurementsAvraham Stern1-1/+2
2025-03-11wifi: mac80211: fix U-APSD check in ML reconfigurationJohannes Berg1-5/+4
2025-03-11wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu3-2/+14
2025-03-11wifi: mac80211: mlme: support extended MLD capa/ops in assocJohannes Berg2-2/+32
2025-03-11wifi: cfg80211: allow setting extended MLD capa/opsJohannes Berg2-0/+16
2025-03-11wifi: cfg80211: move link reconfig parameters into a structJohannes Berg8-62/+55
2025-03-10mptcp: pm: move Netlink PM helpers to pm_netlink.cMatthieu Baerts (NGI0)3-123/+117
2025-03-10mptcp: pm: split in-kernel PM specific codeMatthieu Baerts (NGI0)3-1405/+1411
2025-03-10mptcp: pm: move generic PM helpers to pm.cMatthieu Baerts (NGI0)3-468/+467
2025-03-10mptcp: pm: move generic helper at the topMatthieu Baerts (NGI0)1-27/+27
2025-03-10mptcp: pm: export mptcp_remote_addressMatthieu Baerts (NGI0)2-8/+11
2025-03-10mptcp: pm: worker: split in-kernel and common tasksMatthieu Baerts (NGI0)3-20/+30
2025-03-10mptcp: pm: avoid calling PM specific code from coreMatthieu Baerts (NGI0)4-7/+12
2025-03-10mptcp: pm: kernel: add '_pm' to mptcp_nl_set_flagsMatthieu Baerts (NGI0)1-4/+4
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addrMatthieu Baerts (NGI0)3-5/+5
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()Matthieu Baerts (NGI0)3-3/+3
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_rm_addr_receivedMatthieu Baerts (NGI0)1-28/+27