Age | Commit message (Expand) | Author |
2024-10-10 | net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC | D. Wythe |
2024-10-10 | phonet: Handle error of rtnl_register_module(). | Kuniyuki Iwashima |
2024-10-10 | mpls: Handle error of rtnl_register_module(). | Kuniyuki Iwashima |
2024-10-10 | mctp: Handle error of rtnl_register_module(). | Kuniyuki Iwashima |
2024-10-10 | bridge: Handle error of rtnl_register_module(). | Kuniyuki Iwashima |
2024-10-10 | rtnetlink: Add bulk registration helpers for rtnetlink message handlers. | Kuniyuki Iwashima |
2024-10-10 | Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-10-10 | net: do not delay dst_entries_add() in dst_release() | Eric Dumazet |
2024-10-09 | mptcp: pm: do not remove closing subflows | Matthieu Baerts (NGI0) |
2024-10-09 | mptcp: fallback when MPTCP opts are dropped after 1st data | Matthieu Baerts (NGI0) |
2024-10-09 | tcp: fix mptcp DSS corruption due to large pmtu xmit | Paolo Abeni |
2024-10-09 | mptcp: handle consistently DSS corruption | Paolo Abeni |
2024-10-09 | net: dsa: refuse cross-chip mirroring operations | Vladimir Oltean |
2024-10-09 | netfilter: fib: check correct rtable in vrf setups | Florian Westphal |
2024-10-09 | netfilter: xtables: avoid NFPROTO_UNSPEC where needed | Florian Westphal |
2024-10-09 | sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start | Xin Long |
2024-10-09 | net/9p/usbg: Fix build error | Jinjie Ruan |
2024-10-08 | net/sched: accept TCA_STAB only for root qdisc | Eric Dumazet |
2024-10-08 | wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys | Felix Fietkau |
2024-10-08 | wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower | Felix Fietkau |
2024-10-08 | wifi: mac80211: Convert color collision detection to wiphy work | Remi Pommarel |
2024-10-08 | wifi: cfg80211: Add wiphy_delayed_work_pending() | Remi Pommarel |
2024-10-08 | wifi: cfg80211: Do not create BSS entries for unsupported channels | Chenming Huang |
2024-10-08 | wifi: mac80211: Fix setting txpower with emulate_chanctx | Ben Greear |
2024-10-08 | mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING | Geert Uytterhoeven |
2024-10-07 | Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2024-10-07 | net: explicitly clear the sk pointer, when pf->create fails | Ignat Korchagin |
2024-10-07 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-10-07 | vsock/virtio: use GFP_ATOMIC under RCU read lock | Michael S. Tsirkin |
2024-10-07 | xfrm: validate new SA's prefixlen using SA family when sel.family is unset | Sabrina Dubroca |
2024-10-04 | net: Fix an unsafe loop on the list | Anastasia Kovaleva |
2024-10-04 | Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync | Luiz Augusto von Dentz |
2024-10-04 | Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change | Luiz Augusto von Dentz |
2024-10-04 | netfilter: br_netfilter: fix panic with metadata_dst skb | Andy Roulin |
2024-10-03 | rxrpc: Fix uninitialised variable in rxrpc_send_data() | David Howells |
2024-10-03 | rxrpc: Fix a race between socket set up and I/O thread creation | David Howells |
2024-10-03 | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out | Neal Cardwell |
2024-10-03 | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe | Neal Cardwell |
2024-10-03 | tcp: fix to allow timestamp undo if no retransmits were sent | Neal Cardwell |
2024-10-03 | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-10-03 | sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start | Xin Long |
2024-10-03 | Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-10-03 | net/ncsi: Disable the ncsi work before freeing the associated structure | Eddie James |
2024-10-02 | gso: fix udp gso fraglist segmentation after pull from frag_list | Willem de Bruijn |
2024-10-02 | bridge: mcast: Fail MDB get request on empty entry | Ido Schimmel |
2024-10-02 | net: gso: fix tcp fraglist segmentation after pull from frag_list | Felix Fietkau |
2024-10-02 | Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2024-10-02 | Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-10-01 | bpf: Make sure internal and UAPI bpf_redirect flags don't overlap | Toke Høiland-Jørgensen |