summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
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
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen-3/+25
2025-07-23Bluetooth: Fix typos in commentsBastien Nocera-6/+6
2025-07-23Bluetooth: RFCOMM: Fix typos in commentsBastien Nocera-2/+3
2025-07-23Bluetooth: aosp: Fix typo in commentBastien Nocera-1/+1
2025-07-23Bluetooth: Fix spelling mistakesYang Li-12/+12
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li-2/+40
2025-07-23Bluetooth: hci_event: Correct comment about HCI_EV_EXTENDED_INQUIRY_RESULTZijun Hu-1/+1
2025-07-23Bluetooth: hci_core: Eliminate an unnecessary goto label in hci_find_irk_by_a...Zijun Hu-3/+1
2025-07-23Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_even...Zijun Hu-1/+1
2025-07-23Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie()Zijun Hu-1/+1
2025-07-23wifi: mac80211: fix WARN_ON for monitor mode on some devicesJohannes Berg-1/+12
2025-07-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni-1/+5
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni-0/+4
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu-17/+29
2025-07-22net: Kconfig: add endif/endmenu commentsRandy Dunlap-3/+3
2025-07-22wifi: mac80211: fix unassigned variable accessAntonio Quartulli-4/+3
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust-2/+2
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing-66/+34