summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-302-103/+124
|\
| * ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka2012-11-121-8/+28
| * ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross2012-11-102-103/+103
* | ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel2012-11-282-29/+53
* | ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIMJoe Perches2012-11-261-0/+6
* | ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches2012-11-251-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-1/+2
|\ \
| * | ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet2012-11-201-1/+2
* | | ipv6: adapt connect for repair moveAndrey Vagin2012-11-221-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2012-11-221-16/+1Star
|\ \ \
| * | | xfrm6: Remove commented out function call to xfrm6_input_finiSteffen Klassert2012-11-161-1/+0Star
| * | | xfrm: Use a static gc threshold value for ipv6Steffen Klassert2012-11-151-15/+1Star
* | | | sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel2012-11-201-25/+124
* | | | net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-191-1/+1
* | | | net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-193-15/+0Star
* | | | net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-193-14/+1Star
* | | | net: Allow userns root to control ipv6Eric W. Biederman2012-11-1912-25/+28
* | | | net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-193-0/+15
* | | | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-195-1/+22
* | | | ipv6: Preserve ipv6 functionality needed by NETVlad Yasevich2012-11-181-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-131-0/+1
* | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-11-162-3/+67
|\ \ \ \
| * | | | netfilter: ipv6: only provide sk_bound_dev_if for link-local addrFlorian Westphal2012-11-131-1/+6
| * | | | netfilter: ipv6: add getsockopt to retrieve origdstFlorian Westphal2012-11-021-0/+61
| * | | | netfilter: nf_nat: use PTR_RETWu Fengguang2012-10-291-3/+1Star
* | | | | ipv6: Fix build error with udp_offloadVlad Yasevich2012-11-161-0/+1
* | | | | net: Remove code duplication between offload structuresVlad Yasevich2012-11-153-19/+25
* | | | | ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-1511-70/+30Star
* | | | | ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-155-110/+121
* | | | | ipv6: Move exthdr offload support into separate fileVlad Yasevich2012-11-154-37/+55
* | | | | ipv6: Separate out UDP offload functionalityVlad Yasevich2012-11-154-101/+130
* | | | | ipv6: Separate tcp offload functionalityVlad Yasevich2012-11-154-110/+106Star
* | | | | ipv6: Separate ipv6 offload supportVlad Yasevich2012-11-154-246/+296
* | | | | ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-154-24/+64
* | | | | ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-154-0/+41
* | | | | net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-151-0/+6
* | | | | ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel2012-11-151-1/+1
* | | | | sit: fix sparse warningsNicolas Dichtel2012-11-151-5/+5
* | | | | sit: add support of link creation via rtnlNicolas Dichtel2012-11-151-28/+150
* | | | | sit: rename rtnl functions for consistencyNicolas Dichtel2012-11-151-4/+4
* | | | | sit/rtnl: add missing parameters on dumpNicolas Dichtel2012-11-151-1/+8
* | | | | sit: always notify change when params are updatedNicolas Dichtel2012-11-151-17/+15Star
* | | | | ip6tnl: add support of link creation via rtnlNicolas Dichtel2012-11-151-15/+149
* | | | | ip6tnl: rename rtnl functions for consistencyNicolas Dichtel2012-11-151-4/+4
* | | | | ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel2012-11-151-1/+4
* | | | | ipv6: remove obsolete comments in route.cLi RongQing2012-11-151-6/+0Star
* | | | | net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-152-20/+7Star
* | | | | net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-153-30/+1Star
* | | | | ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa2012-11-132-0/+15