summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+1
* ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-142-4/+4
* ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-1/+1
* ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-9/+2
* ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-142-45/+3
* ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2013-01-142-4/+5
* ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-142-7/+8
* ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-144-13/+7
* ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明2013-01-101-5/+4
* ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-101-2/+1
* ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-093-35/+98
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-072-2/+2
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-072-28/+21
* ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明2013-01-051-2/+2
* ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-271-2/+1
* ipv6: addrconf.c: remove unnecessary "if"Cong Ding2012-12-191-2/+1
* 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/+11
* 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/+10
* | 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/+3
* 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/+1
|\ \ \
| * | | xfrm6: Remove commented out function call to xfrm6_input_finiSteffen Klassert2012-11-161-1/+0
| * | | xfrm: Use a static gc threshold value for ipv6Steffen Klassert2012-11-151-15/+1
* | | | 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