aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2013-08-30Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-08-29ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf
2013-08-26ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong
2013-08-20ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2013-08-20ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-08-19ipv6: xfrm: dereference inner ipv6 header if encapsulatedHannes Frederic Sowa
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa
2013-08-14xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa
2013-08-07ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa
2013-08-05net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann
2013-08-01ipv6: prevent race between address creation and removalJiri Benc
2013-08-01ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko
2013-08-01ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček
2013-08-01ipv6: prevent fib6_run_gc() contentionMichal Kubeček
2013-07-24ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa
2013-07-16ndisc: bool initializations should use true and falseDaniel Baluta
2013-07-12ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa
2013-07-10ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel
2013-07-03ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa
2013-07-03net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti
2013-07-03net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa
2013-06-26ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2013-06-25ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang
2013-06-20netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester