summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Fix the return value of ipv6_getsockoptWei Yongjun2007-12-161-7/+5
* [IPv6] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+6
* [IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx.YOSHIFUJI Hideaki2007-12-111-1/+1
* [IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable networkMitsuru Chinen2007-12-071-0/+2
* [IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov2007-11-301-1/+10
* [IPV6] TCPMD5: Fix deleting key operation.YOSHIFUJI Hideaki2007-11-201-4/+2
* [IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool().YOSHIFUJI Hideaki2007-11-201-1/+4
* [IPV6]: Add missing "space"Joe Perches2007-11-191-1/+1
* [IPV6]: Add ifindex field to ND user option messages.Pierre Ynard2007-11-121-0/+1
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-22/+15
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-5/+1
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-071-9/+10
* [IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu2007-11-071-1/+2
* [IPV6]: Convert /proc/net/ipv6_route to seq_file interfaceAlexey Dobriyan2007-11-071-62/+29
* [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-074-0/+12
* [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...Eric Dumazet2007-11-071-15/+4
* [IPv6] SNMP: Restore Udp6InErrors incrementationMitsuru Chinen2007-11-071-3/+2
* [IPV6]: Consolidate the ip cork destruction in ip6_output.cPavel Emelyanov2007-11-071-21/+15
* [NETFILTER]: Clean up MakefileJan Engelhardt2007-11-071-12/+16
* [NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2007-11-071-17/+20
* [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