summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorLines
2008-04-14[NETFILTER]: bridge: add ebt_nflog watcherPeter Warasin-0/+89
2008-04-14[NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro.Robert P. J. Day-3/+3
2008-02-23[NETFILTER]: fix ebtable targets returnJoonwoo Park-3/+3
2008-02-19[NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park-3/+3
2008-01-31[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt-27/+15
2008-01-31[NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt-4/+16
2008-01-31[NETFILTER]: ebtables: remove casts, use constsJan Engelhardt-63/+85
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev-2/+2
2008-01-28[BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen-2/+0
2008-01-28[BRIDGE]: Remove unused macros from ebt_vlan.cRami Rosen-2/+0
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy-1/+1
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy-2/+2
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy-0/+2
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy-2/+2
2007-11-29[BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov-2/+2
2007-11-19[BRIDGE]: Add missing "space"Joe Perches-1/+1
2007-11-07[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...Bart De Schuymer-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu-35/+34
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu-30/+9
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman-2/+3
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman-0/+1
2007-07-24[NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl-2/+0
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy-10/+4
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy-2/+2
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy-1/+1
2007-04-25[NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy-8/+4
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer-26/+22
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy-3/+1
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet-2/+4
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter-6/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[NETFILTER]: nf_log: minor cleanupsPatrick McHardy-2/+2
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki-38/+38
2007-02-08[NET]: Add UDPLITE support in a few missing spotsPatrick McHardy-0/+2
2007-01-04[NETFILTER]: ebtables: don't compute gap before checking struct typeChuck Ebbert-1/+2
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro-12/+13
2006-12-02[EBTABLES]: Clean ebt_register_table() up.Al Viro-12/+21
2006-12-02[EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro-9/+11
2006-12-02[EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro-4/+3
2006-12-02[EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro-6/+2
2006-12-02[EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro-10/+6
2006-12-02[EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro-5/+5
2006-12-02[EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro-19/+19
2006-12-02[EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro-37/+41
2006-12-02[EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro-24/+49
2006-12-02[EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro-8/+9
2006-12-02[EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro-1/+3
2006-12-02[EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro-5/+5
2006-12-02[EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro-7/+16