aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-1816-249/+146
|\
| * [IPV6]: Fix again the fl6_sock_lookup() fixed lockingPavel Emelyanov2007-10-181-1/+1
| * [IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labelsPavel Emelyanov2007-10-181-9/+25
| * [IPV6]: Lost locking in fl6_sock_lookupPavel Emelyanov2007-10-181-0/+3
| * [IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_listPavel Emelyanov2007-10-181-8/+12
| * [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-173-4/+4
| * [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu2007-10-174-12/+24
| * [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-172-13/+2
| * [IPSEC]: Add missing BEET checksHerbert Xu2007-10-176-6/+9
| * [IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spiHerbert Xu2007-10-172-1/+2
| * [IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu2007-10-172-6/+5
| * [IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu2007-10-171-1/+1
| * [IPV6]: Cleanup snmp6_alloc_dev()Pavel Emelyanov2007-10-171-6/+1
| * [IPV6]: Fix return type for snmp6_free_dev()Pavel Emelyanov2007-10-171-2/+1
| * [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-172-12/+2
| * [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-172-14/+0
| * [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-172-57/+25
| * [INET]: Consolidate xxx_frag_create()Pavel Emelyanov2007-10-172-52/+32
| * [INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov2007-10-172-23/+15
| * [INET]: Consolidate xxx_frag_internPavel Emelyanov2007-10-172-60/+20
| * [INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov2007-10-171-6/+5
| * [IPV6]: Fix memory leak in cleanup_ipv6_mibs()Pavel Emelyanov2007-10-171-0/+1
* | sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-182-2/+0
* | sysctl: ipv6 route flushing (kill binary path)Eric W. Biederman2007-10-181-1/+0
* | sysctl: fix neighbour table sysctls.Eric W. Biederman2007-10-181-14/+10
|/
* [IPV6]: Consolidate the ip6_pol_route_(input|output) pairPavel Emelyanov2007-10-151-68/+9
* [INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev2007-10-151-4/+3
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-1510-49/+30
* [INET]: Consolidate the xxx_putPavel Emelyanov2007-10-152-4/+2
* [INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov2007-10-152-11/+11
* [INET]: Consolidate the xxx_evictorPavel Emelyanov2007-10-152-54/+5
* [INET]: Consolidate the xxx_frag_destroyPavel Emelyanov2007-10-152-57/+19
* [INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov2007-10-152-61/+10
* [INET]: Consolidate the xxx_frag_killPavel Emelyanov2007-10-152-44/+2
* [INET]: Collect common frag sysctl variables togetherPavel Emelyanov2007-10-154-33/+37
* [INET]: Collect frag queues management objects togetherPavel Emelyanov2007-10-153-116/+104
* [INET]: Move common fields from frag_queues in one place.Pavel Emelyanov2007-10-152-156/+134
* [IPV6]: Uninline netfilter okfnsPatrick McHardy2007-10-152-2/+2
* [IPV6] __inet6_csk_dst_store(): fix check-after-useAdrian Bunk2007-10-151-1/+1
* [IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on inputHerbert Xu2007-10-151-18/+5
* [IPV6]: Make ipv6_frag_rcv return the same packetHerbert Xu2007-10-151-17/+40
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-1510-72/+71
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-12/+6
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-152-2/+2
* [IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2Brian Haley2007-10-111-5/+8
* [IPv6]: Export userland ND options through netlink (RDNSS support)Pierre Ynard2007-10-101-9/+94
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-14/+5
* [INET]: local port range robustnessStephen Hemminger2007-10-101-6/+6
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-107-28/+11
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-103-26/+25