summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing
2012-09-13ipv6: route templates can be constEric Dumazet
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-31ipv6: remove some deadcodeSorin Dumitru
2012-08-31net: ipv6: fix error return codeJulia Lawall
2012-08-30netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy
2012-08-30netfilter: ip6tables: add NETMAP targetPatrick McHardy
2012-08-30netfilter: ip6tables: add REDIRECT targetPatrick McHardy
2012-08-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-08-30netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet
2012-08-22ipv6: gre: fix ip6gre_err()Eric Dumazet
2012-08-22net: remove delay at device dismantleEric Dumazet
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter
2012-08-16ipv6: move dereference after check in fl_free()Dan Carpenter
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings
2012-08-14net: ipv6: proc: Fix error handlingIgor Maravic
2012-08-14gre: Support GRE over IPv6xeb@mail.ru
2012-08-14netfilter: PTR_RET can be usedWu Fengguang
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet