summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik2016-11-103-15/+6
* | netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski2016-11-103-0/+325
* | netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik2016-11-101-7/+9
* | netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik2016-11-101-7/+1
* | netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-1011-74/+63
* | netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik2016-11-101-34/+29
* | netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik2016-11-101-2/+8
* | netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik2016-11-101-28/+23
* | netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik2016-11-101-13/+12
* | netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik2016-11-101-4/+5
* | netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-104-17/+21
* | netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-103-13/+24
* | netfilter: ipset: Add element count to hash headersEric B Munson2016-11-101-1/+2
* | netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik2016-11-102-7/+27
* | netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2016-11-102-11/+13
* | netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann2016-11-101-10/+8
* | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-095-126/+118
* | netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-099-150/+34
* | netfilter: nft_hash: get random bytes if seed is not specifiedPablo Neira Ayuso2016-11-091-2/+4
* | netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2016-11-032-7/+6
* | netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso2016-11-033-50/+48
* | netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-033-14/+10
* | netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso2016-11-031-4/+14
* | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-0311-32/+32
* | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-0326-90/+92
* | netfilter: deprecate NF_STOPPablo Neira Ayuso2016-11-031-1/+1
* | netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2016-11-032-6/+0
* | netfilter: remove comments that predate rcu daysPablo Neira Ayuso2016-11-031-7/+0
* | netfilter: get rid of useless debugging from corePablo Neira Ayuso2016-11-031-9/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-0217-325/+621
|\ \
| * | netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal2016-11-011-1/+1
| * | netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang2016-11-012-6/+0
| * | netfilter: nf_tables: introduce routing expressionAnders K. Pedersen2016-11-013-0/+160
| * | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-012-296/+12
| * | netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso2016-11-014-0/+114
| * | netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-014-0/+256
| * | netfilter: nft_ct: add notrack supportPablo Neira Ayuso2016-10-261-1/+49
| * | netfilter: nft_meta: permit pkttype mangling in ip/ip6 preroutingLiping Zhang2016-10-261-0/+5
| * | netfilter: nft_numgen: start round robin from zeroLiping Zhang2016-10-261-1/+1
| * | netfilter: nf_tables: allow expressions to return STOLENFlorian Westphal2016-10-261-0/+1
| * | netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens2016-10-261-1/+1
| * | netfilter: xt_multiport: Use switch case instead of multiple condition checksGao Feng2016-10-261-19/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3013-42/+70
|\ \ \ | | |/ | |/|
| * | netfilter: fix nf_queue handlingPablo Neira Ayuso2016-10-203-27/+36
| * | netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel2016-10-201-1/+1
| * | netfilter: x_tables: suppress kmemcheck warningFlorian Westphal2016-10-191-1/+1
| * | netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann2016-10-181-6/+4
| * | netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso2016-10-171-1/+15
| * | netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter2016-10-171-1/+2
| * | netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter2016-10-171-1/+1