index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
netfilter
/
ebtables.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2010-02-16
netfilter: ebtables: try native set/getsockopt handlers, too
Florian Westphal
1
-10
/
+24
2010-02-16
netfilter: ebtables: add CONFIG_COMPAT support
Florian Westphal
1
-1
/
+886
2010-02-16
netfilter: ebtables: split update_counters into two functions
Florian Westphal
1
-16
/
+26
2010-02-16
netfilter: ebtables: split copy_everything_to_user into two functions
Florian Westphal
1
-32
/
+38
2010-02-16
netfilter: ebtables: split do_replace into two functions
Florian Westphal
1
-65
/
+71
2010-02-15
netfilter: ebtables: abort if next_offset is too small
Florian Westphal
1
-0
/
+2
2010-02-15
netfilter: xtables: add const qualifiers
Jan Engelhardt
1
-27
/
+32
2010-02-10
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-0
/
+6
2010-02-03
netfilter: add struct net * to target parameters
Patrick McHardy
1
-4
/
+6
2010-01-18
netfilter: xtables: add struct xt_mtdtor_param::net
Alexey Dobriyan
1
-9
/
+10
2010-01-18
netfilter: xtables: add struct xt_mtchk_param::net
Alexey Dobriyan
1
-5
/
+9
2010-01-08
netfilter: ebtables: enforce CAP_NET_ADMIN
Florian Westphal
1
-0
/
+6
2009-08-24
netfilter: xtables: mark initial tables constant
Jan Engelhardt
1
-6
/
+7
2009-06-04
netfilter: x_tables: added hook number into match extension parameter structure.
Evgeniy Polyakov
1
-1
/
+1
2009-05-08
netfilter: xtables: consolidate open-coded logic
Jan Engelhardt
1
-6
/
+10
2009-01-12
netfilter 05/09: ebtables: fix inversion in match code
Jan Engelhardt
1
-1
/
+1
2009-01-11
net/bridge/netfilter: move a dereference below a NULL test
Julia Lawall
1
-1
/
+2
2008-11-04
netfilter: netns ebtables: more cleanup during ebt_unregister_table()
Alexey Dobriyan
1
-0
/
+4
2008-11-04
netfilter: netns ebtables: part 2
Alexey Dobriyan
1
-6
/
+17
2008-11-04
netfilter: netns ebtables: part 1
Alexey Dobriyan
1
-13
/
+14
2008-10-16
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
1
-12
/
+3
2008-10-08
netfilter: xtables: provide invoked family value to extensions
Jan Engelhardt
1
-3
/
+8
2008-10-08
netfilter: xtables: move extension arguments into compound structure (6/6)
Jan Engelhardt
1
-6
/
+13
2008-10-08
netfilter: xtables: move extension arguments into compound structure (5/6)
Jan Engelhardt
1
-12
/
+16
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
1
-11
/
+16
2008-10-08
netfilter: xtables: move extension arguments into compound structure (3/6)
Jan Engelhardt
1
-8
/
+12
2008-10-08
netfilter: xtables: move extension arguments into compound structure (2/6)
Jan Engelhardt
1
-6
/
+13
2008-10-08
netfilter: xtables: move extension arguments into compound structure (1/6)
Jan Engelhardt
1
-6
/
+10
2008-10-08
netfilter: xtables: do centralized checkentry call (1/2)
Jan Engelhardt
1
-18
/
+6
2008-10-08
netfilter: ebtables: fix one wrong return value
Jan Engelhardt
1
-1
/
+1
2008-10-08
netfilter: remove unused Ebtables functions
Jan Engelhardt
1
-108
/
+0
2008-10-08
netfilter: implement hotdrop for Ebtables
Jan Engelhardt
1
-3
/
+10
2008-10-08
netfilter: move Ebtables to use Xtables
Jan Engelhardt
1
-106
/
+67
2008-10-08
netfilter: change Ebtables function signatures to match Xtables's
Jan Engelhardt
1
-16
/
+14
2008-10-08
netfilter: add dummy members to Ebtables code to ease transition to Xtables
Jan Engelhardt
1
-9
/
+49
2008-10-08
netfilter: change return types of check functions for Ebtables extensions
Jan Engelhardt
1
-3
/
+3
2008-10-08
netfilter: ebtables: do centralized size checking
Jan Engelhardt
1
-5
/
+38
2008-01-28
[BRIDGE]: Remove unused include of a header file in ebtables.c
Rami Rosen
1
-2
/
+0
2007-10-19
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-6
/
+6
2007-09-11
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
Neil Horman
1
-0
/
+1
2007-07-14
[NETFILTER]: Lower *tables printk severity
Patrick McHardy
1
-2
/
+2
2007-02-20
[PATCH] Convert highest_possible_processor_id to nr_cpu_ids
Christoph Lameter
1
-6
/
+3
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-10
[NET] BRIDGE: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-8
/
+8
2007-01-04
[NETFILTER]: ebtables: don't compute gap before checking struct type
Chuck Ebbert
1
-1
/
+2
2006-12-02
[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.
Al Viro
1
-9
/
+10
2006-12-02
[EBTABLES]: Clean ebt_register_table() up.
Al Viro
1
-12
/
+21
2006-12-02
[EBTABLES]: Move calls of ebt_verify_pointers() upstream.
Al Viro
1
-9
/
+11
[next]