summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+1
* bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-4/+2
* 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-081-2/+1
* | netfilter: PTR_RET can be usedWu Fengguang2012-08-142-6/+2
|/
* netfilter: use kfree_skb() not kfree()Dan Carpenter2012-06-301-1/+1
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+4
* netfilter: ebt_ulog: Move away from NLMSG_PUT().David S. Miller2012-06-261-13/+10
* bridge: netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-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/+2
* 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/+3
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-08-301-1/+1
| |\
| | * netfilter: ebtables: fix ebtables build dependencyBart De Schuymer2011-07-291-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-1/+2
|\ \ \ | |/ /
| * | net/bridge/netfilter/ebtables.c: use available error handling codeJulia Lawall2011-08-111-1/+2
| |/
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
|/
* net, netfilter: Remove redundant goto in ebt_ulog_packetJesper Juhl2011-07-211-1/+0
* netfilter: Fix several warnings in compat_mtw_from_user().David Miller2011-05-261-2/+4
* netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal2011-05-101-52/+9
* netfilter: fix ebtables compat supportEric Dumazet2011-05-101-1/+2
* bridge: netfilter: fix information leakVasiliy Kulikov2011-02-141-0/+2
* netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal2011-01-131-12/+34
* netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-0/+1
* net/bridge: fix trivial sparse errorsTomas Winkler2011-01-031-1/+1
* bridge: fix RCU races with bridge portstephen hemminger2010-11-151-6/+5
* bridge: add proper RCU annotation to should_route_hookEric Dumazet2010-11-151-1/+2
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-2/+2
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-212-11/+25
* bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-153-8/+14
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-3/+2
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-1110-10/+10
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1118-18/+18
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-15/+15
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-202-0/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-258-26/+26
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-2510-41/+41
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-258-8/+8
OpenPOWER on IntegriCloud