summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti
2025-03-14can: statistics: use atomic access in hot pathOliver Hartkopp
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-13tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAXJason Xing
2025-03-13tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MINJason Xing
2025-03-13tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flagsJason Xing
2025-03-13Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter
2025-03-13Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets
2025-03-13gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-13net: hsr: Add KUnit test for PRPJaakko Karrenpalo
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo
2025-03-13netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev
2025-03-12net: add granular lock for the netdev netlink socketStanislav Fomichev
2025-03-12net: create netdev_nl_sock to wrap bindings listStanislav Fomichev
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev
2025-03-12netfilter: conntrack: Bound nf_conntrack sysctl writesNicolas Bouchinet
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-03-12netfilter: xt_hashlimit: replace vmalloc calls with kvmallocDenis Kirjanov
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-03-12netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju
2025-03-12Merge tag 'wireless-2025-03-12' of https://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2025-03-12xfrm: state: make xfrm_state_lookup_byaddr locklessFlorian Westphal
2025-03-12wifi: mac80211: use cfg80211_chandef_get_width()Johannes Berg
2025-03-12wifi: cfg80211: expose cfg80211_chandef_get_width()Johannes Berg
2025-03-12wifi: mac80211: use supported selectors from assoc in ML reconfJohannes Berg
2025-03-12wifi: mac80211: remove SSID from ML reconfJohannes Berg
2025-03-12wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHzBenjamin Berg
2025-03-11net: mctp: unshare packets when reassemblingMatt Johnston
2025-03-11net: switchdev: Convert blocking notification chain to a raw oneAmit Cohen
2025-03-11wifi: mac80211: set WMM in ML reconfigurationJohannes Berg
2025-03-11wifi: mac80211: don't include MLE in ML reconf per-STA profileJohannes Berg
2025-03-11wifi: mac80211: fix ML reconf reset in disconnectJohannes Berg
2025-03-11wifi: mac80211: Notify cfg80211 about added link addressesIlan Peer
2025-03-11wifi: cfg80211: Update the link address when a link is addedIlan Peer
2025-03-11wifi: mac80211: fix warning on disconnect during failed ML reconfJohannes Berg
2025-03-11wifi: mac80211: fix userspace_selectors corruptionJohannes Berg
2025-03-11wifi: mac80211: allow 320 MHz FTM measurementsAvraham Stern
2025-03-11wifi: mac80211: fix U-APSD check in ML reconfigurationJohannes Berg
2025-03-11wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu
2025-03-11wifi: mac80211: mlme: support extended MLD capa/ops in assocJohannes Berg
2025-03-11wifi: cfg80211: allow setting extended MLD capa/opsJohannes Berg
2025-03-11wifi: cfg80211: move link reconfig parameters into a structJohannes Berg
2025-03-10mptcp: pm: move Netlink PM helpers to pm_netlink.cMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: split in-kernel PM specific codeMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: move generic PM helpers to pm.cMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: move generic helper at the topMatthieu Baerts (NGI0)