aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-19tcp: fix kernel panic with listening_get_nextDaniel Lezcano1-2/+1
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley1-15/+10
2008-07-19tcp: options clean upAdam Langley1-196/+236
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley3-134/+147
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison1-2/+2
2008-07-18tcp: RTT metrics scalingStephen Hemminger1-13/+18
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov2-35/+4
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov2-66/+4
2008-07-18proc: clean the ip_misc_proc_init and ip_proc_init_net error pathsPavel Emelyanov1-12/+3
2008-07-18proc: show per-net ip_devconf.forwarding in /proc/net/snmpPavel Emelyanov1-1/+1
2008-07-18proc: create /proc/net/snmp file in each netPavel Emelyanov1-20/+50
2008-07-18proc: create /proc/net/netstat file in each netPavel Emelyanov1-9/+38
2008-07-18ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov1-7/+1
2008-07-18mib: put icmpmsg statistics on struct netPavel Emelyanov3-16/+11
2008-07-18mib: put icmp statistics on struct netPavel Emelyanov3-11/+10
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov3-7/+7
2008-07-18mib: put udp statistics on struct netPavel Emelyanov3-9/+7
2008-07-18mib: put net statistics on struct netPavel Emelyanov2-9/+7
2008-07-18mib: put ip statistics on struct netPavel Emelyanov3-15/+8
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov3-12/+11
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