summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-26Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski20-299/+331
2025-07-26net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu1-0/+2
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima1-27/+61
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller2-1/+84
2025-07-25mptcp: remove pr_fallback()Paolo Abeni4-9/+0
2025-07-25mptcp: track fallbacks accurately via mibsPaolo Abeni7-45/+62
2025-07-25netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal1-2/+2
2025-07-25netfilter: nft_set_pipapo: prefer kvmalloc for scratch mapsFlorian Westphal1-5/+4
2025-07-25netfilter: nft_set_pipapo: merge pipapo_get/lookupFlorian Westphal1-130/+58
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal3-9/+5
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal8-91/+95
2025-07-25netfilter: nft_set_pipapo: remove unused argumentsFlorian Westphal1-9/+5
2025-07-25netfilter: nfnetlink_hook: Dump flowtable infoPhil Sutter2-11/+48
2025-07-25netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helperPhil Sutter1-22/+25
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli1-1/+1
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso5-32/+47
2025-07-25netfilter: conntrack: Remove unused net in nf_conntrack_double_lock()Yue Haibing1-5/+5
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang2-1/+51
2025-07-25netfilter: conntrack: table full detailed loglvxiafei1-1/+5
2025-07-25net: define an enum for the napi threaded stateSamiullah Khawaja5-12/+20
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja2-1/+19
2025-07-25net: Create separate gro_flush_normal functionSamiullah Khawaja1-6/+3
2025-07-25Merge tag 'for-net-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14-65/+150
2025-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-11/+11
2025-07-25Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski16-113/+481
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-62/+66
2025-07-24Merge tag 'ipsec-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2-38/+58
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni11-55/+42
2025-07-24bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-10/+10
2025-07-24bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima1-1/+1
2025-07-24sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper3-4/+481
2025-07-24sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang1-17/+137
2025-07-24sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang1-0/+591
2025-07-24devlink: Fix excessive stack usage in rate TC bandwidth parsingCarolina Jubran3-14/+14
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li6-27/+38
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-2/+6
2025-07-23Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpvIvan Pravdin1-3/+3
2025-07-23Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TSYang Li1-1/+12
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen2-3/+25
2025-07-23Bluetooth: Fix typos in commentsBastien Nocera5-6/+6
2025-07-23Bluetooth: RFCOMM: Fix typos in commentsBastien Nocera2-2/+3
2025-07-23Bluetooth: aosp: Fix typo in commentBastien Nocera1-1/+1
2025-07-23Bluetooth: Fix spelling mistakesYang Li2-12/+12
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li2-2/+40
2025-07-23Bluetooth: hci_event: Correct comment about HCI_EV_EXTENDED_INQUIRY_RESULTZijun Hu1-1/+1
2025-07-23Bluetooth: hci_core: Eliminate an unnecessary goto label in hci_find_irk_by_a...Zijun Hu1-3/+1
2025-07-23Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_even...Zijun Hu1-1/+1
2025-07-23Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie()Zijun Hu1-1/+1
2025-07-23wifi: mac80211: fix WARN_ON for monitor mode on some devicesJohannes Berg1-1/+12
2025-07-23tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5