summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Fix kernel panic with REDIRECT target.Evgeniy Polyakov2007-11-201-4/+1
* [IPV4]: Add missing "space"Joe Perches2007-11-191-1/+1
* [NETFILTER]: nf_nat: fix memset errorLi Zefan2007-11-131-1/+1
* [NETFILTER]: remove unneeded rcu_dereference() callsPatrick McHardy2007-11-077-19/+19
* [NETFILTER]: Clean up MakefileJan Engelhardt2007-11-071-10/+10
* [NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2007-11-071-17/+20
* Kbuild/doc: fix links to Documentation filesDirk Hohndel2007-10-301-2/+2
* sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-181-2/+0
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-1536-350/+347
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-153-34/+12
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-1511-16/+16
* [IPV4]: Change ip_defrag to return an integerHerbert Xu2007-10-151-10/+10
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-13/+4
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-102-45/+6
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-102-13/+9
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-107-22/+22
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-103-33/+33
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-4/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-102-4/+5
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-102-0/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-104-15/+18
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-113-0/+3
* [NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messagesPatrick McHardy2007-09-111-7/+3
* [NETFILTER]: nf_nat_sip: don't drop short packetsPatrick McHardy2007-08-141-1/+1
* [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-131-1/+0
* [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2007-08-072-1/+7
* [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...Jesper Juhl2007-08-071-1/+6
* [NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...Mariusz Kozlowski2007-08-021-3/+2
* netfilter endian regressionsAl Viro2007-07-262-2/+3
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-241-4/+2
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-142-3/+2
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-141-1/+1
* [NETFILTER]: nf_conntrack: Don't track locally generated special ICMP errorYasuyuki Kozakai2007-07-141-17/+5
* [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai2007-07-141-25/+7
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-141-9/+14
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-103-5/+5
* [NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severityDan Aloni2007-07-101-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-1022-330/+189
* [NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy2007-07-101-19/+20
* [NETFILTER]: ipt_SAME: add to feature-removal-schedulePatrick McHardy2007-07-101-1/+1
* [NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2007-07-101-23/+60
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-101-6/+0
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-108-28/+28
* [NETFILTER]: nf_nat: use hlists for bysource hashPatrick McHardy2007-07-101-10/+11
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-102-3/+3
* [NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy2007-07-101-8/+9
* [NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy2007-07-101-1/+1
* [NETFILTER]: nf_nat: merge nf_conn and nf_nat_infoYasuyuki Kozakai2007-07-102-19/+17