aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-24net: define an enum for the napi threaded stateSamiullah Khawaja5-12/+20
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja2-1/+19
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja1-6/+3
2025-07-24Merge tag 'for-net-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14-65/+150
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-11/+11
2025-07-24Merge 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-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-10/+10
2025-07-23bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima1-1/+1
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper3-4/+481
2025-07-23sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang1-17/+137
2025-07-23sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang1-0/+591
2025-07-23devlink: 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-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni1-0/+4
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu1-17/+29
2025-07-22net: Kconfig: add endif/endmenu commentsRandy Dunlap1-3/+3
2025-07-22wifi: mac80211: fix unassigned variable accessAntonio Quartulli1-4/+3
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust1-2/+2
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing1-66/+34
2025-07-22net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei1-4/+3
2025-07-22wifi: mac80211: don't require cipher and keylen in gtk rekeyMiri Korenblit1-3/+33
2025-07-22wifi: nl80211: Set num_sub_specs before looping through sub_specsKees Cook1-0/+1
2025-07-22wifi: mac80211: Write cnt before copying in ieee80211_copy_rnr_beacon()Kees Cook1-1/+1