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
*
tcp: Configure TFO without cookie per socket and/or per route
Christoph Paasch
2017-10-24
3
-4
/
+30
*
ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-24
1
-2
/
+1
*
ipv4: icmp: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-24
1
-2
/
+3
*
tcp: add tracepoint trace_tcp_set_state()
Song Liu
2017-10-24
1
-0
/
+4
*
tcp: add tracepoint trace_tcp_destroy_sock
Song Liu
2017-10-24
1
-0
/
+2
*
tcp: add tracepoint trace_tcp_receive_reset
Song Liu
2017-10-24
1
-0
/
+3
*
tcp: add tracepoint trace_tcp_send_reset
Song Liu
2017-10-24
2
-1
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
8
-48
/
+33
|
\
|
*
soreuseport: fix initialization race
Craig Gallek
2017-10-22
2
-8
/
+2
|
*
udp: make some messages more descriptive
Matteo Croce
2017-10-21
1
-2
/
+2
|
*
tcp/dccp: fix ireq->opt races
Eric Dumazet
2017-10-21
5
-33
/
+25
|
*
ip: update policy routing config help
Stephen Hemminger
2017-10-13
1
-5
/
+3
|
*
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
2017-10-11
1
-5
/
+0
|
*
net: defer call to cgroup_sk_alloc()
Eric Dumazet
2017-10-10
1
-0
/
+5
|
*
net: memcontrol: defer call to mem_cgroup_sk_alloc()
Eric Dumazet
2017-10-10
1
-0
/
+1
*
|
bpf: Add BPF_SOCKET_OPS_BASE_RTT support to tcp_nv
Lawrence Brakmo
2017-10-22
1
-2
/
+38
*
|
ipv4: ipv4_default_advmss() should use route mtu
Eric Dumazet
2017-10-21
1
-1
/
+1
*
|
tcp: fix tcp_send_syn_data()
Eric Dumazet
2017-10-21
1
-0
/
+1
*
|
net: ipv4: Change fib notifiers to take a fib_alias
David Ahern
2017-10-20
1
-24
/
+15
*
|
tcp: socket option to set TCP fast open key
Yuchung Cheng
2017-10-20
4
-17
/
+76
*
|
net: Add extack to validator_info structs used for address notifier
David Ahern
2017-10-20
1
-3
/
+5
*
|
tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction
Eric Dumazet
2017-10-18
1
-6
/
+3
*
|
ipv4: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-10-18
7
-3
/
+11
*
|
ipv4: timewait: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-4
/
+3
*
|
inet: frags: Convert timers to use timer_setup()
Kees Cook
2017-10-18
2
-4
/
+5
*
|
inet/connection_sock: Convert timers to use timer_setup()
Kees Cook
2017-10-18
2
-19
/
+20
*
|
net: core: rcu-ify rtnl af_ops
Florian Westphal
2017-10-16
1
-2
/
+2
*
|
tcp: cdg: make struct tcp_cdg static
Colin Ian King
2017-10-16
1
-1
/
+1
*
|
tcp: add a tracepoint for tcp retransmission
Cong Wang
2017-10-15
1
-0
/
+3
*
|
icmp: don't fail on fragment reassembly time exceeded
Matteo Croce
2017-10-14
1
-3
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-10
5
-13
/
+10
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-10-09
1
-1
/
+2
|
|
\
|
|
*
netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook
Lin Zhang
2017-10-09
1
-1
/
+2
|
*
|
udp: fix bcast packet reception
Paolo Abeni
2017-10-09
1
-9
/
+5
|
*
|
ipv4: Fix traffic triggered IPsec connections.
Steffen Klassert
2017-10-09
1
-1
/
+1
|
*
|
gso: fix payload length when gso_size is zero
Alexey Kodanev
2017-10-08
2
-2
/
+2
*
|
|
ip_gre: check packet length and mtu correctly in erspan tx
William Tu
2017-10-08
1
-4
/
+4
*
|
|
tcp: implement rb-tree based retransmit queue
Eric Dumazet
2017-10-07
5
-144
/
+193
*
|
|
tcp: pass previous skb to tcp_shifted_skb()
Eric Dumazet
2017-10-07
1
-4
/
+5
*
|
|
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
2017-10-07
1
-2
/
+2
*
|
|
tcp: tcp_mark_head_lost() optimization
Eric Dumazet
2017-10-07
1
-4
/
+4
*
|
|
tcp: tcp_tx_timestamp() cleanup
Eric Dumazet
2017-10-07
1
-3
/
+5
*
|
|
tcp: uninline tcp_write_queue_purge()
Eric Dumazet
2017-10-07
1
-0
/
+14
*
|
|
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
2017-10-07
2
-26
/
+15
*
|
|
tcp: a small refactor of RACK loss detection
Yuchung Cheng
2017-10-06
1
-22
/
+18
*
|
|
tcp: more efficient RACK loss detection
Yuchung Cheng
2017-10-06
1
-15
/
+5
*
|
|
tcp: new list for sent but unacked skbs for RACK recovery
Eric Dumazet
2017-10-06
4
-13
/
+41
*
|
|
net/ipv4: Remove unused variable in route.c
Tim Hansen
2017-10-06
1
-2
/
+1
*
|
|
tcp: clean up TFO server's initial tcp_rearm_rto() call
Wei Wang
2017-10-06
1
-12
/
+9
*
|
|
tcp: uniform the set up of sockets after successful connection
Wei Wang
2017-10-06
3
-24
/
+16
[next]