aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-278-12/+49
|\
| * ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang2011-10-162-6/+8
| * tcp: initialize variable ecn_ok in syncookies pathMike Waychison2011-10-031-1/+1
| * mcast: Fix source address selection for multicast listener reportYan, Zheng2011-10-031-1/+1
| * ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta2011-10-031-4/+5
| * ipv6: make fragment identifications less predictableEric Dumazet2011-08-153-6/+38
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-152-0/+2
* | netfilter: ipv6: fix crash caused by ipv6_find_hdr()JP Abgrall2011-09-301-6/+8
* | ipv6: updates to privacy addresses per RFC 4941JP Abgrall2011-08-041-21/+48
* | Merge commit 'v3.0-rc7' into android-3.0Colin Cross2011-07-122-17/+10
|\ \ | |/
| * net: bind() fix error return on wrong address familyMarcus Meissner2011-07-041-1/+1
| * ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-011-6/+7
| * ipv6: Don't change dst->flags using assignments.David S. Miller2011-07-011-10/+2
* | Merge commit 'v3.0-rc6' into android-3.0Dima Zavin2011-07-071-1/+4
|\ \ | |/
| * udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-06-211-0/+3
| * ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang2011-06-211-1/+1
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-292-1/+3
|\ \ | |/
| * net: rfs: enable RFS before first data packet is receivedEric Dumazet2011-06-171-0/+1
| * netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari2011-06-161-1/+2
* | netfilter: have ip*t REJECT set the sock err when an icmp is to be sentJP Abgrall2011-06-202-0/+21
* | net: Support nuking IPv6 sockets as well as IPv4.Lorenzo Colitti2011-06-141-0/+17
* | net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh2011-06-141-24/+11
* | Paranoid network.Robert Love2011-06-141-1/+31
|/
* net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner2011-06-061-0/+4
* netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones2011-06-061-1/+2
* netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso2011-06-061-1/+1
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-1/+1
* net: convert %p usage to %pKDan Rosenberg2011-05-243-5/+5
* ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller2011-05-241-1/+1
* ipv6: copy prefsrc setting when copying route entryFlorian Westphal2011-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-2030-295/+404
|\
| * ipv6: reduce per device ICMP mib sizesEric Dumazet2011-05-192-26/+38
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-113-4/+7
| |\
| * | inet: Pass flowi to ->queue_xmit().David S. Miller2011-05-081-1/+1
| * | inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-062-18/+20
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-052-2/+2
| |\ \
| * | | net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-052-10/+0
| * | | ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller2011-05-041-2/+2
| * | | ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-032-4/+7
| * | | net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-021-1/+3
| * | | ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2011-04-291-1/+0
| * | | net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-281-1/+7
| * | | net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-281-18/+11
| * | | net:use help function of skb_checksum_start_offset to calculate offsetShan Wei2011-04-281-1/+1
| * | | inet: add RCU protection to inet->optEric Dumazet2011-04-281-1/+1
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-262-2/+8
| |\ \ \
| * | | | inet: constify ip headers and in6_addrEric Dumazet2011-04-2226-194/+196
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-7/+12
| |\ \ \ \
| | * | | | netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-7/+12
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-191-1/+1
| |\ \ \ \ \