aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAge
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-19
* [NETFILTER]: xt_connlimit needs to depend on nf_conntrackCornelia Huck2007-07-18
* [NETFILTER]: nf_conntrack: UDPLITE supportPatrick McHardy2007-07-14
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-14
* [NETFILTER]: x_tables: add connlimit matchJan Engelhardt2007-07-14
* [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai2007-07-14
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-14
* [NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai2007-07-14
* [NETFILTER]: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr deref...Patrick McHardy2007-07-11
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-11
* [NETFILTER]: x_tables: add more detail to error message about match/target ma...Balazs Scheidler2007-07-11
* [NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai2007-07-11
* [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-11
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-11
* [NETFILTER]: xt_helper: use RCUPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_h323: turn some printks into DEBUGPsPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: early_drop improvementPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation...Patrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...Patrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack ta...Patrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_expect: avoid useless list walkingPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_initPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: export hash allocation/destruction functionsPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack: round up hashsize to next multiple of PAGE_SIZEPatrick McHardy2007-07-11
* [NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy2007-07-11
* [NETFILTER]: nf_nat: kill global 'destroy' operationYasuyuki Kozakai2007-07-11
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-11
* [NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai2007-07-11
* [NETFILTER]: nf_conntrack: introduce extension infrastructureYasuyuki Kozakai2007-07-11
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-11
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-11
* [NETFILTER]: Add u32 matchJan Engelhardt2007-07-11
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-11
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-11
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-11
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-11
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-11
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-11
* [NETFILTER]: nf_conntrack_h323: check range first in sequence extensionJing Min Zhao2007-07-11
* [SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy2007-07-11