aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: Change possible SYN flooding messagesEric Dumazet2017-06-071-28/+3
* Revert "udp: remove redundant variable"David S. Miller2017-03-171-7/+8
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2017-03-172-2/+3
* UPSTREAM: netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-10-131-9/+8
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-10-121-2/+4
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-10-121-12/+11
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-10-121-0/+3
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-10-121-1/+16
* udp: fix behavior of wrong checksumsEric Dumazet2016-10-121-4/+2
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2016-10-121-1/+8
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-1/+1
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2016-03-111-2/+44
* net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2016-03-111-0/+1
* net: core: Support UID-based routing.Lorenzo Colitti2016-03-119-0/+17
* net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti2016-03-111-1/+4
* net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti2016-03-111-0/+2
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2016-03-114-7/+246
* net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2016-03-112-44/+99
* net: ipv6: allow choosing optimistic addresses with use_optimisticErik Kline2016-03-111-1/+3
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-2522-191/+357
|\
| * 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
| * 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