aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-1017-104/+210
|\
| * ipv6: tcp: fix panic in SYN processingEric Dumazet2013-10-221-1/+1
| * ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-131-31/+22
| * ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-10-131-2/+2
| * ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-141-1/+9
| * ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-09-141-7/+9
| * ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-09-141-0/+5
| * ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-09-141-6/+4
| * ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-09-141-4/+12
| * ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-08-111-0/+5
| * ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-1/+6
| * ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-282-18/+28
| * ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-07-281-1/+7
| * ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-07-281-0/+3
| * ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-271-1/+3
| * ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-06-271-1/+1
| * xfrm6: release dev before returning errorCong Wang2013-05-191-1/+3
| * ipv6: do not clear pinet6 fieldEric Dumazet2013-05-194-2/+27
| * net: drop dst before queueing fragmentsEric Dumazet2013-05-011-2/+11
| * net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-05-011-0/+27
| * ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-04-051-16/+10
| * inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-282-8/+12
| * ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-201-1/+2
| * net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-201-1/+2
* | smdk4412: network: squashed commitsDerTeufel2014-12-0911-7/+268
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-2712-87/+147
|\ \ | |/
| * ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-02-141-1/+2
| * rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-175-14/+23
| * ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-261-0/+1
| * ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-171-2/+1
| * ipv6: Set default hoplimit as zero.Li RongQing2012-11-171-2/+2
| * tcp: resets are misroutedAlexey Kuznetsov2012-10-281-1/+2
| * ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-10-131-9/+11
| * ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-10-131-11/+10
| * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-131-5/+6
| * ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-10-021-3/+1
| * ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-07-161-10/+31
| * xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-101-11/+7
| * ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-18/+50
* | merge opensource jb u5codeworkx2012-09-221-1/+2
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-1812-58/+105
|\ \ | |/
| * tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell2012-04-271-0/+4
| * ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-04-271-1/+1
| * net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-04-021-2/+6
| * ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li2012-03-231-1/+0
| * IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-191-0/+4
| * ipsec: be careful of non existing mac headersEric Dumazet2012-03-192-9/+3
| * ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear2012-02-291-1/+3
| * ipv6-multicast: Fix memory leak in input path.Ben Greear2012-02-291-1/+3
| * net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-136-37/+74