summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_recent.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: recent match: missing refcnt initializationPatrick McHardy2006-06-181-0/+1
* [NETFILTER]: recent match: fix "sleeping function called from invalid context"Patrick McHardy2006-06-181-5/+10
* [NETFILTER]: recent match: replace by rewritten versionPatrick McHardy2006-06-181-891/+377Star
* [NETFILTER]: Fix memory leak in ipt_recentJesper Juhl2006-05-191-1/+1
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy2006-03-211-2/+5
* [NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy2006-03-211-8/+7Star
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-2/+4
* [NETFILTER]: Fix module_param types and permissionsPatrick McHardy2006-01-051-10/+10
* [NETFILTER]: Fix recent match jiffies wrap mismatchesPhil Oester2005-12-011-0/+1
* [NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int3...David S. Miller2005-06-161-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1002