summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+5
* [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-271-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-29/+10Star
* [TCP]: fix D-SACK cwnd handlingRyousei Takano2007-10-261-7/+5Star
* [INET]: Unexport icmpmsg_statisticsAdrian Bunk2007-10-261-1/+0Star
* [TCP]: Make tcp_match_skb_to_sack() static.Adrian Bunk2007-10-261-2/+2
* [TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller2007-10-261-0/+5
* [IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller2007-10-261-0/+2
* [TCP]: Fix inconsistency of terms.Ryousei Takano2007-10-261-8/+8
* [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-261-1/+1
* [IPV4]: Remove no longer used snmp4_icmp_list.David S. Miller2007-10-261-8/+0Star
* [IPV4]: Explicitly call fib_get_table() in fib_frontend.cPavel Emelyanov2007-10-241-5/+7
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-245-5/+5
* [IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras2007-10-241-1/+11
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-222-0/+8
* typo fixesMatt LaPlante2007-10-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-194-6/+7
|\
| * [INET]: Justification for local port range robustness.Anton Arapov2007-10-194-6/+7
* | Use task_pid_nr() in ip_vs_sync.cPavel Emelyanov2007-10-191-1/+1
* | Use helpers to obtain task pid in printksPavel Emelyanov2007-10-192-3/+3
* | remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-1810-162/+175
|\
| * [TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen2007-10-181-3/+3
| * [NET]: Fix uninitialised variable in ip_frag_reasm()David Howells2007-10-181-2/+1Star
| * [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-183-4/+4
| * [IPSEC]: Use the top IPv4 route's peer instead of the bottomHerbert Xu2007-10-181-6/+6
| * [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-182-12/+2Star
| * [IPSEC]: Add missing BEET checksHerbert Xu2007-10-185-3/+5
| * [IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu2007-10-182-27/+18Star
| * [IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu2007-10-181-1/+1
| * [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-182-2/+3
| * [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-182-18/+3Star
| * [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-182-39/+43
| * [INET]: Consolidate xxx_frag_create()Pavel Emelyanov2007-10-182-30/+44
| * [INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov2007-10-182-13/+24
| * [INET]: Consolidate xxx_frag_internPavel Emelyanov2007-10-182-36/+55
| * [INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov2007-10-181-7/+4Star
* | sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-181-2/+0Star
* | sysctl: ipv4 remove binary sysctl paths where they are brokenEric W. Biederman2007-10-181-2/+0Star
|/
* [INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev2007-10-151-6/+1Star
* [INET]: Consolidate the xxx_putPavel Emelyanov2007-10-151-2/+1Star
* [INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov2007-10-151-5/+5
* [INET]: Consolidate the xxx_evictorPavel Emelyanov2007-10-152-26/+36
* [INET]: Consolidate the xxx_frag_destroyPavel Emelyanov2007-10-152-29/+50
* [INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov2007-10-152-29/+40
* [INET]: Consolidate the xxx_frag_killPavel Emelyanov2007-10-152-22/+24
* [INET]: Collect common frag sysctl variables togetherPavel Emelyanov2007-10-152-25/+31
* [INET]: Collect frag queues management objects togetherPavel Emelyanov2007-10-154-59/+101
* [INET]: Move common fields from frag_queues in one place.Pavel Emelyanov2007-10-151-94/+83Star
* [TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen2007-10-151-6/+5Star