summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter/ebtables.c
AgeCommit message (Expand)Author
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt
2009-01-12netfilter 05/09: ebtables: fix inversion in match codeJan Engelhardt
2009-01-11net/bridge/netfilter: move a dereference below a NULL testJulia Lawall
2008-11-04netfilter: netns ebtables: more cleanup during ebt_unregister_table()Alexey Dobriyan
2008-11-04netfilter: netns ebtables: part 2Alexey Dobriyan
2008-11-04netfilter: netns ebtables: part 1Alexey Dobriyan
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt
2008-10-08netfilter: ebtables: fix one wrong return valueJan Engelhardt
2008-10-08netfilter: remove unused Ebtables functionsJan Engelhardt
2008-10-08netfilter: implement hotdrop for EbtablesJan Engelhardt
2008-10-08netfilter: move Ebtables to use XtablesJan Engelhardt
2008-10-08netfilter: change Ebtables function signatures to match Xtables'sJan Engelhardt
2008-10-08netfilter: add dummy members to Ebtables code to ease transition to XtablesJan Engelhardt
2008-10-08netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt
2008-10-08netfilter: ebtables: do centralized size checkingJan Engelhardt
2008-01-28[BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki
2007-01-04[NETFILTER]: ebtables: don't compute gap before checking struct typeChuck Ebbert
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro
2006-12-02[EBTABLES]: Clean ebt_register_table() up.Al Viro
2006-12-02[EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro
2006-12-02[EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro
2006-12-02[EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro
2006-12-02[EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro
2006-12-02[EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro
2006-12-02[EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro
2006-12-02[EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro
2006-12-02[EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro
2006-12-02[EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro
2006-12-02[EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro
2006-12-02[EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro
2006-12-02[EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro
2006-11-01[NETFILTER]: silence a warning in ebtablesMeelis Roos
2006-09-22[NETFILTER]: kill listhelp.hPatrick McHardy