aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-27net: missing bits of net-namespace / sysctlAl Viro2-15/+10
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2-6/+14
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller1-3/+1
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-0/+11
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-58/+80
2008-07-26[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro2-0/+11
2008-07-26netns: fix ip_rt_frag_needed rt_is_expiredHugh Dickins1-1/+1
2008-07-26netfilter: arptables in netns for realAlexey Dobriyan1-9/+30
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan1-1/+1
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal1-0/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen12-47/+47
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