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
...
|
*
|
|
|
|
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
2018-05-18
1
-2
/
+0
|
*
|
|
|
|
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
2018-05-17
1
-4
/
+8
|
*
|
|
|
|
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
2018-05-17
2
-7
/
+12
|
*
|
|
|
|
tcp: separate loss marking and state update on RTO
Yuchung Cheng
2018-05-17
1
-2
/
+2
|
*
|
|
|
|
tcp: new helper tcp_timeout_mark_lost
Yuchung Cheng
2018-05-17
1
-21
/
+29
|
*
|
|
|
|
tcp: account lost retransmit after timeout
Yuchung Cheng
2018-05-17
2
-17
/
+5
|
*
|
|
|
|
tcp: simpler NewReno implementation
Yuchung Cheng
2018-05-17
2
-8
/
+38
|
*
|
|
|
|
tcp: disable RFC6675 loss detection
Yuchung Cheng
2018-05-17
1
-4
/
+8
|
*
|
|
|
|
tcp: support DUPACK threshold in RACK
Yuchung Cheng
2018-05-17
1
-13
/
+27
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
net: ipv4: ipconfig: fix unused variable
Anders Roxell
2018-05-13
1
-3
/
+2
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-11
3
-6
/
+13
|
|
\
\
\
\
|
*
|
|
|
|
erspan: auto detect truncated ipv6 packets.
William Tu
2018-05-11
1
-0
/
+6
|
*
|
|
|
|
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
2018-05-11
1
-3
/
+11
|
*
|
|
|
|
tcp: switch pacing timer to softirq based hrtimer
Eric Dumazet
2018-05-11
2
-45
/
+26
|
*
|
|
|
|
tcp: Add mark for TIMEWAIT sockets
Jon Maxwell
2018-05-10
3
-3
/
+16
|
*
|
|
|
|
net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL
Joe Perches
2018-05-10
1
-5
/
+0
|
*
|
|
|
|
net/udp: Update udp_encap_needed static key to modern api
Davidlohr Bueso
2018-05-10
1
-4
/
+4
|
*
|
|
|
|
net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api
Davidlohr Bueso
2018-05-10
1
-3
/
+3
|
*
|
|
|
|
udp: Do not copy destructor if one is not present
Alexander Duyck
2018-05-08
1
-8
/
+14
|
*
|
|
|
|
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
2018-05-08
1
-10
/
+19
|
*
|
|
|
|
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
2018-05-08
1
-14
/
+19
|
*
|
|
|
|
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
2018-05-08
1
-14
/
+18
|
*
|
|
|
|
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
2018-05-08
1
-2
/
+4
|
*
|
|
|
|
udp: Record gso_segs when supporting UDP segmentation offload
Alexander Duyck
2018-05-08
1
-0
/
+2
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-05-07
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
udp: enable UDP checksum offload for ESP
Jacek Kalwas
2018-04-18
1
-1
/
+1
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-05-06
12
-279
/
+20
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
netfilter: nf_nat: remove unused ct arg from lookup functions
Florian Westphal
2018-05-06
3
-13
/
+7
|
|
*
|
|
|
|
|
netfilter: xtables: use ipt_get_target_c instead of ipt_get_target
Taehee Yoo
2018-04-24
1
-1
/
+1
|
|
*
|
|
|
|
|
netfilter: add NAT support for shifted portmap ranges
Thierry Du Tre
2018-04-24
8
-11
/
+11
|
|
*
|
|
|
|
|
netfilter: nf_flow_table: move init code to nf_flow_table_core.c
Felix Fietkau
2018-04-24
1
-2
/
+1
|
|
*
|
|
|
|
|
netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table
Felix Fietkau
2018-04-24
1
-241
/
+0
|
|
*
|
|
|
|
|
netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple
Felix Fietkau
2018-04-21
1
-14
/
+3
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-04
3
-69
/
+60
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
udp: Complement partial checksum for GSO packet
Sean Tranchetti
2018-05-02
1
-0
/
+1
|
*
|
|
|
|
|
|
|
tcp: send in-queue bytes in cmsg upon read
Soheil Hassas Yeganeh
2018-05-01
1
-4
/
+39
|
*
|
|
|
|
|
|
|
udp: disable gso with no_check_tx
Willem de Bruijn
2018-05-01
1
-0
/
+4
|
*
|
|
|
|
|
|
|
tcp: Add clean acked data hook
Ilya Lesokhin
2018-05-01
1
-0
/
+25
|
*
|
|
|
|
|
|
|
erspan: auto detect truncated packets.
William Tu
2018-04-30
1
-0
/
+6
|
*
|
|
|
|
|
|
|
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
Eric Dumazet
2018-04-29
2
-90
/
+106
|
*
|
|
|
|
|
|
|
udp: remove stray export symbol
Willem de Bruijn
2018-04-27
1
-1
/
+0
|
*
|
|
|
|
|
|
|
tcp: remove mss check in tcp_select_initial_window()
Wei Wang
2018-04-27
1
-5
/
+3
|
*
|
|
|
|
|
|
|
udp: add gso segment cmsg
Willem de Bruijn
2018-04-26
1
-2
/
+42
|
*
|
|
|
|
|
|
|
udp: paged allocation with gso
Willem de Bruijn
2018-04-26
1
-4
/
+11
|
*
|
|
|
|
|
|
|
udp: better wmem accounting on gso
Willem de Bruijn
2018-04-26
1
-1
/
+15
|
*
|
|
|
|
|
|
|
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
2018-04-26
2
-6
/
+36
|
*
|
|
|
|
|
|
|
udp: add udp gso
Willem de Bruijn
2018-04-26
1
-1
/
+52
|
*
|
|
|
|
|
|
|
udp: expose inet cork to udp
Willem de Bruijn
2018-04-26
2
-10
/
+11
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-24
1
-5
/
+2
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_servers
Chris Novakovic
2018-04-24
1
-11
/
+107
[prev]
[next]