aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-10-291-12/+11
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-10-291-1/+16
* UPSTREAM: netfilter: x_tables: make sure e->next_offset covers remaining blob...Florian Westphal2016-10-291-2/+4
* UPSTREAM: netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-10-291-9/+8
* ipv6: sysctl to restrict candidate source addressesErik Kline2016-10-291-1/+18
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-1/+1
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-051-0/+3
* udp: fix behavior of wrong checksumsEric Dumazet2016-01-051-4/+2
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2016-01-051-1/+8
* net: ipv6: allow choosing optimistic addresses with use_optimisticErik Kline2015-04-111-1/+3
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-11-281-2/+44
* net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2014-11-272-44/+99
* net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2014-11-261-0/+1
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-2614-78/+184
|\
| * 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
* | net: core: Support UID-based routing.Lorenzo Colitti2014-11-209-0/+17
* | net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti2014-11-201-1/+4
* | net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti2014-11-201-0/+2
* | net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2014-11-204-7/+246
* | Merge tag 'v3.0.72' into android-3.0Todd Poynor2013-04-054-25/+24
|\ \ | |/
| * 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
* | Merge tag 'v3.0.68' into android-3.0Colin Cross2013-03-135-15/+25
|\ \ | |/
| * 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
* | net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-051-1/+2
* | Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-153-4/+4
|\ \ | |/
| * 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