aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20[IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt7-8/+8
2007-07-19missed cong_avoid() instanceAl Viro1-1/+1
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-3/+3
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-19jprobes: remove JPROBE_ENTRY()Michael Ellerman1-1/+1
2007-07-19[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki3-3/+3
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger13-24/+22
2007-07-15[TCP]: Verify the presence of RETRANS bit when leaving FRTOIlpo Järvinen1-1/+3
2007-07-14[IPV4]: Cleanup call to __neigh_lookup()Jean Delvare1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2-3/+2
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: Don't track locally generated special ICMP errorYasuyuki Kozakai1-17/+5
2007-07-14[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai1-25/+7
2007-07-14[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai1-9/+14
2007-07-14[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk1-3/+2
2007-07-14[TCP]: tcp probe add back ssthresh fieldStephen Hemminger1-0/+1
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iopLinus Torvalds1-8/+18
2007-07-11[TCP]: tcp probe wraparound handling and other changesStephen Hemminger1-70/+124
2007-07-11I/OAT: warning fixAndrew Morton1-10/+16
2007-07-11I/OAT: Only offload copies for TCP when there will be a context switchChris Leech1-3/+7
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter6-8/+8
2007-07-10[UDP]: Fix length check.Patrick McHardy1-7/+2
2007-07-10[NET]: Avoid copying writable clones in tunnel driversPatrick McHardy2-2/+4
2007-07-10[IPV4]: Make ip_tos2prio const.Philippe De Muyter1-1/+1
2007-07-10[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severityDan Aloni1-1/+1
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy22-330/+189
2007-07-10[NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy1-19/+20
2007-07-10[NETFILTER]: ipt_SAME: add to feature-removal-schedulePatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy1-23/+60
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-6/+0
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy8-28/+28
2007-07-10[NETFILTER]: nf_nat: use hlists for bysource hashPatrick McHardy1-10/+11
2007-07-10[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntrack_find_getPatrick McHardy2-3/+3
2007-07-10[NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy1-8/+9
2007-07-10[NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_nat: merge nf_conn and nf_nat_infoYasuyuki Kozakai2-19/+17
2007-07-10[NETFILTER]: nf_nat: kill global 'destroy' operationYasuyuki Kozakai1-24/+22
2007-07-10[NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai1-6/+0
2007-07-10[NETFILTER]: nf_nat: remove unused nf_nat_module_is_loadedYasuyuki Kozakai2-5/+0
2007-07-10[NETFILTER]: nf_nat: use extension infrastructureYasuyuki Kozakai3-19/+65
2007-07-10[NETFILTER]: nf_nat: add reference to conntrack from entry of bysource listYasuyuki Kozakai1-1/+3
2007-07-10[NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai1-10/+0
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy23-27/+27
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2-13/+118
2007-07-10[NETFILTER]: nf_nat_sip: only perform RTP DNAT if SIP session was SNATedJerome Borsboom1-1/+5
2007-07-10[NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt7-34/+21
2007-07-10[NETFILTER]: Remove incorrect inline markersJan Engelhardt2-2/+2
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt10-28/+39
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt13-97/+97