summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-15/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-081-3/+5
| |\
| | * netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu2017-12-261-2/+4
| | * netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso2017-12-211-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-12/+2
| |\ \ | | |/ | |/|
| | * fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-051-12/+2
* | | netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik2018-01-081-0/+2
* | | netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-085-122/+89
* | | netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva2018-01-083-18/+6
* | | netfilter: nf_tables: flow offload expressionPablo Neira Ayuso2018-01-083-0/+272
* | | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-083-0/+57
* | | netfilter: add generic flow table infrastructurePablo Neira Ayuso2018-01-083-0/+439
* | | netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2018-01-081-1/+746
* | | netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso2018-01-084-5/+45
* | | netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso2018-01-081-3/+3
* | | netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-081-33/+1
* | | netfilter: meta: secpath supportFlorian Westphal2018-01-081-0/+43
* | | netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-24/+1
* | | netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-6/+16
* | | netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-082-3/+20
* | | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-085-38/+48
* | | netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+41
* | | netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-0/+24
* | | netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-082-1/+27
* | | netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal2018-01-084-345/+402
* | | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-083-15/+11
* | | netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-084-66/+48
* | | netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-12/+58
* | | netfilter: core: support for NFPROTO_INET hook registrationPablo Neira Ayuso2018-01-081-9/+44
* | | netfilter: core: pass family as parameter to nf_remove_net_hook()Pablo Neira Ayuso2018-01-081-5/+5
* | | netfilter: core: pass hook number, family and device to nf_find_hook_list()Pablo Neira Ayuso2018-01-081-17/+19
* | | netfilter: core: add nf_remove_net_hookPablo Neira Ayuso2018-01-081-4/+4
* | | netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso2018-01-082-5/+5
* | | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-081-3/+5
* | | netfilter: nf_tables: reject nat hook registration if prio is before conntrackFlorian Westphal2018-01-081-1/+6
* | | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-082-0/+8
* | | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-9/+27
* | | netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-083-0/+16
* | | netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal2018-01-081-0/+4
* | | netfilter: reduce hook array sizes to what is neededFlorian Westphal2018-01-081-7/+17
* | | netfilter: reduce size of hook entry point locationsFlorian Westphal2018-01-082-10/+49
* | | netfilter: core: free hooks with call_rcuFlorian Westphal2018-01-081-6/+28
* | | netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal2018-01-084-18/+6
* | | netfilter: core: make nf_unregister_net_hooks simple wrapper againFlorian Westphal2018-01-081-56/+3
* | | netfilter: nf_conntrack_h323: Remove unwanted comments.Varsha Rao2018-01-082-71/+13
* | | netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-083-2/+2
* | | netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-081-1/+1
* | | netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng2018-01-082-7/+7
* | | netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-085-5/+5
* | | netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-086-2/+9
OpenPOWER on IntegriCloud