aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-08-021-1/+6
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-08-022-18/+28
* ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-08-021-1/+7
* ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-08-021-0/+3
* ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-291-1/+3
* ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-06-291-1/+1
* xfrm6: release dev before returning errorCong Wang2013-05-301-1/+3
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-304-2/+27
* net: drop dst before queueing fragmentsEric Dumazet2013-05-131-2/+11
* net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-05-131-0/+27
* ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa2013-04-101-0/+12
* ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-04-101-16/+10
* ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa2013-04-101-0/+9
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-272-7/+12
* ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-271-1/+2
* net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-271-1/+2
* ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-02-201-1/+2
* ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-02-201-2/+2
* ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz2013-02-201-1/+1
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2013-01-161-1/+2
* ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-12-061-0/+1
* ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-161-2/+1
* ipv6: Set default hoplimit as zero.Li RongQing2012-11-161-2/+2
* tcp: resets are misroutedAlexey Kuznetsov2012-10-301-1/+2
* ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-10-101-9/+11
* ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-10-101-11/+10
* ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-101-5/+6
* ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-09-191-3/+1
* ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-07-121-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
* tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell2012-05-111-0/+4
* ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-05-111-1/+1
* net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-04-021-2/+6
* ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng2012-04-021-5/+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
* tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2012-02-031-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-034-11/+11
* net: introduce DST_NOPEER dst flagEric Dumazet2011-12-221-1/+1
* ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller2011-12-131-1/+1
* ipip, sit: copy parms.name after register_netdeviceTed Feng2011-12-121-1/+6
* ipv6: Fix for adding multicast route for loopback device automatically.Li Wei2011-12-121-1/+2
* Revert "udp: remove redundant variable"David S. Miller2011-12-011-7/+8
* ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei2011-11-281-1/+1
* net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-261-2/+9
* net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2011-11-261-5/+5
* route: Use the device mtu as the default for blackhole routesSteffen Klassert2011-11-261-1/+1
* ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet2011-11-231-6/+7