index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
ipv4: fib_rules: Add DSCP mask matching
Ido Schimmel
1
-3
/
+44
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-1
/
+9
2025-02-21
net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
4
-8
/
+12
2025-02-21
net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
Xiao Liang
1
-1
/
+0
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
3
-9
/
+19
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
Jason Xing
1
-0
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
1
-1
/
+1
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
2
-0
/
+4
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-11
/
+17
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
3
-7
/
+7
2025-02-19
net: dismiss sk_forward_alloc_get()
Paolo Abeni
2
-2
/
+2
2025-02-19
arp: switch to dev_getbyhwaddr() in arp_req_set_public()
Breno Leitao
1
-1
/
+1
2025-02-19
ipv4: fib_rules: Add port mask matching
Ido Schimmel
1
-4
/
+4
2025-02-18
icmp: reflect tos through ip cookie rather than updating inet_sk
Willem de Bruijn
1
-4
/
+2
2025-02-18
ipv4: remove get_rttos
Willem de Bruijn
3
-9
/
+9
2025-02-18
tcp: only initialize sockcm tsflags field
Willem de Bruijn
1
-1
/
+1
2025-02-18
tcp: adjust rcvq_space after updating scaling ratio
Jakub Kicinski
1
-3
/
+9
2025-02-18
trace: tcp: Add tracepoint for tcp_cwnd_reduction()
Breno Leitao
1
-0
/
+2
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
2
-8
/
+20
2025-02-14
inet: reduce inet_csk_clone_lock() indent level
Eric Dumazet
1
-23
/
+27
2025-02-14
udp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
1
-32
/
+31
2025-02-14
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
8
-72
/
+70
2025-02-14
inetpeer: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
1
-4
/
+4
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-25
/
+43
2025-02-13
arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL.
Kuniyuki Iwashima
1
-6
/
+6
2025-02-11
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
3
-3
/
+14
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
5
-12
/
+25
2025-02-11
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
5
-21
/
+18
2025-02-11
tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
Eric Dumazet
2
-5
/
+5
2025-02-11
tcp: remove tcp_reset_xmit_timer() @max_when argument
Eric Dumazet
2
-7
/
+5
2025-02-11
netlink: support dumping IPv4 multicast addresses
Yuyang Huang
3
-18
/
+90
2025-02-10
ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
Kuniyuki Iwashima
1
-2
/
+2
2025-02-10
arp: use RCU protection in arp_xmit()
Eric Dumazet
1
-1
/
+3
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
5
-25
/
+21
2025-02-07
tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()
Eric Dumazet
2
-2
/
+0
2025-02-06
Merge branch 'io_uring-zero-copy-rx'
Jakub Kicinski
1
-1
/
+6
2025-02-06
net: prepare for non devmem TCP memory providers
Pavel Begunkov
1
-0
/
+5
2025-02-06
net: prefix devmem specific helpers
Pavel Begunkov
1
-1
/
+1
2025-02-06
ipv4: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-14
/
+17
2025-02-06
ipv4: use RCU protection in __ip_rt_update_pmtu()
Eric Dumazet
1
-5
/
+6
2025-02-06
ipv4: use RCU protection in inet_select_addr()
Eric Dumazet
1
-1
/
+2
2025-02-06
ipv4: use RCU protection in rt_is_expired()
Eric Dumazet
1
-1
/
+7
2025-02-06
ipv4: use RCU protection in ipv4_default_advmss()
Eric Dumazet
1
-3
/
+8
2025-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2025-02-05
ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only
Geert Uytterhoeven
1
-6
/
+10
2025-02-03
udp: gso: do not drop small packets when PMTU reduces
Yan Zhai
1
-2
/
+2
2025-01-29
tcp: correct handling of extreme memory squeeze
Jon Maloy
1
-3
/
+6
2025-01-27
Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
1
-1
/
+1
2025-01-23
ipmr: do not call mr_mfc_uses_dev() for unres entries
Eric Dumazet
1
-3
/
+0
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
25
-174
/
+312
[next]