summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-07-17Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-23/+29
2025-07-17Merge tag 'wireless-next-2025-07-17' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni-1/+5
2025-07-17Merge tag 'wireless-2025-07-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-1/+1
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal-2/+13
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers-12/+18
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers-11/+11
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers-2/+2
2025-07-15net: mctp: Allow limiting binds to a peer addressMatt Johnston-1/+4
2025-07-15net: mctp: Use hashtable for bindsMatt Johnston-4/+16
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V-0/+4
2025-07-15wifi: cfg80211: Fix interface type validationIlan Peer-1/+1
2025-07-15wifi: cfg80211: remove scan request n_channels counted_byJohannes Berg-1/+1
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet-1/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet-0/+1
2025-07-14tcp: do not accept packets beyond windowEric Dumazet-1/+7
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert-1/+0
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter-5/+0
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet-1/+2
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet-3/+3
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet-1/+1
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet-0/+1
2025-07-11net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()Eric Dumazet-9/+14
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-07-11bpf: Remove location field in tcx_linkTao Chen-1/+0
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-32/+0
2025-07-10Merge tag 'wireless-next-2025-07-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-10/+9
2025-07-10netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet-1/+1
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang-9/+0
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+26
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing-0/+1
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei-1/+24
2025-07-09devlink: Add new "clock_id" generic device paramIvan Vecera-0/+4
2025-07-09devlink: Add support for u64 parametersIvan Vecera-0/+2
2025-07-09wifi: mac80211: don't complete management TX on SAE commitJohannes Berg-0/+2
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg-1/+5
2025-07-09wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ codeJohannes Berg-3/+0
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg-6/+0
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit-0/+2
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima-0/+1
2025-07-08af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima-0/+1
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca-9/+3
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca-1/+0
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet-2/+0
2025-07-08net: mctp: add gateway routing supportJeremy Kerr-1/+12