aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2007-10-25[TCP]: Fix inconsistency of terms.Ryousei Takano
2007-10-25[UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich
2007-10-25[IPV4]: Remove no longer used snmp4_icmp_list.David S. Miller
2007-10-23[IPV4]: Explicitly call fib_get_table() in fib_frontend.cPavel Emelyanov
2007-10-23[NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever
2007-10-23[IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras
2007-10-22[INET]: Let inet_diag and friends autoloadJean Delvare
2007-10-20typo fixesMatt LaPlante
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