aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_ulog.c
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-241-5/+3
* bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-3/+5
* 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-2/+2
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-14/+9
* | netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt2010-03-181-5/+2
|/
* netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal2010-02-151-1/+1
* netfilter: ebt_ulog: fix checkentry return valuePatrick McHardy2009-09-011-1/+1
* netfilter: fix nf_logger name in ebt_ulog.Eric Leblond2009-03-261-1/+1
* netfilter: fix warning in ebt_ulog init function.Eric Leblond2009-03-261-5/+5
* netfilter: fix warning about invalid const usageEric Leblond2009-03-261-1/+1
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-5/+2
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-6/+3
* netfilter: move Ebtables to use XtablesJan Engelhardt2008-10-081-5/+5
* netfilter: change Ebtables function signatures to match Xtables'sJan Engelhardt2008-10-081-7/+10
* netfilter: add dummy members to Ebtables code to ease transition to XtablesJan Engelhardt2008-10-081-0/+2
* netfilter: Change return types of targets/watchers for Ebtables extensionsJan Engelhardt2008-10-081-1/+2
* netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt2008-10-081-9/+12
* netfilter: ebtables: do centralized size checkingJan Engelhardt2008-10-081-2/+3
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-1/+1
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-1/+1
* [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt2008-01-311-1/+1
* [NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt2008-01-311-2/+1
* [NETFILTER]: ebtables: remove casts, use constsJan Engelhardt2008-01-311-2/+2
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-2/+2
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-0/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-2/+3
* [NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl2007-07-241-1/+0
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-241-6/+2
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-251-3/+1
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-2/+4
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-121-1/+1
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-8/+8
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-1/+1
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-131-0/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-041-3/+5
* [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger2006-02-041-1/+1
* [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulogBart De Schuymer2006-01-031-3/+50
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-291-1/+2
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-2/+2
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-1/+1
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+295