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
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
2020-07-22
net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()
Miaohe Lin
1
-1
/
+1
2020-07-22
ip: Fix SO_MARK in RST, ACK and ICMP packets
Willem de Bruijn
2
-3
/
+3
2020-07-22
tcp: md5: allow changing MD5 keys in all socket states
Eric Dumazet
1
-4
/
+1
2020-07-22
tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers
Eric Dumazet
2
-7
/
+13
2020-07-22
tcp: md5: do not send silly options in SYNCOOKIES
Eric Dumazet
1
-3
/
+5
2020-07-22
tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()
Eric Dumazet
2
-2
/
+8
2020-07-22
tcp: make sure listeners don't initialize congestion-control state
Christoph Paasch
2
-1
/
+4
2020-07-22
tcp: fix SO_RCVLOWAT possible hangs under high mem pressure
Eric Dumazet
1
-0
/
+2
2020-07-22
ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg
Sabrina Dubroca
1
-0
/
+3
2020-06-30
tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
Neal Cardwell
1
-3
/
+2
2020-06-30
ip_tunnel: fix use-after-free in ip_tunnel_lookup()
Taehee Yoo
1
-6
/
+8
2020-06-30
tcp: grow window for OOO packets only for SACK flows
Eric Dumazet
1
-2
/
+10
2020-06-30
tcp: don't ignore ECN CWR on pure ACK
Denis Kirjanov
1
-3
/
+11
2020-06-30
net: Fix the arp error in some cases
guodeqing
1
-1
/
+1
2020-06-24
bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg
dihu
1
-0
/
+3
2020-06-24
bpf: tcp: Recv() should return 0 when the peer socket is closed
Sabrina Dubroca
1
-0
/
+3
2020-05-30
devinet: fix memleak in inetdev_init()
Yang Yingliang
1
-0
/
+1
2020-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-13
/
+40
2020-05-26
ipv4: nexthop version of fib_info_nh_uses_dev
David Ahern
1
-9
/
+10
2020-05-26
ipv4: Refactor nhc evaluation in fib_table_lookup
David Ahern
1
-15
/
+36
2020-05-26
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
1
-33
/
+58
2020-05-26
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
1
-14
/
+13
2020-05-25
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
1
-5
/
+2
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
2
-3
/
+2
2020-05-21
net: ipip: fix wrong address family in init error path
Vadim Fedorenko
1
-1
/
+1
2020-05-20
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
1
-0
/
+1
2020-05-19
net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*
Martin KaFai Lau
1
-19
/
+24
2020-05-18
esp4: improve xfrm4_beet_gso_segment() to be more readable
Xin Long
1
-8
/
+11
2020-05-17
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
Yuqi Jin
1
-8
/
+6
2020-05-17
nexthop: Fix attribute checking for groups
David Ahern
1
-1
/
+1
2020-05-14
ipmr: Add lockdep expression to ipmr_for_each_table macro
Amol Grover
1
-3
/
+4
2020-05-14
ipmr: Fix RCU list debugging warning
Amol Grover
1
-1
/
+2
2020-05-14
tcp: fix error recovery in tcp_zerocopy_receive()
Eric Dumazet
1
-3
/
+4
2020-05-12
netlabel: cope with NULL catmap
Paolo Abeni
1
-2
/
+4
2020-05-12
tcp: fix SO_RCVLOWAT hangs with fat skbs
Eric Dumazet
2
-4
/
+13
2020-05-08
net: ipv4: really enforce backoff for redirects
Paolo Abeni
1
-1
/
+1
2020-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+6
2020-05-08
net: tcp: fix rx timestamp behavior for tcp_recvmsg
Kelly Littlepage
1
-2
/
+4
2020-05-06
bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size
John Fastabend
1
-1
/
+0
2020-04-30
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
1
-4
/
+0
2020-04-30
mptcp: consolidate synack processing.
Paolo Abeni
1
-3
/
+0
2020-04-27
bpf: Fix sk_psock refcnt leak when receiving message
Xiyu Yang
1
-3
/
+6
2020-04-23
ip_vti: receive ipip packet by calling ip_tunnel_rcv
Xin Long
1
-1
/
+22
2020-04-22
ipv4: Update fib_select_default to handle nexthop objects
David Ahern
1
-3
/
+3
2020-04-22
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
David Ahern
1
-2
/
+0
2020-04-21
esp4: support ipv6 nexthdrs process for beet gso segment
Xin Long
1
-4
/
+9
2020-04-20
xfrm: remove the xfrm_state_put call becofe going to out_reset
Xin Long
1
-3
/
+1
[next]