index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
2023-10-27
3
-4
/
+32
*
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
2023-10-27
3
-36
/
+155
*
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
2023-10-27
3
-16
/
+79
*
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
6
-36
/
+358
*
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
2023-10-27
4
-29
/
+118
*
net/tcp: Add AO sign to RST packets
Dmitry Safonov
2023-10-27
2
-15
/
+156
*
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
2023-10-27
3
-16
/
+41
*
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
2023-10-27
3
-38
/
+274
*
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-27
4
-0
/
+211
*
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
2023-10-27
3
-3
/
+105
*
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
2023-10-27
4
-2
/
+820
*
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
2023-10-27
1
-0
/
+13
*
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
2023-10-27
6
-164
/
+462
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
3
-8
/
+11
|
\
|
*
net: ipv4: fix typo in comments
Deming Wang
2023-10-25
1
-1
/
+1
|
*
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
2023-10-22
1
-4
/
+5
|
*
net: do not leave an empty skb in write queue
Eric Dumazet
2023-10-21
1
-3
/
+5
*
|
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
2023-10-26
1
-19
/
+1
*
|
tcp: add TCPI_OPT_USEC_TS
Eric Dumazet
2023-10-23
1
-0
/
+2
*
|
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
2023-10-23
7
-29
/
+72
*
|
tcp: add tcp_rtt_tsopt_us()
Eric Dumazet
2023-10-23
1
-20
/
+23
*
|
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
2023-10-23
4
-10
/
+10
*
|
tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c
Eric Dumazet
2023-10-23
1
-1
/
+9
*
|
tcp: rename tcp_skb_timestamp()
Eric Dumazet
2023-10-23
3
-7
/
+7
*
|
tcp: replace tcp_time_stamp_raw()
Eric Dumazet
2023-10-23
2
-4
/
+4
*
|
tcp: introduce tcp_clock_ms()
Eric Dumazet
2023-10-23
2
-6
/
+4
*
|
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
2023-10-23
2
-2
/
+2
*
|
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
2023-10-23
1
-13
/
+7
*
|
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2023-10-20
2
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
10
-39
/
+70
|
\
|
|
*
tcp: check mptcp-level constraints for backlog coalescing
Paolo Abeni
2023-10-19
1
-0
/
+1
|
*
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
2023-10-19
1
-5
/
+9
|
*
tcp_bpf: properly release resources on error paths
Paolo Abeni
2023-10-19
1
-4
/
+12
|
*
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
2023-10-19
1
-2
/
+14
|
*
Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2023-10-18
1
-1
/
+3
|
|
\
|
|
*
net: ipv4: fix return value check in esp_remove_trailer
Ma Ke
2023-10-10
1
-1
/
+3
|
*
|
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2023-10-18
2
-5
/
+6
|
*
|
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-14
4
-11
/
+20
|
*
|
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
2023-10-13
1
-15
/
+9
*
|
|
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
2023-10-19
1
-2
/
+9
*
|
|
netfilter: xt_mangle: only check verdict part of return value
Florian Westphal
2023-10-18
1
-4
/
+5
*
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-17
4
-9
/
+13
|
\
\
\
|
*
|
|
net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
Martin KaFai Lau
2023-10-13
1
-1
/
+1
|
*
|
|
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-10-12
4
-8
/
+12
*
|
|
|
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
2023-10-16
3
-2
/
+12
*
|
|
|
ipv4: use tunnel flow flags for tunnel route lookups
Beniamino Galvani
2023-10-16
1
-0
/
+1
*
|
|
|
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
2023-10-16
1
-13
/
+13
*
|
|
|
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
Beniamino Galvani
2023-10-16
1
-2
/
+2
*
|
|
|
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
2023-10-16
2
-48
/
+48
*
|
|
|
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
2023-10-13
1
-2
/
+2
[next]