summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_ULOG.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-3/+5
* netfilter: ipt_ULOG: Move away from NLMSG_PUT().David S. Miller2012-06-271-7/+8
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-3/+1Star
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-3/+3
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-22/+15Star
|/
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-2/+2
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-3/+3
* netfilter: use a linked list of loggersEric Leblond2009-03-161-1/+1
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-5/+2Star
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-7/+3Star
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-1/+1
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-2/+2
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-291-1/+1
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-24/+21Star
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-2/+2
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-1/+2
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-111-21/+14Star
* [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-3/+3
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-111-8/+8
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [NETFILTER]: ipt_ULOG: add compat conversion functionsPatrick McHardy2007-04-261-0/+40
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-5/+2Star
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-261-16/+0Star
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-261-2/+2
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-261-3/+5
* [NETFILTER]: ipt_ULOG: use put_unalignedPatrick McHardy2007-04-121-3/+4
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-121-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-15/+15
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-7/+6Star
* [NETFILTER]: x_tables: fix return values for LOG/ULOGJan Engelhardt2007-02-081-3/+4
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-1/+1
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-1/+0Star
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-141-0/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [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-0/+2
* [NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy2006-03-211-8/+2Star
* [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-051-8/+12