aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18ipv4: add pernet mib operationsPavel Emelyanov1-0/+20
2008-07-16mib: add net to NET_ADD_STATS_USERPavel Emelyanov1-3/+3
2008-07-16mib: add net to NET_ADD_STATS_BHPavel Emelyanov1-3/+12
2008-07-16mib: add net to NET_INC_STATS_USERPavel Emelyanov1-3/+3
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov9-57/+60
2008-07-16mib: add net to NET_INC_STATSPavel Emelyanov2-3/+3
2008-07-16tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov1-13/+18
2008-07-16inet: prepare net on the stack for NET accounting macrosPavel Emelyanov1-1/+2
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-2/+2
2008-07-16mib: add net to TCP_DEC_STATSPavel Emelyanov1-1/+1
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov4-13/+13
2008-07-16mib: add net to TCP_INC_STATSPavel Emelyanov2-7/+7
2008-07-16tcp: add net to tcp_mib_initPavel Emelyanov1-1/+1
2008-07-16inet: prepare struct net for TCP MIB accountingPavel Emelyanov1-3/+7
2008-07-16mib: add net to IP_ADD_STATS_BHPavel Emelyanov1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov9-31/+37
2008-07-16mib: add net to IP_INC_STATSPavel Emelyanov3-17/+17
2008-07-16ipv4: prepare net initialization for IP accountingPavel Emelyanov3-5/+8
2008-07-16net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton1-4/+4
2008-07-16Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6David S. Miller1-259/+172
2008-07-16ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski1-1/+2
2008-07-16ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener1-1/+1
2008-07-16ipvs: Put backup thread on mcast socket wait queueSven Wegener1-2/+5
2008-07-16ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener1-233/+136
2008-07-16ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock()Sven Wegener1-19/+27
2008-07-16ipvs: Initialize mcast addr at compile timeSven Wegener1-6/+5
2008-07-14mib: add struct net to ICMPMSGIN_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-14mib: add struct net to ICMPMSGOUT_INC_STATSPavel Emelyanov1-1/+1
2008-07-14mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov3-8/+8
2008-07-14mib: add struct net to ICMP_INC_STATSPavel Emelyanov1-1/+1
2008-07-14inet: toss struct net initialization aroundPavel Emelyanov3-5/+5
2008-07-14icmp: add struct net argument to icmp_out_countPavel Emelyanov3-3/+5
2008-07-14ipv4: Fix ipmr unregister device oopsWang Chen1-8/+14
2008-07-14ipv4: Check return of dev_set_allmultiWang Chen1-1/+39
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-13/+8
2008-07-10ipv4: fib_trie: Fix lookup error returnBen Hutchings1-11/+6
2008-07-10tcp: correct kcalloc usageMilton Miller1-1/+1
2008-07-09netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells1-1/+1
2008-07-08ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flushDenis V. Lunev1-8/+6
2008-07-08netfilter: Get rid of refrences to no longer existant Fast NAT.Russ Dill1-2/+1
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-07-05MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-8/+10
2008-07-05MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov1-4/+7
2008-07-05netns: selective flush of rt_cacheDenis V. Lunev1-1/+30
2008-07-05netns: place rt_genid into struct netDenis V. Lunev1-33/+43
2008-07-05ipv4: pass current value of rt_genid into rt_hashDenis V. Lunev1-11/+17
2008-07-05netns: add struct net parameter to rt_cache_invalidateDenis V. Lunev1-3/+3
2008-07-05netns: make rt_secret_rebuild timer per namespaceDenis V. Lunev1-10/+30
2008-07-05netns: register net.ipv4.route.flush in each namespaceDenis V. Lunev1-10/+69
2008-07-05ipv4: remove static flush_delay variableDenis V. Lunev1-3/+8