index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
x_tables.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-15
netfilter: add and use jump label for xt_tee
Florian Westphal
1
-0
/
+3
2015-07-15
netfilter: xtables: don't save/restore jumpstack offset
Florian Westphal
1
-11
/
+11
2015-07-15
netfilter: xtables: compute exact size needed for jumpstack
Florian Westphal
1
-0
/
+4
2015-06-15
netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.
Eric Dumazet
1
-20
/
+12
2015-06-12
netfilter: xtables: avoid percpu ruleset duplication
Florian Westphal
1
-15
/
+8
2015-05-17
netfilter: Use correct return for seq_show functions
Joe Perches
1
-12
/
+6
2014-11-05
netfilter: Remove checks of seq_printf() return values
Steven Rostedt (Red Hat)
1
-7
/
+12
2014-09-26
net/netfilter/x_tables.c: use __seq_open_private()
Rob Jones
1
-26
/
+4
2014-08-08
netfilter: don't use mutex_lock_interruptible()
Pablo Neira Ayuso
1
-35
/
+12
2014-06-25
netfilter: x_tables: xt_free_table_info() cleanup
Eric Dumazet
1
-18
/
+5
2013-10-22
netfilter: x_tables: fix ordering of jumpstack allocation and table update
Will Deacon
1
-1
/
+6
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
1
-0
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-3
/
+3
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
1
-5
/
+5
2013-01-13
netfilter: x_tables: print correct hook names for ARP
Jan Engelhardt
1
-8
/
+20
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
1
-0
/
+1
2011-09-15
net: Convert vmalloc/memset to vzalloc
Joe Perches
1
-3
/
+2
2011-05-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2011-05-10
netfilter: fix ebtables compat support
Eric Dumazet
1
-2
/
+2
2011-04-04
netfilter: get rid of atomic ops in fast path
Eric Dumazet
1
-6
/
+3
2011-03-14
netfilter: x_tables: return -ENOENT for non-existant matches/targets
Patrick McHardy
1
-2
/
+2
2011-03-09
netfilter: x_tables: misuse of try_then_request_module
Stephen Hemminger
1
-7
/
+15
2011-01-19
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-1
/
+2
2011-01-16
netfilter: create audit records for x_tables replaces
Thomas Graf
1
-0
/
+16
2011-01-13
netfilter: x_table: speedup compat operations
Eric Dumazet
1
-34
/
+48
2011-01-10
netfilter: x_tables: dont block BH while reading counters
Eric Dumazet
1
-1
/
+2
2010-10-04
netfilter: unregister nf hooks, matches and targets in the reverse order
Changli Gao
1
-8
/
+4
2010-05-31
netfilter: xtables: stackptr should be percpu
Eric Dumazet
1
-10
/
+3
2010-05-31
netfilter: don't xt_jumpstack_alloc twice in xt_register_table
Xiaotian Feng
1
-4
/
+0
2010-04-21
netfilter: x_tables: move sleeping allocation outside BH-disabled region
Jan Engelhardt
1
-6
/
+6
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-0
/
+1
2010-04-19
netfilter: xtables: make ip_tables reentrant
Jan Engelhardt
1
-0
/
+77
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
1
-2
/
+10
2010-03-25
netfilter: xtables: change matches to return error code
Jan Engelhardt
1
-2
/
+10
2010-03-25
netfilter: xtables: consolidate code into xt_request_find_match
Jan Engelhardt
1
-0
/
+11
2010-03-25
netfilter: xtables: make use of xt_request_find_target
Jan Engelhardt
1
-3
/
+1
2010-03-18
netfilter: xtables: replace custom duprintf with pr_debug
Jan Engelhardt
1
-9
/
+3
2010-02-15
netfilter: CONFIG_COMPAT: allow delta to exceed 32767
Florian Westphal
1
-3
/
+3
2010-02-15
netfilter: xtables: constify args in compat copying functions
Jan Engelhardt
1
-4
/
+4
2010-02-15
netfilter: xtables: print details on size mismatch
Jan Engelhardt
1
-2
/
+6
2010-02-10
Merge branch 'master' of git://dev.medozas.de/linux
Patrick McHardy
1
-1
/
+57
2010-02-10
netfilter: xtables: generate initial table on-demand
Jan Engelhardt
1
-1
/
+3
2010-02-10
netfilter: xtables: use xt_table for hook instantiation
Jan Engelhardt
1
-0
/
+54
2010-02-10
netfilter: xtables: symmetric COMPAT_XT_ALIGN definition
Alexey Dobriyan
1
-2
/
+2
2009-09-22
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
1
-1
/
+1
2009-08-24
netfilter: xtables: mark initial tables constant
Jan Engelhardt
1
-3
/
+4
2009-06-13
x_tables: Convert printk to pr_err
Joe Perches
1
-8
/
+8
2009-05-08
netfilter: xtables: print hook name instead of mask
Jan Engelhardt
1
-4
/
+38
[next]