aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2-16/+3
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet1-8/+19
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller2-103/+124
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel2-29/+53
2012-11-26ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIMJoe Perches1-0/+6
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches1-3/+3
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin1-1/+1
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-16/+1
2012-11-20ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet1-1/+2
2012-11-20sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel1-25/+124
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-1/+1
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman3-15/+0
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman3-14/+1
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman12-25/+28
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman3-0/+15
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman5-1/+22
2012-11-18ipv6: Preserve ipv6 functionality needed by NETVlad Yasevich1-2/+2
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2-3/+67
2012-11-16xfrm6: Remove commented out function call to xfrm6_input_finiSteffen Klassert1-1/+0
2012-11-15ipv6: Fix build error with udp_offloadVlad Yasevich1-0/+1
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich3-19/+25
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich11-70/+30
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich5-110/+121
2012-11-15ipv6: Move exthdr offload support into separate fileVlad Yasevich4-37/+55
2012-11-15ipv6: Separate out UDP offload functionalityVlad Yasevich4-101/+130
2012-11-15ipv6: Separate tcp offload functionalityVlad Yasevich4-110/+106
2012-11-15ipv6: Separate ipv6 offload supportVlad Yasevich4-246/+296
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich4-24/+64
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich4-0/+41
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich1-0/+6
2012-11-15ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel1-1/+1
2012-11-15sit: fix sparse warningsNicolas Dichtel1-5/+5
2012-11-15xfrm: Use a static gc threshold value for ipv6Steffen Klassert1-15/+1
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel1-28/+150
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14sit/rtnl: add missing parameters on dumpNicolas Dichtel1-1/+8
2012-11-14sit: always notify change when params are updatedNicolas Dichtel1-17/+15
2012-11-14ip6tnl: add support of link creation via rtnlNicolas Dichtel1-15/+149
2012-11-14ip6tnl: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel1-1/+4
2012-11-14ipv6: remove obsolete comments in route.cLi RongQing1-6/+0
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang2-20/+7
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang3-30/+1
2012-11-13ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa2-0/+15
2012-11-13netfilter: ipv6: only provide sk_bound_dev_if for link-local addrFlorian Westphal1-1/+6
2012-11-12ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka1-8/+28
2012-11-12ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明1-2/+1