index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
2025-03-03
ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Add fib_info_hash_grow().
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Remove fib_info_hash_size.
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Remove fib_info_laddrhash pointer.
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Make fib_info_hashfn() return struct hlist_head.
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().
Kuniyuki Iwashima
2025-03-03
ipv4: fib: Use cached net in fib_inetaddr_event().
Kuniyuki Iwashima
2025-02-28
net: gso: fix ownership in __udp_gso_segment
Antoine Tenart
2025-02-28
inet: ping: avoid skb_clone() dance in ping_rcv()
Eric Dumazet
2025-02-28
ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
Eric Dumazet
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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: be less liberal in TSEcr received while in SYN_RECV state
Eric Dumazet
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-21
ipv4: fib_rules: Add DSCP mask matching
Ido Schimmel
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-21
net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
2025-02-21
net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
Xiao Liang
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2025-02-20
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
Jason Xing
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
2025-02-19
net: dismiss sk_forward_alloc_get()
Paolo Abeni
2025-02-19
arp: switch to dev_getbyhwaddr() in arp_req_set_public()
Breno Leitao
2025-02-19
ipv4: fib_rules: Add port mask matching
Ido Schimmel
2025-02-18
icmp: reflect tos through ip cookie rather than updating inet_sk
Willem de Bruijn
2025-02-18
ipv4: remove get_rttos
Willem de Bruijn
2025-02-18
tcp: only initialize sockcm tsflags field
Willem de Bruijn
2025-02-18
tcp: adjust rcvq_space after updating scaling ratio
Jakub Kicinski
2025-02-18
trace: tcp: Add tracepoint for tcp_cwnd_reduction()
Breno Leitao
2025-02-18
tcp: Switch to use hrtimer_setup()
Nam Cao
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
2025-02-14
inet: reduce inet_csk_clone_lock() indent level
Eric Dumazet
2025-02-14
udp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-14
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-14
inetpeer: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-13
arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL.
Kuniyuki Iwashima
2025-02-11
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
[prev]
[next]