aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-10-19Use task_pid_nr() in ip_vs_sync.cPavel Emelyanov
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19remove asm/bitops.h includesJiri Slaby
2007-10-18[INET]: Justification for local port range robustness.Anton Arapov
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman
2007-10-18sysctl: ipv4 remove binary sysctl paths where they are brokenEric W. Biederman
2007-10-18[TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen
2007-10-17[NET]: Fix uninitialised variable in ip_frag_reasm()David Howells
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu
2007-10-17[IPSEC]: Use the top IPv4 route's peer instead of the bottomHerbert Xu
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu
2007-10-17[IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov
2007-10-17[INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov
2007-10-15[INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov
2007-10-15[INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov
2007-10-15[INET]: Move common fields from frag_queues in one place.Pavel Emelyanov
2007-10-15[TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen
2007-10-15[IPV4]: Uninline netfilter okfnsPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu
2007-10-15[IPVS]: Replace local version of skb_make_writableHerbert Xu
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu
2007-10-15[IPV4]: Change ip_defrag to return an integerHerbert Xu
2007-10-15[IPV4]: Make ip_defrag return the same packetHerbert Xu
2007-10-14fix endianness bug in inet_lroAl Viro
2007-10-14inet_lro: trivial endianness annotationsAl Viro
2007-10-11[TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen
2007-10-11[TCP]: Fix lost_retrans loop vs fastpath problemsIlpo Järvinen
2007-10-11[TCP]: No need to re-count fackets_out/sacked_out at RTOIlpo Järvinen
2007-10-11[TCP]: Extract tcp_match_queue_to_sack from sacktag codeIlpo Järvinen
2007-10-11[TCP]: Kill almost unused variable pcount from sacktagIlpo Järvinen
2007-10-11[TCP]: Fix mark_head_lost to ignore R-bit when trying to mark LIlpo Järvinen
2007-10-11[TCP]: Add bytes_acked (ABC) clearing to FRTO tooIlpo Järvinen