summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-192-16/+8
* ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-10/+0
* ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-192-99/+38
* ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2012-09-191-42/+95
* ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing2012-09-191-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-153-5/+17
|\
| * udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-071-0/+11
| * tcp: fix possible socket refcount problem for ipv6Julian Anastasov2012-09-051-2/+3
| * net: ipv6: fix error return codeJulia Lawall2012-08-311-3/+3
* | ipv6: replace write lock with read lock when get route infoLi RongQing2012-09-132-6/+6
* | ipv6: route templates can be constEric Dumazet2012-09-131-3/+3
* | ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明2012-09-131-2/+4
* | ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明2012-09-131-1/+13
* | ipv6: remove some useless RCU read lockAmerigo Wang2012-09-102-24/+4
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-104-36/+36
* | ipv6: fix handling of throw routesNicolas Dichtel2012-09-071-1/+8
* | ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-051-4/+28
* | netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell2012-09-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-036-41/+59
|\ \
| * | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-312-2/+4
| * | ipv6: remove some deadcodeSorin Dumitru2012-08-311-22/+7
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-244-12/+47
| |\ \
| | * | ipv6: move dereference after check in fl_free()Dan Carpenter2012-08-161-5/+2
| | * | net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-7/+43
| | * | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-143-5/+7
| * | | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-231-5/+1
* | | | netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy2012-08-303-0/+175
* | | | netfilter: ip6tables: add NETMAP targetPatrick McHardy2012-08-303-0/+105
* | | | netfilter: ip6tables: add REDIRECT targetPatrick McHardy2012-08-303-0/+110
* | | | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-304-1/+149
* | | | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-306-2/+749
* | | | netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy2012-08-301-0/+8
* | | | netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy2012-08-301-57/+6
* | | | netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-303-14/+53
|/ / /
* | | ipv6: gre: fix ip6gre_err()Eric Dumazet2012-08-221-3/+5
* | | net: remove delay at device dismantleEric Dumazet2012-08-221-1/+5
* | | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-224-13/+4
|\ \ \
| * | | netfilter: PTR_RET can be usedWu Fengguang2012-08-144-13/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-224-7/+38
|\ \ \ \ | | |_|/ | |/| |
| * | | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-201-12/+13
| * | | net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-201-0/+8
| * | | ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-08-141-3/+1
| * | | net: ipv6: proc: Fix error handlingIgor Maravic2012-08-141-2/+2
| * | | net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet2012-08-091-0/+1
| * | | net: ipv6: fix TCP early demuxEric Dumazet2012-08-061-2/+25
| | |/ | |/|
* | | gre: information leak in ip6_tnl_ioctl()Dan Carpenter2012-08-201-0/+2
* | | gre: Support GRE over IPv6xeb@mail.ru2012-08-144-24/+1872
* | | net: Loopback ifindex is constant nowPavel Emelyanov2012-08-091-1/+1
* | | time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-091-6/+3
|/ /
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-4/+6
|\ \