aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+4
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-11/+4
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper1-0/+6
2025-07-23libeth: xdp: access ->pp through netmem_desc instead of pageByungchul Park1-1/+1
2025-07-23netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park1-0/+17
2025-07-23netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()Byungchul Park1-1/+19
2025-07-23netmem: introduce struct netmem_desc mirroring struct pageByungchul Park1-21/+95
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li2-3/+8
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-0/+1
2025-07-23Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov1-0/+6
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen1-1/+10
2025-07-23Bluetooth: Fix spelling mistakesYang Li1-1/+1
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li2-2/+9
2025-07-23Bluetooth: Remove hci_conn_hash_lookup_state()Yue Haibing1-20/+0
2025-07-22wifi: mac80211: don't require cipher and keylen in gtk rekeyMiri Korenblit1-2/+5
2025-07-21wifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee1-4/+6
2025-07-21wifi: mac80211: remove ieee80211_remove_keyMiri Korenblit1-15/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer2-1/+7
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov8-36/+70
2025-07-18wifi: mac80211: support initialising an S1G short beaconing BSSLachlan Hodges1-0/+4
2025-07-18wifi: cfg80211: support configuring an S1G short beaconing BSSLachlan Hodges1-0/+23
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-2/+3
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-0/+1
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-2/+0
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima1-0/+4
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima1-2/+2
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+3
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-31/+43
2025-07-17Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-23/+29
2025-07-17Merge tag 'wireless-next-2025-07-17' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni1-1/+5
2025-07-17Merge tag 'wireless-2025-07-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-1/+1
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-2/+13
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers2-12/+18
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers1-11/+11
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers1-2/+2
2025-07-15net: mctp: Allow limiting binds to a peer addressMatt Johnston1-1/+4
2025-07-15net: mctp: Use hashtable for bindsMatt Johnston1-4/+16
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V1-0/+4
2025-07-15wifi: cfg80211: Fix interface type validationIlan Peer1-1/+1
2025-07-15wifi: cfg80211: remove scan request n_channels counted_byJohannes Berg1-1/+1
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet1-0/+1
2025-07-14tcp: do not accept packets beyond windowEric Dumazet1-1/+7
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert1-1/+0
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter1-5/+0
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet1-0/+1
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet1-1/+2
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet1-0/+1
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet1-0/+1
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet1-0/+1