aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_ulog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-25netfilter: kill ulog targetsPablo Neira Ayuso1-393/+0
2013-10-02netfilter: ebt_ulog: fix info leaksMathias Krause1-6/+3
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+6
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso1-0/+6
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom1-7/+11
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-37/+88
2013-04-05netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng1-37/+88
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng1-2/+1
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-4/+2
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-06-30netfilter: use kfree_skb() not kfree()Dan Carpenter1-1/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+4
2012-06-26netfilter: ebt_ulog: Move away from NLMSG_PUT().David S. Miller1-13/+10
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+3
2011-07-21net, netfilter: Remove redundant goto in ebt_ulog_packetJesper Juhl1-1/+0
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-3/+5
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-14/+9
2010-03-18netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt1-5/+2
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal1-1/+1
2009-09-01netfilter: ebt_ulog: fix checkentry return valuePatrick McHardy1-1/+1
2009-03-26netfilter: fix nf_logger name in ebt_ulog.Eric Leblond1-1/+1
2009-03-26netfilter: fix warning in ebt_ulog init function.Eric Leblond1-5/+5
2009-03-26netfilter: fix warning about invalid const usageEric Leblond1-1/+1
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-5/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-6/+3
2008-10-08netfilter: move Ebtables to use XtablesJan Engelhardt1-5/+5
2008-10-08netfilter: change Ebtables function signatures to match Xtables'sJan Engelhardt1-7/+10
2008-10-08netfilter: add dummy members to Ebtables code to ease transition to XtablesJan Engelhardt1-0/+2
2008-10-08netfilter: Change return types of targets/watchers for Ebtables extensionsJan Engelhardt1-1/+2
2008-10-08netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt1-9/+12
2008-10-08netfilter: ebtables: do centralized size checkingJan Engelhardt1-2/+3
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-1/+1
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-1/+1
2008-01-31[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt1-1/+1
2008-01-31[NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt1-2/+1
2008-01-31[NETFILTER]: ebtables: remove casts, use constsJan Engelhardt1-2/+2
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-2/+2
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy1-0/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-2/+3
2007-07-24[NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl1-1/+0
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy1-6/+2
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy1-3/+1