aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_ulog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-2/+4
2007-02-12[NETFILTER]: nf_log: minor cleanupsPatrick McHardy1-1/+1
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-1/+1
2006-08-13[NETFILTER]: ulog: fix panic on SMP kernelsMark Huang1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-02-04[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy1-3/+5
2006-02-04[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger1-1/+1
2006-01-03[NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulogBart De Schuymer1-3/+50
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-2/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+295