aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-20typo fixesMatt LaPlante1-1/+1
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-6/+7
2007-10-19Use task_pid_nr() in ip_vs_sync.cPavel Emelyanov1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov2-3/+3
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-18[INET]: Justification for local port range robustness.Anton Arapov4-6/+7
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-162/+175
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman1-2/+0
2007-10-18sysctl: ipv4 remove binary sysctl paths where they are brokenEric W. Biederman1-2/+0
2007-10-18[TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen1-3/+3
2007-10-17[NET]: Fix uninitialised variable in ip_frag_reasm()David Howells1-2/+1
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu3-4/+4
2007-10-17[IPSEC]: Use the top IPv4 route's peer instead of the bottomHerbert Xu1-6/+6
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2-12/+2
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu5-3/+5
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu2-27/+18
2007-10-17[IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu1-1/+1
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov2-2/+3
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov2-18/+3
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2-39/+43
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov2-30/+44
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov2-13/+24
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov2-36/+55
2007-10-17[INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov1-7/+4
2007-10-15[INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev1-6/+1
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov1-2/+1
2007-10-15[INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov1-5/+5
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov2-26/+36
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov2-29/+50
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov2-29/+40
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov2-22/+24
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov2-25/+31
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov4-59/+101
2007-10-15[INET]: Move common fields from frag_queues in one place.Pavel Emelyanov1-94/+83
2007-10-15[TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen1-6/+5
2007-10-15[IPV4]: Uninline netfilter okfnsPatrick McHardy3-4/+4
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu44-484/+463
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu4-56/+21
2007-10-15[IPVS]: Replace local version of skb_make_writableHerbert Xu6-50/+16
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu11-16/+16
2007-10-15[IPV4]: Change ip_defrag to return an integerHerbert Xu4-33/+25
2007-10-15[IPV4]: Make ip_defrag return the same packetHerbert Xu1-21/+55
2007-10-14fix endianness bug in inet_lroAl Viro1-1/+1
2007-10-14inet_lro: trivial endianness annotationsAl Viro1-7/+7
2007-10-11[TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen2-3/+13
2007-10-11[TCP]: Fix lost_retrans loop vs fastpath problemsIlpo Järvinen1-15/+22
2007-10-11[TCP]: No need to re-count fackets_out/sacked_out at RTOIlpo Järvinen1-10/+16
2007-10-11[TCP]: Extract tcp_match_queue_to_sack from sacktag codeIlpo Järvinen1-19/+35
2007-10-11[TCP]: Kill almost unused variable pcount from sacktagIlpo Järvinen1-6/+3
2007-10-11[TCP]: Fix mark_head_lost to ignore R-bit when trying to mark LIlpo Järvinen1-1/+1