summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+15
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven-9/+28
2011-11-01netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal-3/+10
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches-4/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+15
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister-3/+40
2011-10-28ipv6: fix route error binding peer in func icmp6_dst_allocGao feng-2/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet-14/+12
2011-10-24ipv6: Do not use routes from locally generated RAsAndreas Hofmeister-0/+8
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2011-10-24tcp: md5: add more const attributesEric Dumazet-6/+7
2011-10-21tcp: add const qualifiers where possibleEric Dumazet-16/+17
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski-1/+1
2011-10-19cleanup: remove unnecessary include.Kevin Wilson-4/+0
2011-10-19net: add skb frag size accessorsEric Dumazet-6/+7
2011-10-18xfrm6: Don't call icmpv6_send on local errorSteffen Klassert-2/+54
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert-8/+13
2011-10-18ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert-4/+0
2011-10-17ipv6: remove a rcu_read_lock in ndisc_constructorRoy.Li-3/+0
2011-10-13net: more accurate skb truesizeEric Dumazet-2/+1
2011-10-10gro: refetch inet6_protos[] after pulling ext headersYan, Zheng-0/+1
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller-6/+17
2011-10-04tcp: properly handle md5sig_pool referencesYan, Zheng-3/+5
2011-09-29ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng-0/+3
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear-1/+3
2011-09-27ipv6: check return value for dst_allocMadalin Bucur-1/+3
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear-1/+3
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller-60/+45
2011-09-20ipv6: fix a possible double freeRoy Li-2/+2
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet-7/+16
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng-11/+22
2011-09-16ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson-4/+4
2011-09-16Merge branch 'master' of ../netdev/David S. Miller-18/+17
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet-28/+3
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-7/+5
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski-11/+12
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal-7/+4
2011-08-24net: ipv6: convert to SKB frag APIsIan Campbell-3/+4
2011-08-24mcast: Fix source address selection for multicast listener reportYan, Zheng-1/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+9
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta-4/+5
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert-4/+4
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane-0/+3
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet-3/+3
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison-1/+1
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+49
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller-0/+2
2011-08-05ipv6: check for IPv4 mapped addresses when connecting IPv6 socketsMax Matveev-2/+9