summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-01netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal
2016-11-01netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-26netfilter: nft_ct: add notrack supportPablo Neira Ayuso
2016-10-26netfilter: nft_meta: permit pkttype mangling in ip/ip6 preroutingLiping Zhang
2016-10-26netfilter: nft_numgen: start round robin from zeroLiping Zhang
2016-10-26netfilter: nf_tables: allow expressions to return STOLENFlorian Westphal
2016-10-26netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens
2016-10-26netfilter: xt_multiport: Use switch case instead of multiple condition checksGao Feng
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal
2016-10-18netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann
2016-10-17netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso
2016-10-17netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter
2016-10-17netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter
2016-10-17netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang
2016-10-17netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang
2016-10-17netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang
2016-10-17netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen
2016-10-17netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven
2016-10-11netfilter: Fix slab corruption.Linus Torvalds
2016-10-04netfilter: nft_limit: fix divided by zero panicLiping Zhang
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringJann Horn
2016-09-30netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso
2016-09-25netfilter: evict stale entries when user reads /proc/net/nf_conntrackFlorian Westphal
2016-09-25netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai
2016-09-25netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai
2016-09-25netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang
2016-09-25netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang
2016-09-25netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ackGao Feng
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: Only allow sane values in nf_register_net_hookAaron Conole
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-24netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller