index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
inet: don't use sk_v6_rcv_saddr directly
Josef Bacik
1
-1
/
+1
2017-01-20
net: remove bh disabling around percpu_counter accesses
Eric Dumazet
4
-8
/
+1
2017-01-18
inet: reset tb->fastreuseport when adding a reuseport sk
Josef Bacik
1
-20
/
+86
2017-01-18
inet: split inet_csk_get_port into two functions
Josef Bacik
1
-22
/
+44
2017-01-18
inet: don't check for bind conflicts twice when searching for a port
Josef Bacik
1
-20
/
+11
2017-01-18
inet: kill smallest_size and smallest_port
Josef Bacik
2
-25
/
+4
2017-01-18
inet: drop ->bind_conflict
Josef Bacik
2
-16
/
+7
2017-01-18
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
Josef Bacik
3
-57
/
+89
2017-01-17
tcp: accept RST for rcv_nxt - 1 after receiving a FIN
Jason Baron
1
-3
/
+25
2017-01-17
net: ping: Use right format specifier to avoid type casting
Gao Feng
1
-3
/
+3
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+9
2017-01-13
tcp: disable fack by default
Yuchung Cheng
1
-2
/
+3
2017-01-13
tcp: remove thin_dupack feature
Yuchung Cheng
3
-24
/
+2
2017-01-13
tcp: remove RFC4653 NCR
Yuchung Cheng
1
-15
/
+0
2017-01-13
tcp: remove early retransmit
Yuchung Cheng
8
-75
/
+6
2017-01-13
tcp: remove forward retransmit feature
Yuchung Cheng
2
-63
/
+3
2017-01-13
tcp: extend F-RTO to catch more spurious timeouts
Yuchung Cheng
1
-14
/
+19
2017-01-13
tcp: enable RACK loss detection to trigger recovery
Yuchung Cheng
2
-14
/
+31
2017-01-13
tcp: check undo conditions before detecting losses
Yuchung Cheng
1
-13
/
+20
2017-01-13
tcp: use sequence to break TS ties for RACK loss detection
Yuchung Cheng
2
-5
/
+17
2017-01-13
tcp: add reordering timer in RACK loss detection
Yuchung Cheng
6
-11
/
+60
2017-01-13
tcp: record most recent RTT in RACK loss detection
Yuchung Cheng
2
-32
/
+45
2017-01-13
tcp: new helper for RACK to detect loss
Yuchung Cheng
2
-13
/
+21
2017-01-13
tcp: new helper function for RACK loss detection
Yuchung Cheng
1
-7
/
+14
2017-01-13
tcp: fix tcp_fastopen unaligned access complaints on sparc
Shannon Nelson
1
-1
/
+1
2017-01-12
ipmr: improve hash scalability
Nikolay Aleksandrov
1
-115
/
+140
2017-01-12
net: ipv4: fix table id in getroute response
David Ahern
1
-1
/
+1
2017-01-12
net: lwtunnel: Handle lwtunnel_fill_encap failure
David Ahern
1
-4
/
+7
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+8
2017-01-11
net: ipv4: Fix multipath selection with vrf
David Ahern
1
-2
/
+7
2017-01-09
tcp: make TCP_INFO more consistent
Eric Dumazet
1
-4
/
+4
2017-01-09
tcp: do not export tcp_peer_is_proven()
Eric Dumazet
1
-1
/
+0
2017-01-09
ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int
Pavel Tikhomirov
1
-1
/
+1
2017-01-09
net: introduce keepalive function in struct proto
Ursula Braun
2
-0
/
+2
2017-01-09
net: for rate-limited ICMP replies save one atomic operation
Jesper Dangaard Brouer
1
-13
/
+21
2017-01-09
net: reduce cycles spend on ICMP replies that gets rate limited
Jesper Dangaard Brouer
1
-23
/
+48
2017-01-09
Revert "icmp: avoid allocating large struct on stack"
Jesper Dangaard Brouer
1
-23
/
+17
2017-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+23
2017-01-09
syncookies: use SipHash in place of SHA1
Jason A. Donenfeld
1
-16
/
+5
2017-01-09
net: ipv4: remove disable of bottom half in inet_rtm_getroute
David Ahern
1
-2
/
+0
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2017-01-08
net: ipv4: Remove flow arg from ip_mkroute_input
David Ahern
1
-2
/
+1
2017-01-08
net: ipmr: Remove nowait arg to ipmr_get_route
David Ahern
2
-7
/
+2
2017-01-06
udp: inuse checks can quit early for reuseport
Eric Garver
1
-10
/
+19
2017-01-06
net: ipv4: make fib_select_default static
David Ahern
1
-1
/
+1
2017-01-06
net: ipv4: Simplify rt_fill_info
David Ahern
1
-13
/
+7
2017-01-05
tcp: provide timestamps for partial writes
Soheil Hassas Yeganeh
1
-8
/
+10
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-11
/
+23
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+16
2017-01-04
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
yuan linyu
1
-1
/
+1
[next]