aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso1-1/+1
2018-01-10netfilter: remove duplicated includeWei Yongjun1-2/+0
2018-01-10netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun1-2/+2
2018-01-10netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun1-1/+1
2018-01-10netfilter: x_tables: unbreak module auto loadingFlorian Westphal1-1/+1
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso3-271/+76
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso3-101/+43
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso10-299/+281
2018-01-10netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_type_lookup()Pablo Neira Ayuso1-9/+7
2018-01-10netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso1-15/+6
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2-2/+1
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso3-6/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+7
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+5
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik1-0/+2
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik5-122/+89
2018-01-08netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva3-18/+6
2018-01-08netfilter: nf_tables: flow offload expressionPablo Neira Ayuso3-0/+272
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso3-0/+57
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso3-0/+439
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso1-1/+746
2018-01-08netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso4-5/+45
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+3
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso1-33/+1
2018-01-08netfilter: meta: secpath supportFlorian Westphal1-0/+43
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-24/+1
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso1-6/+16
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2-3/+20
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso5-38/+48
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso1-1/+41
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso1-0/+24
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2-1/+27
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal4-345/+402
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso3-15/+11
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso4-66/+48
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso1-12/+58
2018-01-08netfilter: core: support for NFPROTO_INET hook registrationPablo Neira Ayuso1-9/+44
2018-01-08netfilter: core: pass family as parameter to nf_remove_net_hook()Pablo Neira Ayuso1-5/+5
2018-01-08netfilter: core: pass hook number, family and device to nf_find_hook_list()Pablo Neira Ayuso1-17/+19
2018-01-08netfilter: core: add nf_remove_net_hookPablo Neira Ayuso1-4/+4
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso2-5/+5
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso1-3/+5
2018-01-08netfilter: nf_tables: reject nat hook registration if prio is before conntrackFlorian Westphal1-1/+6
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal2-0/+8
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal1-9/+27
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal3-0/+16
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal1-0/+4
2018-01-08netfilter: reduce hook array sizes to what is neededFlorian Westphal1-7/+17
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal2-10/+49
2018-01-08netfilter: core: free hooks with call_rcuFlorian Westphal1-6/+28