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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
nf_defrag_ipv6: fix oops on module unloading
Konstantin Khlebnikov
1
-1
/
+1
2012-09-27
tunnel: drop packet if ECN present with not-ECT
stephen hemminger
1
-30
/
+24
2012-09-27
xfrm: remove extranous rcu_read_lock
stephen hemminger
1
-6
/
+0
2012-09-27
gre: remove unnecessary rcu_read_lock/unlock
stephen hemminger
1
-11
/
+3
2012-09-24
net: use a per task frag allocator
Eric Dumazet
1
-40
/
+25
2012-09-24
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
4
-249
/
+36
2012-09-22
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
Neal Cardwell
1
-1
/
+1
2012-09-22
tcp: extract code to compute SYNACK RTT
Neal Cardwell
1
-3
/
+1
2012-09-21
netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
Jan Engelhardt
3
-109
/
+0
2012-09-21
netfilter: combine ipt_NETMAP and ip6t_NETMAP
Jan Engelhardt
3
-104
/
+0
2012-09-21
netfilter: fix IPv6 NAT dependencies in Kconfig
Pablo Neira Ayuso
1
-55
/
+55
2012-09-19
ipv6: unify fragment thresh handling code
Amerigo Wang
2
-16
/
+8
2012-09-19
ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline
Amerigo Wang
1
-10
/
+0
2012-09-19
ipv6: unify conntrack reassembly expire code with standard one
Amerigo Wang
2
-99
/
+38
2012-09-19
ipv6: add a new namespace for nf_conntrack_reasm
Amerigo Wang
1
-42
/
+95
2012-09-19
ipv6: recursive check rt->dst.from when call rt6_check_expired
Li RongQing
1
-5
/
+1
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+17
2012-09-13
ipv6: replace write lock with read lock when get route info
Li RongQing
2
-6
/
+6
2012-09-13
ipv6: route templates can be const
Eric Dumazet
1
-3
/
+3
2012-09-13
ipv6: Compare addresses only bits up to the prefix length (RFC6724).
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+4
2012-09-13
ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+13
2012-09-10
ipv6: remove some useless RCU read lock
Amerigo Wang
2
-24
/
+4
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
4
-36
/
+36
2012-09-07
ipv6: fix handling of throw routes
Nicolas Dichtel
1
-1
/
+8
2012-09-07
udp: increment UDP_MIB_INERRORS if copy failed
Eric Dumazet
1
-0
/
+11
2012-09-05
ipv6: fix handling of blackhole and prohibit routes
Nicolas Dichtel
1
-4
/
+28
2012-09-05
netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h
Stephen Rothwell
1
-0
/
+1
2012-09-05
tcp: fix possible socket refcount problem for ipv6
Julian Anastasov
1
-2
/
+3
2012-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
6
-41
/
+59
2012-08-31
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
2
-2
/
+4
2012-08-31
ipv6: remove some deadcode
Sorin Dumitru
1
-22
/
+7
2012-08-31
net: ipv6: fix error return code
Julia Lawall
1
-3
/
+3
2012-08-30
netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...
Patrick McHardy
3
-0
/
+175
2012-08-30
netfilter: ip6tables: add NETMAP target
Patrick McHardy
3
-0
/
+105
2012-08-30
netfilter: ip6tables: add REDIRECT target
Patrick McHardy
3
-0
/
+110
2012-08-30
netfilter: ip6tables: add MASQUERADE target
Patrick McHardy
4
-1
/
+149
2012-08-30
netfilter: ipv6: add IPv6 NAT support
Patrick McHardy
6
-2
/
+749
2012-08-30
netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
Patrick McHardy
1
-0
/
+8
2012-08-30
netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...
Patrick McHardy
1
-57
/
+6
2012-08-30
netfilter: nf_conntrack_ipv6: improve fragmentation handling
Patrick McHardy
3
-14
/
+53
2012-08-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...
David S. Miller
4
-12
/
+47
2012-08-23
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
1
-5
/
+1
2012-08-22
ipv6: gre: fix ip6gre_err()
Eric Dumazet
1
-3
/
+5
2012-08-22
net: remove delay at device dismantle
Eric Dumazet
1
-1
/
+5
2012-08-22
Merge git://1984.lsi.us.es/nf-next
David S. Miller
4
-13
/
+4
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-7
/
+38
2012-08-20
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
Neal Cardwell
1
-12
/
+13
2012-08-20
net: ipv6: fix oops in inet_putpeer()
Patrick McHardy
1
-0
/
+8
2012-08-20
gre: information leak in ip6_tnl_ioctl()
Dan Carpenter
1
-0
/
+2
2012-08-16
ipv6: move dereference after check in fl_free()
Dan Carpenter
1
-5
/
+2
[next]