index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
Haishuang Yan
2018-08-19
1
-1
/
+2
*
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
Daniel Borkmann
2018-08-16
1
-0
/
+2
*
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
2018-08-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
3
-9
/
+28
|
\
|
*
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
2
-5
/
+13
|
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
3
-4
/
+15
*
|
ip: process in-order fragments efficiently
Peter Oskolkov
2018-08-11
2
-42
/
+70
*
|
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2018-08-11
1
-0
/
+73
*
|
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
Yuchung Cheng
2018-08-11
1
-4
/
+4
*
|
tcp: always ACK immediately on hole repairs
Yuchung Cheng
2018-08-11
1
-2
/
+2
*
|
tcp: avoid resetting ACK timer in DCTCP
Yuchung Cheng
2018-08-11
1
-2
/
+2
*
|
tcp: mandate a one-time immediate ACK
Yuchung Cheng
2018-08-11
1
-1
/
+3
|
/
*
ipv4: frags: precedence bug in ip_expire()
Dan Carpenter
2018-08-06
1
-1
/
+1
*
ip: use rb trees for IP frag queue.
Peter Oskolkov
2018-08-05
2
-87
/
+111
*
ip: discard IPv4 datagrams with overlapping segments.
Peter Oskolkov
2018-08-05
2
-56
/
+20
*
tcp: remove unneeded variable 'err'
YueHaibing
2018-08-03
1
-2
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
6
-7
/
+24
|
\
|
*
ipv4: frags: handle possible skb truesize change
Eric Dumazet
2018-07-31
1
-0
/
+5
|
*
inet: frag: enforce memory limits earlier
Eric Dumazet
2018-07-31
1
-3
/
+3
|
*
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
Neal Cardwell
2018-07-28
1
-0
/
+4
|
*
ipv4: remove BUG_ON() from fib_compute_spec_dst
Lorenzo Bianconi
2018-07-28
1
-2
/
+2
|
*
net: igmp: make function __ip_mc_inc_group() static
Wei Yongjun
2018-07-25
1
-1
/
+2
|
*
tcp: ack immediately when a cwr packet arrives
Lawrence Brakmo
2018-07-25
1
-1
/
+8
*
|
ip_gre: remove redundant variables t_hlen
YueHaibing
2018-08-01
1
-5
/
+0
*
|
tcp: remove set but not used variable 'skb_size'
Wei Yongjun
2018-08-01
1
-2
/
+1
*
|
tcp: add stat of data packet reordering events
Wei Wang
2018-08-01
3
-2
/
+7
*
|
tcp: add dsack blocks received stats
Wei Wang
2018-08-01
2
-0
/
+5
*
|
tcp: add data bytes retransmitted stats
Wei Wang
2018-08-01
2
-0
/
+6
*
|
tcp: add data bytes sent stats
Wei Wang
2018-08-01
2
-0
/
+7
*
|
tcp: add a helper to calculate size of opt_stats
Wei Wang
2018-08-01
1
-3
/
+24
*
|
net: ipv4: Notify about changes to ip_forward_update_priority
Petr Machata
2018-08-01
1
-1
/
+18
*
|
net: ipv4: Control SKB reprioritization after forwarding
Petr Machata
2018-08-01
3
-1
/
+12
*
|
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
2018-08-01
2
-6
/
+3
*
|
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
|
route: add support for directed broadcast forwarding
Xin Long
2018-07-29
2
-1
/
+16
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-07-27
1
-4
/
+2
|
\
\
|
*
|
xfrm: don't check offload_handle for nonzero
Shannon Nelson
2018-07-19
1
-4
/
+2
*
|
|
tcp: make function tcp_retransmit_stamp() static
Wei Yongjun
2018-07-25
1
-1
/
+1
*
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-24
6
-61
/
+100
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
2018-07-24
1
-2
/
+5
|
*
|
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
2018-07-23
1
-4
/
+21
|
*
|
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
2018-07-23
1
-2
/
+2
|
*
|
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
2018-07-23
1
-2
/
+13
|
*
|
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
2018-07-23
1
-0
/
+3
|
*
|
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
2018-07-23
1
-4
/
+11
|
*
|
ip: hash fragments consistently
Paolo Abeni
2018-07-23
1
-0
/
+2
|
*
|
multicast: do not restore deleted record source filter mode to new one
Hangbin Liu
2018-07-21
1
-2
/
+1
|
*
|
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
2018-07-20
2
-13
/
+20
|
*
|
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
2018-07-20
2
-33
/
+11
|
*
|
tcp: helpers to send special DCTCP ack
Yuchung Cheng
2018-07-20
1
-5
/
+17
[next]