summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-091-1/+1
* netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-091-2/+2
* netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-091-1/+1
* netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-091-0/+1
* netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-0/+1
* netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-071-19/+19
* bridge: change the position of '{' to the pre linetanxiaojun2013-12-204-18/+9Star
* bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-203-8/+8
* bridge: remove unnecessary parenthesestanxiaojun2013-12-201-1/+1
* netfilter: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi2013-11-191-3/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-052-2/+40
|\
| * netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso2013-10-281-2/+39
| * netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso2013-10-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-6/+3Star
|\ \ | |/ |/|
| * netfilter: ebt_ulog: fix info leaksMathias Krause2013-10-021-6/+3Star
* | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-2/+30
* | netfilter: add nftablesPatrick McHardy2013-10-143-0/+42
* | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-142-12/+20
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-153-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-062-3/+9
|\
| * netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2013-05-231-0/+6
| * bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang2013-05-231-3/+3
* | netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-13/+16
|/
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-073-44/+130
|\
| * netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng2013-04-051-37/+88
| * netfilter: ebt_log: add net namespace support for ebt_logGao feng2013-04-051-2/+35
| * netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-052-5/+7
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
|/
* net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng2013-03-151-2/+1Star
* bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1Star
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-4/+2Star
* netns: ebtable: allow unprivileged users to operate ebtablesGao feng2013-02-041-10/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+1
|\
| * netfilter: log: Fix log-level processingJoe Perches2012-09-121-1/+1
* | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
* | netfilter: PTR_RET can be usedWu Fengguang2012-08-142-6/+2Star
|/
* netfilter: use kfree_skb() not kfree()Dan Carpenter2012-07-011-1/+1
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-2/+4
* netfilter: ebt_ulog: Move away from NLMSG_PUT().David S. Miller2012-06-271-13/+10Star
* bridge: netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-2/+2
* netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso2012-03-061-1/+1
* netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak2012-03-061-3/+13
* netfilter: bridge: fix module autoload in compat caseFlorian Westphal2012-02-251-8/+2Star
* net:bridge: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-032-2/+4
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-4/+3Star
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+1
|\