summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper-0/+6
2025-07-23libeth: xdp: access ->pp through netmem_desc instead of pageByungchul Park-1/+1
2025-07-23netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park-0/+17
2025-07-23netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()Byungchul Park-1/+19
2025-07-23netmem: introduce struct netmem_desc mirroring struct pageByungchul Park-21/+95
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li-3/+8
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down-0/+1
2025-07-23Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov-0/+6
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen-1/+10
2025-07-23Bluetooth: Fix spelling mistakesYang Li-1/+1
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li-2/+9
2025-07-23Bluetooth: Remove hci_conn_hash_lookup_state()Yue Haibing-20/+0
2025-07-22wifi: mac80211: don't require cipher and keylen in gtk rekeyMiri Korenblit-2/+5
2025-07-21wifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee-4/+6
2025-07-21wifi: mac80211: remove ieee80211_remove_keyMiri Korenblit-15/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer-1/+7
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-36/+70
2025-07-18wifi: mac80211: support initialising an S1G short beaconing BSSLachlan Hodges-0/+4
2025-07-18wifi: cfg80211: support configuring an S1G short beaconing BSSLachlan Hodges-0/+23
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima-2/+3
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima-0/+1
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima-2/+0
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima-0/+4
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima-2/+2
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima-2/+3
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+43
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