summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2008-08-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-08-28ip: speedup /proc/net/rt_cache handlingEric Dumazet
2008-08-28inet_diag: Add empty bucket optimization to inet_diag tooAndi Kleen
2008-08-28tcp: Skip empty hash buckets faster in /proc/net/tcpAndi Kleen
2008-08-27ipv4: mode 0555 in ipv4_skeletonHugh Dickins
2008-08-27tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love
2008-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Simon Horman
2008-08-27IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz
2008-08-27IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz
2008-08-25ipv4: sysctl fixesAl Viro
2008-08-23tcp: Add tcp_parse_aligned_timestampIlpo Järvinen
2008-08-23tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen
2008-08-23tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev
2008-08-19ipvs: Fix race conditions in lblcr schedulerSven Wegener
2008-08-19ipvs: Fix race conditions in lblc schedulerSven Wegener
2008-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2008-08-19nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger
2008-08-19netfilter: ipt_addrtype: Fix matching of inverted destination address typeAnders Grafström
2008-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2008-08-15ipv4: Disable route secret interval on zero intervalHerbert Xu
2008-08-14ipvs: rename __ip_vs_wlc_schedule in lblc and lblcr schedulersSimon Horman
2008-08-14ipvs: Create init functions for estimator codeSven Wegener
2008-08-14ipvs: Only call init_service, update_service and done_service for schedulers ...Sven Wegener
2008-08-14IPVS: Add genetlink interface implementationJulius Volz
2008-08-13netns: Fix crash by making igmp per namespaceDaniel Lezcano
2008-08-12Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6David S. Miller
2008-08-11ipvs: Explictly clear ip_vs_stats membersSimon Horman
2008-08-11ipvs: No need to zero out ip_vs_stats during initializationSven Wegener
2008-08-11ipvs: Embed estimator object into stats objectSven Wegener
2008-08-11ipvs: Mark net_vs_ctl_path constSven Wegener
2008-08-11ipvs: Annotate init functions with __initSven Wegener
2008-08-11ipvs: Initialize schedulers' struct list_head at compile timeSven Wegener
2008-08-11ipvs: Use list_empty() instead of open-coding the same functionalitySven Wegener
2008-08-11ipvs: Fix possible deadlock in estimator codeSven Wegener
2008-08-11ipvs: Fix possible deadlock in sync codeSven Wegener
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu
2008-08-08tcp: (whitespace only) fix confusing indentationAdam Langley
2008-08-07tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng
2008-08-07ipv4: Fix over-ifdeffing of ip_static_sysctl_init.David S. Miller
2008-08-06ipsec: Interfamily IPSec BEETJoakim Koskela
2008-08-06ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Rami Rosen
2008-08-03net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-08-01[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLAl Viro
2008-08-01net/ipv4/route.c: fix build errorIngo Molnar
2008-08-01tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley
2008-07-31netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulationsPavel Emelyanov
2008-07-30net: use the common ascii hex helpersHarvey Harrison
2008-07-30tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller