index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
2013-11-15
4
-40
/
+36
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
2
-1
/
+21
|
\
|
*
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-06
2
-1
/
+21
*
|
inet: fix a UFO regression
Eric Dumazet
2013-11-08
1
-1
/
+3
*
|
ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
Hannes Frederic Sowa
2013-11-05
4
-5
/
+10
*
|
tcp: properly handle stretch acks in slow start
Yuchung Cheng
2013-11-04
14
-67
/
+56
*
|
tcp: enable sockets to use MSG_FASTOPEN by default
Yuchung Cheng
2013-11-04
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-11-04
1
-1
/
+0
|
\
\
|
*
|
netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c
Wei Yongjun
2013-11-03
1
-1
/
+0
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-11-04
1
-35
/
+75
|
\
\
\
|
*
|
|
netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP
Gao feng
2013-10-17
1
-4
/
+6
|
*
|
|
netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory
Gao feng
2013-10-17
1
-1
/
+1
|
*
|
|
netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_get
Gao feng
2013-10-17
1
-6
/
+6
|
*
|
|
netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespace
Gao feng
2013-10-17
1
-7
/
+11
|
*
|
|
netfilter: ipt_CLUSTERIP: make clusterip_list per net namespace
Gao feng
2013-10-17
1
-5
/
+7
|
*
|
|
netfilter: ipt_CLUSTERIP: make proc directory per net namespace
Gao feng
2013-10-17
1
-19
/
+51
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
6
-25
/
+47
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-11-02
1
-2
/
+6
|
|
\
\
\
\
|
|
*
|
|
|
xfrm: Fix null pointer dereference when decoding sessions
Steffen Klassert
2013-11-01
1
-1
/
+5
|
|
*
|
|
|
xfrm: Increase the garbage collector threshold
Steffen Klassert
2013-10-28
1
-1
/
+1
|
*
|
|
|
|
tcp: gso: fix truesize tracking
Eric Dumazet
2013-10-29
1
-8
/
+5
|
*
|
|
|
|
tcp: do not rearm RTO when future data are sacked
Yuchung Cheng
2013-10-27
1
-3
/
+10
|
*
|
|
|
|
tcp: only take RTT from timestamps if new data is acked
Yuchung Cheng
2013-10-27
1
-1
/
+2
|
*
|
|
|
|
tcp: fix SYNACK RTT estimation in Fast Open
Yuchung Cheng
2013-10-27
1
-5
/
+13
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2013-10-23
3
-6
/
+11
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
netfilter: x_tables: fix ordering of jumpstack allocation and table update
Will Deacon
2013-10-22
2
-0
/
+10
|
|
*
|
|
|
netfilter: ipt_ULOG: fix info leaks
Mathias Krause
2013-10-02
1
-6
/
+1
*
|
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-11-02
1
-34
/
+15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
net: esp{4,6}: get rid of struct esp_data
Mathias Krause
2013-10-29
1
-26
/
+14
|
*
|
|
|
|
|
net: esp{4,6}: remove padlen from struct esp_data
Mathias Krause
2013-10-29
1
-8
/
+1
*
|
|
|
|
|
|
tcp: temporarily disable Fast Open on SYN timeout
Yuchung Cheng
2013-10-29
2
-3
/
+8
*
|
|
|
|
|
|
ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK
Hannes Frederic Sowa
2013-10-29
1
-4
/
+8
*
|
|
|
|
|
|
inet: restore gso for vxlan
Eric Dumazet
2013-10-28
1
-8
/
+7
*
|
|
|
|
|
|
inet: remove old fragmentation hash initializing
Hannes Frederic Sowa
2013-10-23
1
-3
/
+0
*
|
|
|
|
|
|
ipv4: initialize ip4_frags hash secret as late as possible
Hannes Frederic Sowa
2013-10-23
1
-0
/
+1
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-23
5
-13
/
+31
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
tcp: initialize passive-side sk_pacing_rate after 3WHS
Neal Cardwell
2013-10-21
1
-0
/
+2
|
*
|
|
|
|
|
ip_output: do skb ufo init for peeked non ufo skb as well
Jiri Pirko
2013-10-19
1
-4
/
+9
|
*
|
|
|
|
|
tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()
Eric Dumazet
2013-10-17
1
-2
/
+1
|
*
|
|
|
|
|
tcp: must unclone packets before mangling them
Eric Dumazet
2013-10-17
1
-3
/
+6
|
*
|
|
|
|
|
tcp: fix incorrect ca_state in tail loss probe
Yuchung Cheng
2013-10-17
1
-1
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
vti: get rid of nf mark rule in prerouting
Christophe Gouault
2013-10-11
1
-3
/
+11
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-10-09
1
-0
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
xfrm: Decode sessions with output interface.
Steffen Klassert
2013-09-16
1
-0
/
+1
*
|
|
|
|
|
|
ipv6: sit: add GSO/TSO support
Eric Dumazet
2013-10-21
2
-0
/
+2
*
|
|
|
|
|
|
ipv4: Allow unprivileged users to use per net sysctls
Eric W. Biederman
2013-10-21
1
-4
/
+0
*
|
|
|
|
|
|
ipv4: Use math to point per net sysctls into the appropriate struct net.
Eric W. Biederman
2013-10-21
1
-18
/
+5
*
|
|
|
|
|
|
tcp_memcontrol: Kill struct tcp_memcontrol
Eric W. Biederman
2013-10-21
1
-43
/
+18
*
|
|
|
|
|
|
tcp_memcontrol: Remove the per netns control.
Eric W. Biederman
2013-10-21
5
-29
/
+19
*
|
|
|
|
|
|
tcp_memcontrol: Remove setting cgroup settings via sysctl
Eric W. Biederman
2013-10-21
2
-51
/
+2
[next]