summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-34/+76
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+8
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-422/+157
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2025-07-28Merge tag 'nfsd-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-127/+76
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-65/+118
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet-9/+16
2025-07-26ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet-6/+11
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet-18/+20
2025-07-26ipv6: add a retry logic in net6_rt_notify()Eric Dumazet-5/+10
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman-8/+4
2025-07-26vsock: remove unnecessary null check in vsock_getname()Wang Liang-5/+0
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-299/+331
2025-07-25net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu-0/+2
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima-27/+61
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller-1/+84
2025-07-25mptcp: remove pr_fallback()Paolo Abeni-9/+0
2025-07-25mptcp: track fallbacks accurately via mibsPaolo Abeni-45/+62
2025-07-25netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal-2/+2
2025-07-25netfilter: nft_set_pipapo: prefer kvmalloc for scratch mapsFlorian Westphal-5/+4
2025-07-25netfilter: nft_set_pipapo: merge pipapo_get/lookupFlorian Westphal-130/+58
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal-9/+5
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal-91/+95
2025-07-25netfilter: nft_set_pipapo: remove unused argumentsFlorian Westphal-9/+5
2025-07-25netfilter: nfnetlink_hook: Dump flowtable infoPhil Sutter-11/+48
2025-07-25netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helperPhil Sutter-22/+25
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli-1/+1
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso-32/+47
2025-07-25netfilter: conntrack: Remove unused net in nf_conntrack_double_lock()Yue Haibing-5/+5
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang-1/+51
2025-07-25netfilter: conntrack: table full detailed loglvxiafei-1/+5
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja-12/+20
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja-1/+19
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja-6/+3
2025-07-24Merge tag 'for-net-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-65/+150
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-11/+11
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-113/+481
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-62/+66
2025-07-24Merge tag 'ipsec-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-38/+58
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-55/+42
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon-10/+10
2025-07-23bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima-1/+1
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper-4/+481
2025-07-23sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang-17/+137
2025-07-23sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang-0/+591
2025-07-23devlink: Fix excessive stack usage in rate TC bandwidth parsingCarolina Jubran-14/+14
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li-27/+38
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down-2/+6
2025-07-23Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpvIvan Pravdin-3/+3
2025-07-23Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TSYang Li-1/+12