summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_recent.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-111-13/+2Star
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...Jesper Juhl2007-08-081-1/+6
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-1/+1
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-111-6/+3Star
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-111-1/+1
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-111-7/+7
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-111-6/+6
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-111-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-3/+3
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-5/+7
* [PATCH] struct path: convert netfilterJosef Sipek2006-12-081-1/+1
* [NETFILTER]: ipt annotationsAl Viro2006-09-291-8/+7Star
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-3/+2Star
* [NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...Daniel De Graaf2006-09-221-0/+8
* [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