aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebtables.c
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: add dummy members to Ebtables code to ease transition to XtablesJan Engelhardt2008-10-081-9/+49
* netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt2008-10-081-3/+3
* netfilter: ebtables: do centralized size checkingJan Engelhardt2008-10-081-5/+38
* [BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen2008-01-281-2/+0
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-6/+6
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-141-2/+2
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-6/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-8/+8
* [NETFILTER]: ebtables: don't compute gap before checking struct typeChuck Ebbert2007-01-041-1/+2
* [EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro2006-12-021-9/+10
* [EBTABLES]: Clean ebt_register_table() up.Al Viro2006-12-021-12/+21
* [EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro2006-12-021-9/+11
* [EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro2006-12-021-4/+3
* [EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro2006-12-021-6/+2
* [EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro2006-12-021-10/+6
* [EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro2006-12-021-5/+5
* [EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro2006-12-021-19/+19
* [EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro2006-12-021-37/+41
* [EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro2006-12-021-24/+49
* [EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro2006-12-021-8/+9
* [EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro2006-12-021-1/+3
* [EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro2006-12-021-5/+5
* [EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro2006-12-021-7/+16
* [NETFILTER]: silence a warning in ebtablesMeelis Roos2006-11-011-1/+1
* [NETFILTER]: kill listhelp.hPatrick McHardy2006-09-221-31/+45
* [NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox2006-09-221-21/+0
* [EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.cJayachandran C2006-04-201-13/+7
* [BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.cJayachandran C2006-04-111-3/+3
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-6/+6
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [BRIDGE] ebtables: Build fix.Andrew Morton2006-03-201-2/+8
* [NET]: sem2mutex part 2Ingo Molnar2006-03-201-45/+46
* [NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2006-02-041-0/+7
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-2/+2
* [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller2005-10-131-10/+17
* [EBTABLES]: vfree() checking cleanupsJames Lamanna2005-06-221-14/+7
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1507