Age | Commit message (Expand) | Author |
2023-07-20 | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-07-20 | Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2023-07-20 | Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne... | Jakub Kicinski |
2023-07-20 | tcp: annotate data-races around fastopenq.max_qlen | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around icsk->icsk_user_timeout | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->notsent_lowat | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around rskq_defer_accept | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->linger2 | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around icsk->icsk_syn_retries | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->keepalive_probes | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->keepalive_intvl | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->keepalive_time | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->tsoffset | Eric Dumazet |
2023-07-20 | tcp: annotate data-races around tp->tcp_tx_delay | Eric Dumazet |
2023-07-20 | Bluetooth: MGMT: Use correct address for memcpy() | Andy Shevchenko |
2023-07-20 | Bluetooth: SCO: fix sco_conn related locking and validity issues | Pauli Virtanen |
2023-07-20 | Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link | Siddh Raman Pant |
2023-07-20 | Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor() | Douglas Anderson |
2023-07-20 | Bluetooth: ISO: fix iso_conn related locking and validity issues | Pauli Virtanen |
2023-07-20 | Bluetooth: hci_event: call disconnect callback before deleting conn | Pauli Virtanen |
2023-07-20 | Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync | Pauli Virtanen |
2023-07-20 | netfilter: nf_tables: skip bound chain on rule flush | Pablo Neira Ayuso |
2023-07-20 | netfilter: nf_tables: skip bound chain in netns release path | Pablo Neira Ayuso |
2023-07-20 | netfilter: nft_set_pipapo: fix improper element removal | Florian Westphal |
2023-07-20 | netfilter: nf_tables: can't schedule in nft_chain_validate | Florian Westphal |
2023-07-20 | netfilter: nf_tables: fix spurious set element insertion failure | Florian Westphal |
2023-07-20 | Revert "bridge: Add extack warning when enabling STP in netns." | Kuniyuki Iwashima |
2023-07-20 | llc: Don't drop packet from non-root netns. | Kuniyuki Iwashima |
2023-07-20 | llc: Check netns in llc_estab_match() and llc_listener_match(). | Kuniyuki Iwashima |
2023-07-20 | llc: Check netns in llc_dgram_match(). | Kuniyuki Iwashima |
2023-07-19 | Revert "tcp: avoid the lookup process failing to get sk in ehash table" | Kuniyuki Iwashima |
2023-07-19 | ipv4: ip_gre: fix return value check in erspan_xmit() | Yuanjun Gong |
2023-07-19 | ipv4: ip_gre: fix return value check in erspan_fb_xmit() | Yuanjun Gong |
2023-07-19 | net:ipv6: check return value of pskb_trim() | Yuanjun Gong |
2023-07-19 | net: ipv4: Use kfree_sensitive instead of kfree | Wang Ming |
2023-07-18 | tcp: annotate data-races around tcp_rsk(req)->ts_recent | Eric Dumazet |
2023-07-18 | tcp: annotate data-races around tcp_rsk(req)->txhash | Eric Dumazet |
2023-07-18 | Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/... | Jakub Kicinski |
2023-07-17 | can: bcm: Fix UAF in bcm_proc_show() | YueHaibing |
2023-07-17 | can: raw: fix receiver memory leak | Ziyang Xuan |
2023-07-17 | net: sched: cls_flower: Undo tcf_bind_filter in case of an error | Victor Nogueira |
2023-07-17 | net: sched: cls_bpf: Undo tcf_bind_filter in case of an error | Victor Nogueira |
2023-07-17 | net: sched: cls_u32: Undo refcount decrement in case update failed | Victor Nogueira |
2023-07-17 | net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode | Victor Nogueira |
2023-07-17 | net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_... | Victor Nogueira |
2023-07-14 | Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-client | Linus Torvalds |
2023-07-14 | gso: fix dodgy bit handling for GSO_UDP_L4 | Yan Zhai |
2023-07-14 | bridge: Add extack warning when enabling STP in netns. | Kuniyuki Iwashima |
2023-07-13 | libceph: harden msgr2.1 frame segment length checks | Ilya Dryomov |
2023-07-13 | net/sched: sch_qfq: account for stab overhead in qfq_enqueue | Pedro Tammela |