aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-26[NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibilityPatrick McHardy1-0/+3
2007-12-20[NETFILTER] ipv4: Spelling fixesJoe Perches1-1/+1
2007-12-14[NETFILTER]: ip_tables: fix compat copy racePatrick McHardy1-45/+12
2007-11-20[NETFILTER]: Fix kernel panic with REDIRECT target.Evgeniy Polyakov1-4/+1
2007-11-19[IPV4]: Add missing "space"Joe Perches1-1/+1
2007-11-13[NETFILTER]: nf_nat: fix memset errorLi Zefan1-1/+1
2007-11-07[NETFILTER]: remove unneeded rcu_dereference() callsPatrick McHardy7-19/+19
2007-11-07[NETFILTER]: Clean up MakefileJan Engelhardt1-10/+10
2007-11-07[NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan1-17/+20
2007-10-30Kbuild/doc: fix links to Documentation filesDirk Hohndel1-2/+2
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman1-2/+0
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu36-350/+347
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu3-34/+12
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu11-16/+16
2007-10-15[IPV4]: Change ip_defrag to return an integerHerbert Xu1-10/+10
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-13/+4
2007-10-10[NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2-45/+6
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2-13/+9
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy7-22/+22
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy3-33/+33
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-4/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman2-4/+5
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman2-0/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman4-15/+18
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman3-0/+3
2007-09-11[NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messagesPatrick McHardy1-7/+3
2007-08-14[NETFILTER]: nf_nat_sip: don't drop short packetsPatrick McHardy1-1/+1
2007-08-13[IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl1-1/+0
2007-08-07[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2-1/+7
2007-08-07[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open()Jesper Juhl1-1/+6
2007-08-02[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-07-26netfilter endian regressionsAl Viro2-2/+3
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy1-4/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+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-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter3-5/+5
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