summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2013-01-15ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-14ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2-4/+4
2013-01-14ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-14ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明1-9/+2
2013-01-14ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2-45/+3
2013-01-14ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2-4/+5
2013-01-14ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2-7/+8
2013-01-14ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明4-13/+7
2013-01-10ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明1-5/+4
2013-01-10ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang3-35/+98
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2-2/+2
2013-01-07ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2-28/+21
2013-01-05ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2012-12-27ipv6/ip6_gre: set transport header correctlyIsaku Yamahata1-2/+1
2012-12-20ipv6: addrconf.c: remove unnecessary "if"Cong Ding1-2/+1
2012-12-16ipv6: Fix Makefile offload objectsSimon Arlott1-1/+1
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch1-1/+2
2012-12-14ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong1-0/+17
2012-12-13ndisc: Fix padding error in link-layer address option.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-12-12ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki1-16/+11
2012-12-06ipv6: avoid taking locks at socket dismantleEric Dumazet2-0/+6
2012-12-04ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTEDavid S. Miller1-1/+4
2012-12-04ip6mr: fix rtm_family of rtnl msgNicolas Dichtel1-1/+1
2012-12-04ip6mr: advertise new mfc entries via rtnlNicolas Dichtel1-4/+59
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel1-1/+21
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel1-1/+4
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel1-0/+7
2012-12-04ip6mr: use nla_nest_* helpersNicolas Dichtel1-13/+13
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel2-4/+26
2012-12-04Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-0/+4
2012-12-04ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=nPaul Marks1-14/+10
2012-12-03ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) ...Shmulik Ladkani1-1/+1
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik1-0/+4
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2-16/+3
2012-12-01net: 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/...David S. Miller2-103/+124
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel2-29/+53
2012-11-27ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIMJoe Perches1-0/+6
2012-11-26ipv4/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-23ipv6: adapt connect for repair moveAndrey Vagin1-1/+1
2012-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-16/+1
2012-11-21ipv6: 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-19net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-1/+1
2012-11-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman3-15/+0
2012-11-19net: Enable some sysctls that are safe for the userns rootEric W. Biederman3-14/+1
2012-11-19net: Allow userns root to control ipv6Eric W. Biederman12-25/+28
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman3-0/+15