index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-22
net: Only allow init netns to set default tcp cong to a restricted algo
Jonathon Reinhart
1
-0
/
+4
2021-04-16
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2
-0
/
+4
2021-04-07
tcp: relookup sock for RST+ACK packets handled by obsolete req sock
Alexander Ovechkin
2
-4
/
+10
2021-03-30
Revert "netfilter: x_tables: Update remaining dereference to RCU"
Mark Tomlinson
2
-2
/
+2
2021-03-30
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
2
-14
/
+14
2021-03-17
cipso,calipso: resolve a number of problems with the DOI refcounts
Paul Moore
1
-10
/
+1
2021-03-17
tcp: add sanity tests to TCP_QUEUE_SEQ
Eric Dumazet
1
-8
/
+15
2021-03-17
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
5
-21
/
+28
2021-03-17
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
6
-16
/
+17
2021-03-17
net: Fix gro aggregation for udp encaps with zero csum
Daniel Borkmann
1
-1
/
+1
2021-03-04
net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
Jason A. Donenfeld
1
-2
/
+3
2021-03-04
icmp: introduce helper for nat'd source address in network device context
Jason A. Donenfeld
1
-0
/
+33
2021-02-10
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
1
-9
/
+7
2021-02-03
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
2
-6
/
+9
2021-01-27
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-27
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-23
esp: avoid unneeded kmap_atomic call
Willem de Bruijn
1
-6
/
+1
2021-01-17
net: fix pmtu check in nopmtudisc mode
Florian Westphal
1
-5
/
+5
2021-01-17
net: ip: always refragment ip defragmented packets
Florian Westphal
1
-1
/
+1
2021-01-12
netfilter: x_tables: Update remaining dereference to RCU
Subash Abhinov Kasiviswanathan
2
-2
/
+2
2021-01-12
erspan: fix version 1 check in gre_parse_header()
Cong Wang
1
-1
/
+1
2021-01-12
ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
Guillaume Nault
1
-1
/
+1
2020-12-30
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2
-14
/
+14
2020-12-30
tcp: fix cwnd-limited bug for TSO deferral where we send nothing
Neal Cardwell
1
-3
/
+6
2020-12-30
tcp: select sane initial rcvq_space.space for big MSS
Eric Dumazet
1
-1
/
+2
2020-12-08
ipv4: Fix tos mask in inet_rtm_getroute()
Guillaume Nault
1
-3
/
+4
2020-12-08
tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
Alexander Duyck
1
-0
/
+5
2020-11-24
tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate
Ryan Sharpelletti
1
-1
/
+1
2020-11-24
inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
Wang Hai
1
-1
/
+3
2020-11-18
net: Update window_clamp if SOCK_RCVBUF is set
Mao Wenan
1
-2
/
+7
2020-11-18
netfilter: use actual socket sk rather than skb sk when routing harder
Jason A. Donenfeld
6
-10
/
+12
2020-11-05
tcp: Prevent low rmem stalls with SO_RCVLOWAT.
Arjun Roy
2
-1
/
+4
2020-10-30
ip_gre: set dev->hard_header_len and dev->needed_headroom properly
Cong Wang
1
-4
/
+11
2020-10-29
netfilter: nf_log: missing vlan offload tag and proto
Pablo Neira Ayuso
2
-4
/
+21
2020-10-29
icmp: randomize the global rate limiter
Eric Dumazet
1
-2
/
+5
2020-10-29
tcp: fix to update snd_wl1 in bulk receiver fast path
Neal Cardwell
1
-0
/
+2
2020-10-29
ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
David Ahern
1
-1
/
+3
2020-10-01
rt_cpu_seq_next should increase position index
Vasily Averin
1
-0
/
+1
2020-10-01
net: silence data-races on sk_backlog.tail
Eric Dumazet
1
-1
/
+1
2020-09-26
tcp_bbr: adapt cwnd based on ack aggregation estimation
Priyaranjan Jha
1
-1
/
+121
2020-09-26
tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
Priyaranjan Jha
1
-21
/
+39
2020-09-26
ipv4: Update exception handling for multipath routes via same device
David Ahern
1
-5
/
+8
2020-09-26
ip: fix tos reflection in ack and reset packets
Wei Wang
1
-1
/
+2
2020-08-19
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
1
-0
/
+1
2020-08-19
net: refactor bind_bucket fastreuse into helper
Tim Froidcoeur
1
-42
/
+51
2020-08-11
net: gre: recompute gre csum for sctp over gre tunnels
Lorenzo Bianconi
1
-2
/
+11
2020-08-11
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
1
-1
/
+1
2020-07-31
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima
1
-6
/
+9
2020-07-31
tcp: allow at most one TLP probe per flight
Yuchung Cheng
2
-10
/
+14
2020-07-31
net: udp: Fix wrong clean up for IS_UDPLITE macro
Miaohe Lin
1
-1
/
+1
[next]