index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
9
-53
/
+53
*
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2012-09-08
2
-3
/
+2
*
net: rt_cache_flush() cleanup
Eric Dumazet
2012-09-07
1
-17
/
+2
*
ipv4/route: arg delay is useless in rt_cache_flush()
Nicolas Dichtel
2012-09-07
6
-34
/
+21
*
igmp: avoid drop_monitor false positives
Eric Dumazet
2012-09-07
1
-11
/
+19
*
tcp: fix TFO regression
Eric Dumazet
2012-09-06
2
-7
/
+4
*
tcp: add generic netlink support for tcp_metrics
Julian Anastasov
2012-09-05
1
-13
/
+341
*
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-09-03
30
-3358
/
+545
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
2012-09-03
21
-129
/
+760
|
|
\
|
*
|
netfilter: properly annotate ipv4_netfilter_{init,fini}()
Jan Beulich
2012-09-03
1
-2
/
+2
|
*
|
netfilter: nf_nat: support IPv6 in TFTP NAT helper
Pablo Neira Ayuso
2012-08-30
3
-56
/
+0
|
*
|
netfilter: nf_nat: support IPv6 in IRC NAT helper
Pablo Neira Ayuso
2012-08-30
3
-105
/
+0
|
*
|
netfilter: nf_nat: support IPv6 in SIP NAT helper
Patrick McHardy
2012-08-30
3
-586
/
+0
|
*
|
netfilter: nf_nat: support IPv6 in amanda NAT helper
Patrick McHardy
2012-08-30
3
-91
/
+0
|
*
|
netfilter: nf_nat: support IPv6 in FTP NAT helper
Patrick McHardy
2012-08-30
3
-143
/
+0
|
*
|
netfilter: ip6tables: add MASQUERADE target
Patrick McHardy
2012-08-30
1
-1
/
+2
|
*
|
netfilter: add protocol independent NAT core
Patrick McHardy
2012-08-30
28
-2382
/
+518
|
*
|
netfilter: nf_nat: add protoff argument to packet mangling functions
Patrick McHardy
2012-08-30
8
-74
/
+100
|
*
|
ipv4: fix path MTU discovery with connection tracking
Patrick McHardy
2012-08-26
2
-2
/
+10
*
|
|
tcp: use PRR to reduce cwin in CWR state
Yuchung Cheng
2012-09-03
2
-81
/
+44
*
|
|
tcp: move tcp_update_cwnd_in_recovery
Yuchung Cheng
2012-09-03
1
-32
/
+32
*
|
|
tcp: move tcp_enter_cwr()
Yuchung Cheng
2012-09-03
1
-23
/
+23
|
|
/
|
/
|
*
|
tcp: TCP Fast Open Server - main code path
Jerry Chu
2012-08-31
2
-27
/
+309
*
|
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
2012-08-31
8
-33
/
+227
*
|
tcp: TCP Fast Open Server - header & support functions
Jerry Chu
2012-08-31
4
-3
/
+133
*
|
ipv4: Minor logic clean-up in ipv4_mtu
Alexander Duyck
2012-08-31
1
-4
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-31
4
-13
/
+27
|
\
\
|
*
\
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
2012-08-31
1
-1
/
+4
|
|
\
\
|
|
*
|
netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
Pablo Neira Ayuso
2012-08-30
1
-1
/
+4
|
*
|
|
ipv4: must use rcu protection while calling fib_lookup
Eric Dumazet
2012-08-30
1
-0
/
+2
|
*
|
|
net: ipv4: ipmr_expire_timer causes crash when removing net namespace
Francesco Ruggeri
2012-08-30
1
-2
/
+12
|
*
|
|
tcp: fix cwnd reduction for non-sack recovery
Yuchung Cheng
2012-08-24
1
-8
/
+7
|
*
|
|
ipv4: take rt_uncached_lock only if needed
Eric Dumazet
2012-08-24
1
-1
/
+1
|
*
|
|
ipv4: properly update pmtu
Eric Dumazet
2012-08-22
1
-1
/
+1
*
|
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...
David S. Miller
2012-08-24
7
-40
/
+64
|
\
\
\
\
|
*
|
|
|
userns: Teach inet_diag to work with user namespaces
Eric W. Biederman
2012-08-14
2
-7
/
+19
|
*
|
|
|
userns: Use kgids for sysctl_ping_group_range
Eric W. Biederman
2012-08-14
2
-27
/
+33
|
*
|
|
|
userns: Print out socket uids in a user namespace aware fashion.
Eric W. Biederman
2012-08-14
4
-6
/
+12
*
|
|
|
|
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
2012-08-23
2
-10
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
net: remove delay at device dismantle
Eric Dumazet
2012-08-22
2
-5
/
+9
*
|
|
|
Merge git://1984.lsi.us.es/nf-next
David S. Miller
2012-08-22
4
-28
/
+7
|
\
\
\
\
|
*
|
|
|
netfilter: remove unnecessary goto statement for error recovery
Jean Sacren
2012-08-22
3
-15
/
+3
|
*
|
|
|
netfilter: PTR_RET can be used
Wu Fengguang
2012-08-14
4
-13
/
+4
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-22
12
-30
/
+64
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
ipv4: fix ip header ident selection in __ip_make_skb()
Eric Dumazet
2012-08-21
1
-1
/
+1
|
*
|
|
|
ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()
Christoph Paasch
2012-08-21
1
-1
/
+6
|
*
|
|
|
tcp: fix possible socket refcount problem
Eric Dumazet
2012-08-21
3
-10
/
+18
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
Neal Cardwell
2012-08-20
2
-2
/
+1
|
*
|
|
Merge git://1984.lsi.us.es/nf
David S. Miller
2012-08-20
1
-4
/
+5
|
|
\
\
\
|
|
*
|
|
netfilter: nf_nat_sip: fix via header translation with multiple parameters
Patrick McHardy
2012-08-10
1
-2
/
+3
[next]