Sign in
android-kvm
/
linux
/
02754e0a484a50a92d44c38879f2cb2792ebc572
/
net
/
netfilter
/
x_tables.c
f4dc777
netfilter: x_tables: speed up jump target validation
by Florian Westphal
· 9 years ago
ae3e456
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
a6d0bae
netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.
by Xiubo Li
· 9 years ago
7b7eba0
netfilter: x_tables: don't reject valid target size on some architectures
by Florian Westphal
· 9 years ago
d7591f0
netfilter: x_tables: introduce and use xt_copy_counters_from_user
by Florian Westphal
· 9 years ago
09d9686
netfilter: x_tables: do compat validation via translate_table
by Florian Westphal
· 9 years ago
0188346
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
by Florian Westphal
· 9 years ago
13631bf
netfilter: x_tables: validate all offsets and sizes in a rule
by Florian Westphal
· 9 years ago
ce683e5
netfilter: x_tables: check for bogus target offset
by Florian Westphal
· 9 years ago
7ed2abd
netfilter: x_tables: check standard target size too
by Florian Westphal
· 9 years ago
fc1221b
netfilter: x_tables: add compat version of xt_check_entry_offsets
by Florian Westphal
· 9 years ago
a08e4e19
netfilter: x_tables: assert minimum target size
by Florian Westphal
· 9 years ago
7d35812
netfilter: x_tables: add and use xt_check_entry_offsets
by Florian Westphal
· 9 years ago
d157bd7
netfilter: x_tables: check for size overflow
by Florian Westphal
· 9 years ago
b9e69e1
netfilter: xtables: don't hook tables by default
by Florian Westphal
· 9 years ago
f13f2ae
netfilter: Set /proc/net entries owner to root in namespace
by Philip Whineray
· 9 years ago
2ffbceb
netfilter: remove hook owner refcounting
by Florian Westphal
· 9 years ago
dcebd31
netfilter: add and use jump label for xt_tee
by Florian Westphal
· 10 years ago
7814b6e
netfilter: xtables: don't save/restore jumpstack offset
by Florian Westphal
· 10 years ago
98d1bd8
netfilter: xtables: compute exact size needed for jumpstack
by Florian Westphal
· 10 years ago
711bdde6
netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.
by Eric Dumazet
· 10 years ago
482cfc3
netfilter: xtables: avoid percpu ruleset duplication
by Florian Westphal
· 10 years ago
861fb10
netfilter: Use correct return for seq_show functions
by Joe Perches
· 10 years ago
e71456ae
netfilter: Remove checks of seq_printf() return values
by Steven Rostedt (Red Hat)
· 10 years ago
772476d
net/netfilter/x_tables.c: use __seq_open_private()
by Rob Jones
· 10 years ago
7926dbf
netfilter: don't use mutex_lock_interruptible()
by Pablo Neira Ayuso
· 11 years ago
f6b5082
netfilter: x_tables: xt_free_table_info() cleanup
by Eric Dumazet
· 11 years ago
b416c14
netfilter: x_tables: fix ordering of jumpstack allocation and table update
by Will Deacon
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
f229f6c
netfilter: add my copyright statements
by Patrick McHardy
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
5b76c49
netfilter: x_tables: print correct hook names for ARP
by Jan Engelhardt
· 12 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 14 years ago
3dbd443
net: Convert vmalloc/memset to vzalloc
by Joe Perches
· 14 years ago
3c709f8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6
by David S. Miller
· 14 years ago
5a6351e
netfilter: fix ebtables compat support
by Eric Dumazet
· 14 years ago
7f5c6d4
netfilter: get rid of atomic ops in fast path
by Eric Dumazet
· 14 years ago
42046e2
netfilter: x_tables: return -ENOENT for non-existant matches/targets
by Patrick McHardy
· 14 years ago
adb00ae
netfilter: x_tables: misuse of try_then_request_module
by Stephen Hemminger
· 14 years ago
14f0290
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 14 years ago
fbabf31
netfilter: create audit records for x_tables replaces
by Thomas Graf
· 14 years ago
255d0dc
netfilter: x_table: speedup compat operations
by Eric Dumazet
· 14 years ago
83723d6
netfilter: x_tables: dont block BH while reading counters
by Eric Dumazet
· 14 years ago
f68c530
netfilter: unregister nf hooks, matches and targets in the reverse order
by Changli Gao
· 14 years ago
7489aec
netfilter: xtables: stackptr should be percpu
by Eric Dumazet
· 15 years ago
c936e8b
netfilter: don't xt_jumpstack_alloc twice in xt_register_table
by Xiaotian Feng
· 15 years ago
d97a9e4
netfilter: x_tables: move sleeping allocation outside BH-disabled region
by Jan Engelhardt
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
f3c5c1b
netfilter: xtables: make ip_tables reentrant
by Jan Engelhardt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d6b00a5
netfilter: xtables: change targets to return error code
by Jan Engelhardt
· 15 years ago
bd414ee
netfilter: xtables: change matches to return error code
by Jan Engelhardt
· 15 years ago
fd0ec0e
netfilter: xtables: consolidate code into xt_request_find_match
by Jan Engelhardt
· 16 years ago
d2a7b6b
netfilter: xtables: make use of xt_request_find_target
by Jan Engelhardt
· 16 years ago
be91fd5
netfilter: xtables: replace custom duprintf with pr_debug
by Jan Engelhardt
· 15 years ago
3e5e524
netfilter: CONFIG_COMPAT: allow delta to exceed 32767
by Florian Westphal
· 15 years ago
739674f
netfilter: xtables: constify args in compat copying functions
by Jan Engelhardt
· 16 years ago
b402405
netfilter: xtables: print details on size mismatch
by Jan Engelhardt
· 16 years ago
a8c28d05
Merge branch 'master' of git://dev.medozas.de/linux
by Patrick McHardy
· 15 years ago
e3eaa99
netfilter: xtables: generate initial table on-demand
by Jan Engelhardt
· 16 years ago
2b95efe
netfilter: xtables: use xt_table for hook instantiation
by Jan Engelhardt
· 16 years ago
42107f5
netfilter: xtables: symmetric COMPAT_XT_ALIGN definition
by Alexey Dobriyan
· 15 years ago
4481374
mm: replace various uses of num_physpages by totalram_pages
by Jan Beulich
· 15 years ago
35aad0f
netfilter: xtables: mark initial tables constant
by Jan Engelhardt
· 16 years ago
3dd5d7e
x_tables: Convert printk to pr_err
by Joe Perches
· 16 years ago
4518536
netfilter: xtables: print hook name instead of mask
by Jan Engelhardt
· 16 years ago
942e4a2
netfilter: revised locking for x_tables
by Stephen Hemminger
· 16 years ago
b5bb143
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 16 years ago
7845447
netfilter: iptables: lock free counters
by Stephen Hemminger
· 16 years ago
eb13220
netfilter: make proc/net/ip* print names from foreign NFPROTO
by Jan Engelhardt
· 16 years ago
656caff
netfilter 04/09: x_tables: fix match/target revision lookup
by Patrick McHardy
· 16 years ago
916a917
netfilter: xtables: provide invoked family value to extensions
by Jan Engelhardt
· 16 years ago
af5d6dc
netfilter: xtables: move extension arguments into compound structure (5/6)
by Jan Engelhardt
· 16 years ago
9b4fce7
netfilter: xtables: move extension arguments into compound structure (2/6)
by Jan Engelhardt
· 16 years ago
367c679
netfilter: xtables: do centralized checkentry call (1/2)
by Jan Engelhardt
· 16 years ago
102befa
netfilter: x_tables: output bad hook mask in hexadecimal
by Jan Engelhardt
· 16 years ago
043ef46
netfilter: move Ebtables to use Xtables
by Jan Engelhardt
· 16 years ago
55b69e9
netfilter: implement NFPROTO_UNSPEC as a wildcard for extensions
by Jan Engelhardt
· 16 years ago
7e9c6ee
netfilter: Introduce NFPROTO_* constants
by Jan Engelhardt
· 16 years ago
76108ce
netfilter: Use unsigned types for hooknum and pf vars
by Jan Engelhardt
· 16 years ago
8b16924
netfilter: assign PDE->data before gluing PDE into /proc tree
by Denis V. Lunev
· 17 years ago
0e93bb94
netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_names
by Pavel Emelyanov
· 17 years ago
5452e42
[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
by Jan Engelhardt
· 17 years ago
1218854
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3cb609d
[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*
by Alexey Dobriyan
· 17 years ago
715cf35
[NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_names
by Alexey Dobriyan
· 17 years ago
025d93d
[NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*
by Alexey Dobriyan
· 17 years ago
b0a6363
[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code
by Patrick McHardy
· 17 years ago
44d34e7
[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()
by Alexey Dobriyan
· 17 years ago
8d87005
[NETFILTER]: x_tables: per-netns xt_tables
by Alexey Dobriyan
· 17 years ago
a98da11
[NETFILTER]: x_tables: change xt_table_register() return value convention
by Alexey Dobriyan
· 17 years ago
b386d9f
[NETFILTER]: ip_tables: move compat offset calculation to x_tables
by Patrick McHardy
· 17 years ago
8956695
[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros
by Patrick McHardy
· 17 years ago
259d4e4
[NETFILTER]: x_tables: struct xt_table_info diet
by Eric Dumazet
· 17 years ago
a18aa31
[NETFILTER]: ip_tables: fix compat copy race
by Patrick McHardy
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 18 years ago
5faf415
[NETFILTER]: x_tables: add more detail to error message about match/target mask mismatch
by Balazs Scheidler
· 18 years ago
ce18afe
[NETFILTER]: x_tables: remove duplicate of xt_prefix
by Tobias Klauser
· 18 years ago
Next »