summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy a couple of functions in netfilterAl Viro2007-07-201-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-203-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-192-2/+2
|\
| * [NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-192-2/+2
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
|/
* [NETFILTER]: xt_connlimit needs to depend on nf_conntrackCornelia Huck2007-07-181-0/+1
* [NETFILTER]: nf_conntrack: UDPLITE supportPatrick McHardy2007-07-143-0/+277
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-146-9/+9
* [NETFILTER]: x_tables: add connlimit matchJan Engelhardt2007-07-143-0/+321
* [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai2007-07-141-0/+30
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-142-6/+6
* [NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai2007-07-141-0/+2
* [NETFILTER]: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr deref...Patrick McHardy2007-07-101-1/+2
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-108-9/+9
* [NETFILTER]: x_tables: add more detail to error message about match/target ma...Balazs Scheidler2007-07-101-4/+5
* [NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai2007-07-101-23/+29
* [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-102-4/+7
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-1013-412/+306
* [NETFILTER]: xt_helper: use RCUPatrick McHardy2007-07-101-23/+8
* [NETFILTER]: nf_conntrack_h323: turn some printks into DEBUGPsPatrick McHardy2007-07-101-15/+10
* [NETFILTER]: nf_conntrack: early_drop improvementPatrick McHardy2007-07-101-7/+15
* [NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy2007-07-102-4/+4
* [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy2007-07-101-13/+57
* [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2007-07-102-1/+18
* [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-104-36/+39
* [NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation...Patrick McHardy2007-07-102-42/+58
* [NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2007-07-101-24/+61
* [NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy2007-07-101-6/+66
* [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...Patrick McHardy2007-07-103-22/+57
* [NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack ta...Patrick McHardy2007-07-101-7/+25
* [NETFILTER]: nf_conntrack_expect: avoid useless list walkingPatrick McHardy2007-07-101-10/+3
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-1012-84/+24
* [NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_initPatrick McHardy2007-07-101-30/+6
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-1014-207/+200
* [NETFILTER]: nf_conntrack: export hash allocation/destruction functionsPatrick McHardy2007-07-101-11/+12
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-103-8/+7
* [NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy2007-07-104-57/+71
* [NETFILTER]: nf_conntrack: round up hashsize to next multiple of PAGE_SIZEPatrick McHardy2007-07-101-10/+12
* [NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy2007-07-101-1/+1
* [NETFILTER]: nf_nat: kill global 'destroy' operationYasuyuki Kozakai2007-07-101-8/+0
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-102-214/+15
* [NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai2007-07-103-56/+88
* [NETFILTER]: nf_conntrack: introduce extension infrastructureYasuyuki Kozakai2007-07-103-1/+200
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-1037-37/+37
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-103-0/+66
* [NETFILTER]: Add u32 matchJan Engelhardt2007-07-103-0/+149
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-1011-36/+31
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-1018-51/+59
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-107-52/+52
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-1019-91/+91