aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-1/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-022-2/+0
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-302-7/+8
* [IPV6]: remove duplicate call to proc_net_removeDaniel Lezcano2007-10-301-4/+0
* [TCP] MD5: Remove some more unnecessary casting.Matthias M. Dellweg2007-10-291-5/+5
* [IPV6] NDISC: Fix setting base_reachable_time_ms variable.YOSHIFUJI Hideaki2007-10-291-1/+1
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+6
* [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-261-1/+1
* [TCP] IPV6: fix softnet build breakageJeff Garzik2007-10-261-0/+1
* [TCP]: Add missing I/O AT code to ipv6 side.David S. Miller2007-10-261-0/+2
* [TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller2007-10-261-0/+4
* [IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller2007-10-261-0/+2
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-233-3/+3
* [IPSEC] IPV6: Fix to add tunnel mode SA correctly.Masahide NAKAMURA2007-10-222-0/+2
* [INET]: Justification for local port range robustness.Anton Arapov2007-10-181-1/+1
* 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