summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2013-07-16ndisc: bool initializations should use true and falseDaniel Baluta-3/+3
2013-07-12ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa-4/+11
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa-23/+40
2013-07-10ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa-3/+6
2013-07-10net: rename ll methods to busy-pollEliezer Tamir-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir-2/+2
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel-2/+2
2013-07-03ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa-0/+2
2013-07-03net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti-1/+4
2013-07-03net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti-0/+2
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+17
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa-6/+10
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa-1/+6
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang-10/+12
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel-4/+8
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa-1/+1
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa-5/+64
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa-8/+31
2013-06-27sit: add support of x-netnsNicolas Dichtel-10/+32
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa-1/+4
2013-06-26ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet-1/+7
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa-0/+1
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa-5/+4
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa-6/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa-73/+91
2013-06-25ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明-3/+2
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet-0/+1
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang-2/+0
2013-06-20netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester-1/+1
2013-06-19ipv6: don't call addrconf_dst_alloc again when enable loGao feng-0/+3
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel-1/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar-1/+6
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar-29/+10
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2013-06-17ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-10/+10
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang-9/+9
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir-0/+2
2013-06-10udp: add low latency socket poll supportEliezer Tamir-1/+5
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+25
2013-06-04ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng-1/+3
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti-23/+79
2013-06-04net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti-77/+44
2013-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel-3/+116
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar-8/+12
2013-05-31snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel-1/+1
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman-13/+19
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang-3/+8
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-7/+7