summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-271-2/+1Star
* ipv6: addrconf.c: remove unnecessary "if"Cong Ding2012-12-191-2/+1Star
* ipv6: Fix Makefile offload objectsSimon Arlott2012-12-161-1/+1
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2012-12-141-1/+2
* ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong2012-12-141-0/+17
* ndisc: Fix padding error in link-layer address option.YOSHIFUJI Hideaki / 吉藤英明2012-12-131-1/+1
* ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki2012-12-121-16/+11Star
* ipv6: avoid taking locks at socket dismantleEric Dumazet2012-12-052-0/+6
* ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTEDavid S. Miller2012-12-041-1/+4
* ip6mr: fix rtm_family of rtnl msgNicolas Dichtel2012-12-041-1/+1
* ip6mr: advertise new mfc entries via rtnlNicolas Dichtel2012-12-041-4/+59
* ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel2012-12-041-1/+21
* ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel2012-12-041-1/+4
* ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel2012-12-041-0/+7
* ip6mr: use nla_nest_* helpersNicolas Dichtel2012-12-041-13/+13
* netconf: advertise mc_forwarding statusNicolas Dichtel2012-12-042-4/+26
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-12-041-0/+4
|\
| * netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik2012-12-031-0/+4
* | ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=nPaul Marks2012-12-031-14/+10Star
* | ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) ...Shmulik Ladkani2012-12-031-1/+1
|/
* ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2012-12-012-16/+3Star
* net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-301-8/+19
* 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