Age | Commit message (Expand) | Author |
13 days | net-timestamp: support TCP GSO case for a few missing flags | Jason Xing |
2025-02-28 | net: gso: fix ownership in __udp_gso_segment | Antoine Tenart |
2025-02-27 | Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2025-02-26 | tcp: Defer ts_recent changes until req is owned | Wang Hai |
2025-02-25 | tcp: devmem: don't write truncated dmabuf CMSGs to userspace | Stanislav Fomichev |
2025-02-20 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds |
2025-02-20 | tcp: drop secpath at the same time as we currently drop dst | Sabrina Dubroca |
2025-02-19 | arp: switch to dev_getbyhwaddr() in arp_req_set_public() | Breno Leitao |
2025-02-18 | tcp: adjust rcvq_space after updating scaling ratio | Jakub Kicinski |
2025-02-10 | arp: use RCU protection in arp_xmit() | Eric Dumazet |
2025-02-06 | ipv4: icmp: convert to dev_net_rcu() | Eric Dumazet |
2025-02-06 | ipv4: use RCU protection in __ip_rt_update_pmtu() | Eric Dumazet |
2025-02-06 | ipv4: use RCU protection in inet_select_addr() | Eric Dumazet |
2025-02-06 | ipv4: use RCU protection in rt_is_expired() | Eric Dumazet |
2025-02-06 | ipv4: use RCU protection in ipv4_default_advmss() | Eric Dumazet |
2025-02-03 | udp: gso: do not drop small packets when PMTU reduces | Yan Zhai |
2025-01-29 | tcp: correct handling of extreme memory squeeze | Jon Maloy |
2025-01-29 | bpf: Fix wrong copied_seq calculation | Jiayuan Chen |
2025-01-27 | Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski |
2025-01-23 | ipmr: do not call mr_mfc_uses_dev() for unres entries | Eric Dumazet |
2025-01-22 | Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2025-01-21 | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2025-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2025-01-20 | tcp_cubic: fix incorrect HyStart round start detection | Mahdi Arghavani |
2025-01-20 | xfrm: Fix the usage of skb->sk | Steffen Klassert |
2025-01-16 | ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion. | Guillaume Nault |
2025-01-16 | gre: Prepare ipgre_open() to .flowi4_tos conversion. | Guillaume Nault |
2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-01-15 | inet: ipmr: fix data-races | Eric Dumazet |
2025-01-14 | tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter | Eric Dumazet |
2025-01-14 | tcp: add TCP_RFC7323_PAWS_ACK drop reason | Eric Dumazet |
2025-01-14 | tcp: add drop_reason support to tcp_disordered_ack() | Eric Dumazet |
2025-01-14 | udp: Make rehash4 independent in udp_lib_rehash() | Philo Lu |
2025-01-10 | Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2025-01-09 | ipv4: route: fix drop reason being overridden in ip_route_input_slow | Antoine Tenart |
2025-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-01-08 | tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset | Daniel Borkmann |
2025-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-01-03 | Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2025-01-02 | ipv4: remove useless arg | Yu Tian |
2024-12-23 | netlink: correct nlmsg size for multicast notifications | Yuyang Huang |
2024-12-23 | net: Fix netns for ip_tunnel_init_flow() | Xiao Liang |
2024-12-23 | net: fix memory leak in tcp_conn_request() | Wang Liang |
2024-12-23 | udp: Deal with race between UDP socket address change and rehash | Stefano Brivio |
2024-12-20 | tcp_bpf: Fix copied value in tcp_bpf_sendmsg | Levi Zim |
2024-12-20 | ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit(). | Guillaume Nault |
2024-12-20 | ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route(). | Guillaume Nault |
2024-12-20 | ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb(). | Guillaume Nault |
2024-12-20 | ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header(). | Guillaume Nault |
2024-12-20 | inetpeer: avoid false sharing in inet_peer_xrlim_allow() | Eric Dumazet |