index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
netfilter: ipset: use setup_timer() and mod_timer().
Jozsef Kadlecsik
2016-11-10
3
-15
/
+6
*
|
netfilter: ipset: hash:ipmac type support added to ipset
Tomasz Chilinski
2016-11-10
3
-0
/
+325
*
|
netfilter: ipset: Fix reported memory size for hash:* types
Jozsef Kadlecsik
2016-11-10
1
-7
/
+9
*
|
netfilter: ipset: Collapse same condition body to a single one
Jozsef Kadlecsik
2016-11-10
1
-7
/
+1
*
|
netfilter: ipset: Make struct htype per ipset family
Jozsef Kadlecsik
2016-11-10
11
-74
/
+63
*
|
netfilter: ipset: Optimize hash creation routine
Jozsef Kadlecsik
2016-11-10
1
-34
/
+29
*
|
netfilter: ipset: Make sure element data size is a multiple of u32
Jozsef Kadlecsik
2016-11-10
1
-2
/
+8
*
|
netfilter: ipset: Make NLEN compile time constant for hash types
Jozsef Kadlecsik
2016-11-10
1
-28
/
+23
*
|
netfilter: ipset: Simplify mtype_expire() for hash types
Jozsef Kadlecsik
2016-11-10
1
-13
/
+12
*
|
netfilter: ipset: Remove redundant mtype_expire() arguments
Jozsef Kadlecsik
2016-11-10
1
-4
/
+5
*
|
netfilter: ipset: Count non-static extension memory for userspace
Jozsef Kadlecsik
2016-11-10
4
-17
/
+21
*
|
netfilter: ipset: Add element count to all set types header
Jozsef Kadlecsik
2016-11-10
3
-13
/
+24
*
|
netfilter: ipset: Add element count to hash headers
Eric B Munson
2016-11-10
1
-1
/
+2
*
|
netfilter: ipset: Separate memsize calculation code into dedicated function
Jozsef Kadlecsik
2016-11-10
2
-7
/
+27
*
|
netfilter: ipset: Improve skbinfo get/init helpers
Jozsef Kadlecsik
2016-11-10
2
-11
/
+13
*
|
netfilter: conntrack: fix NF_REPEAT handling
Arnd Bergmann
2016-11-10
1
-10
/
+8
*
|
netfilter: conntrack: simplify init/uninit of L4 protocol trackers
Davide Caratti
2016-11-09
5
-126
/
+118
*
|
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
2016-11-09
9
-150
/
+34
*
|
netfilter: nft_hash: get random bytes if seed is not specified
Pablo Neira Ayuso
2016-11-09
1
-2
/
+4
*
|
netfilter: handle NF_REPEAT from nf_conntrack_in()
Pablo Neira Ayuso
2016-11-03
2
-7
/
+6
*
|
netfilter: merge nf_iterate() into nf_hook_slow()
Pablo Neira Ayuso
2016-11-03
3
-50
/
+48
*
|
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
2016-11-03
3
-14
/
+10
*
|
netfilter: use switch() to handle verdict cases from nf_hook_slow()
Pablo Neira Ayuso
2016-11-03
1
-4
/
+14
*
|
netfilter: nf_tables: use hook state from xt_action_param structure
Pablo Neira Ayuso
2016-11-03
11
-32
/
+32
*
|
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-11-03
26
-90
/
+92
*
|
netfilter: deprecate NF_STOP
Pablo Neira Ayuso
2016-11-03
1
-1
/
+1
*
|
netfilter: kill NF_HOOK_THRESH() and state->tresh
Pablo Neira Ayuso
2016-11-03
2
-6
/
+0
*
|
netfilter: remove comments that predate rcu days
Pablo Neira Ayuso
2016-11-03
1
-7
/
+0
*
|
netfilter: get rid of useless debugging from core
Pablo Neira Ayuso
2016-11-03
1
-9
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-11-02
17
-325
/
+621
|
\
\
|
*
|
netfilter: nf_queue: place volatile data in own cacheline
Florian Westphal
2016-11-01
1
-1
/
+1
|
*
|
netfilter: nf_tables: remove useless U8_MAX validation
Liping Zhang
2016-11-01
2
-6
/
+0
|
*
|
netfilter: nf_tables: introduce routing expression
Anders K. Pedersen
2016-11-01
3
-0
/
+160
|
*
|
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
Pablo Neira Ayuso
2016-11-01
2
-296
/
+12
|
*
|
netfilter: nf_log: add packet logging for netdev family
Pablo Neira Ayuso
2016-11-01
4
-0
/
+114
|
*
|
netfilter: nf_tables: add fib expression
Florian Westphal
2016-11-01
4
-0
/
+256
|
*
|
netfilter: nft_ct: add notrack support
Pablo Neira Ayuso
2016-10-26
1
-1
/
+49
|
*
|
netfilter: nft_meta: permit pkttype mangling in ip/ip6 prerouting
Liping Zhang
2016-10-26
1
-0
/
+5
|
*
|
netfilter: nft_numgen: start round robin from zero
Liping Zhang
2016-10-26
1
-1
/
+1
|
*
|
netfilter: nf_tables: allow expressions to return STOLEN
Florian Westphal
2016-10-26
1
-0
/
+1
|
*
|
netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocation
Calvin Owens
2016-10-26
1
-1
/
+1
|
*
|
netfilter: xt_multiport: Use switch case instead of multiple condition checks
Gao Feng
2016-10-26
1
-19
/
+21
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
13
-42
/
+70
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
netfilter: fix nf_queue handling
Pablo Neira Ayuso
2016-10-20
3
-27
/
+36
|
*
|
netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reached
Nicolas Dichtel
2016-10-20
1
-1
/
+1
|
*
|
netfilter: x_tables: suppress kmemcheck warning
Florian Westphal
2016-10-19
1
-1
/
+1
|
*
|
netfilter: nf_tables: avoid uninitialized variable warning
Arnd Bergmann
2016-10-18
1
-6
/
+4
|
*
|
netfilter: nft_range: validate operation netlink attribute
Pablo Neira Ayuso
2016-10-17
1
-1
/
+15
|
*
|
netfilter: nft_exthdr: fix error handling in nft_exthdr_init()
Dan Carpenter
2016-10-17
1
-1
/
+2
|
*
|
netfilter: nf_tables: underflow in nft_parse_u32_check()
Dan Carpenter
2016-10-17
1
-1
/
+1
[prev]
[next]