aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-27ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-27nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger1-30/+24
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger1-6/+0
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-11/+3
2012-09-24net: use a per task frag allocatorEric Dumazet1-40/+25
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-249/+36
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-1/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-3/+1
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt3-109/+0
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt3-104/+0
2012-09-21netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso1-55/+55
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang2-16/+8
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-10/+0
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2-99/+38
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang1-42/+95
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing1-5/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+17
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing2-6/+6
2012-09-13ipv6: route templates can be constEric Dumazet1-3/+3
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明1-2/+4
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明1-1/+13
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang2-24/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman4-36/+36
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet1-0/+11
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-4/+28
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov1-2/+3
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso6-41/+59
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu2-2/+4
2012-08-31ipv6: remove some deadcodeSorin Dumitru1-22/+7
2012-08-31net: ipv6: fix error return codeJulia Lawall1-3/+3
2012-08-30netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation targetPatrick McHardy3-0/+175
2012-08-30netfilter: ip6tables: add NETMAP targetPatrick McHardy3-0/+105
2012-08-30netfilter: ip6tables: add REDIRECT targetPatrick McHardy3-0/+110
2012-08-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy4-1/+149
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy6-2/+749
2012-08-30netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy1-0/+8
2012-08-30netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragmentsPatrick McHardy1-57/+6
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy3-14/+53
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller4-12/+47
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet1-5/+1
2012-08-22ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5
2012-08-22net: remove delay at device dismantleEric Dumazet1-1/+5
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller4-13/+4
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+38
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell1-12/+13
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy1-0/+8
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter1-0/+2