aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-311/+8
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney1-6/+3
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2-311/+8
2008-07-23netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy1-1/+1
2008-07-23tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller1-2/+1
2008-07-21tcp: Fix bitmask test in tcp_syn_options()David S. Miller1-1/+1
2008-07-21udplite: Protection against coverage value wrap-aroundGerrit Renker1-0/+4
2008-07-21netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu1-13/+25
2008-07-21netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki1-15/+3
2008-07-21netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOMChangli Gao1-4/+4
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki5-18/+18
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