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-02-11
tcp: clear tp->segs_{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-11
tcp: clear tp->data_segs{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-11
tcp: clear tp->delivered in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-11
tcp: clear tp->total_retrans in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-05
vti[6]: fix packet tx through bpf_redirect()
Nicolas Dichtel
1
-2
/
+11
2020-02-01
net: include struct nhmsg size in nh nlmsg size
Stephen Worley
1
-1
/
+3
2020-01-29
xfrm: support output_mark for offload ESP packets
Ulrich Weber
1
-0
/
+2
2020-01-29
ipv4: Detect rollover in specific fib table dump
David Ahern
1
-0
/
+6
2020-01-29
fou: Fix IPv6 netlink policy
Kristian Evensen
1
-2
/
+2
2020-01-29
tcp: do not leave dangling pointers in tp->highest_sack
Eric Dumazet
3
-0
/
+3
2020-01-29
tcp_bbr: improve arithmetic division in bbr_update_bw()
Wen Yang
1
-2
/
+1
2020-01-29
Revert "udp: do rmem bulk free even if the rx sk queue is empty"
Paolo Abeni
1
-1
/
+2
2020-01-29
net, ip_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2020-01-23
tcp: refine rule to allow EPOLLOUT generation under mem pressure
Eric Dumazet
1
-4
/
+2
2020-01-23
tcp: fix marked lost packets not being retransmitted
Pengcheng Yang
1
-3
/
+4
2020-01-23
netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct
Florian Westphal
1
-9
/
+10
2020-01-23
bpf/sockmap: Read psock ingress_msg before sk_receive_queue
Lingpeng Chen
1
-6
/
+6
2020-01-23
bpf: Sockmap/tls, fix pop data with SK_DROP return code
John Fastabend
1
-4
/
+1
2020-01-23
bpf: Sockmap/tls, push write_space updates through ulp updates
John Fastabend
1
-2
/
+4
2020-01-14
netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
Florian Westphal
1
-11
/
+16
2020-01-12
tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
Pengcheng Yang
1
-1
/
+4
2020-01-09
net: annotate lockless accesses to sk->sk_pacing_shift
Eric Dumazet
2
-3
/
+4
2020-01-09
tcp: fix data-race in tcp_recvmsg()
Eric Dumazet
1
-8
/
+6
2020-01-04
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
3
-12
/
+14
2020-01-04
tcp: do not send empty skb from tcp_write_xmit()
Eric Dumazet
1
-0
/
+8
2020-01-04
vti: do not confirm neighbor when do pmtu update
Hangbin Liu
1
-1
/
+1
2020-01-04
tunnel: do not confirm neighbor when do pmtu update
Hangbin Liu
1
-1
/
+1
2020-01-04
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
3
-6
/
+10
2020-01-04
udp: fix integer overflow while computing available space in sk_rcvbuf
Antonio Messina
1
-1
/
+1
2020-01-04
tcp: Fix highest_sack and highest_sack_seq
Cambda Zhu
1
-0
/
+3
2020-01-04
net: icmp: fix data-race in cmp_global_allow()
Eric Dumazet
1
-5
/
+6
2020-01-04
inetpeer: fix data-race in inet_putpeer / inet_putpeer
Eric Dumazet
1
-2
/
+10
2019-12-18
gre: refetch erspan header from skb->data after pskb_may_pull()
Cong Wang
1
-1
/
+1
2019-12-18
tcp: md5: fix potential overestimation of TCP option space
Eric Dumazet
1
-2
/
+3
2019-12-18
inet: protect against too small mtu values.
Eric Dumazet
2
-10
/
+8
2019-12-04
net: skmsg: fix TLS 1.3 crash with full sk_msg
Jakub Kicinski
1
-1
/
+1
2019-11-22
udp: drop skb extensions before marking skb stateless
Florian Westphal
1
-5
/
+22
2019-11-18
net/ipv4: fix sysctl max for fib_multipath_hash_policy
Marcelo Ricardo Leitner
1
-1
/
+1
2019-11-16
ipmr: Fix skb headroom in ipmr_get_route().
Guillaume Nault
1
-1
/
+2
2019-11-07
ipv4: Fix table id reference in fib_sync_down_addr
David Ahern
1
-1
/
+1
2019-11-01
inet: stop leaking jiffies on the wire
Eric Dumazet
2
-3
/
+3
2019-10-31
tcp: increase tcp_max_syn_backlog max value
Eric Dumazet
1
-1
/
+1
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
2
-2
/
+2
2019-10-29
erspan: fix the tun_info options_len check for erspan
Xin Long
1
-2
/
+2
2019-10-28
udp: fix data-race in udp_set_dev_scratch()
Eric Dumazet
1
-4
/
+15
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2
-2
/
+2
2019-10-28
udp: use skb_queue_empty_lockless()
Eric Dumazet
1
-3
/
+3
2019-10-26
ipv4: fix route update on metric change.
Paolo Abeni
1
-1
/
+1
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
1
-5
/
+6
[next]