aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal4-18/+6
2018-01-08netfilter: core: make nf_unregister_net_hooks simple wrapper againFlorian Westphal1-56/+3
2018-01-08netfilter: nf_conntrack_h323: Remove unwanted comments.Varsha Rao2-71/+13
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal3-2/+2
2018-01-08netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal1-1/+1
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng2-7/+7
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal5-5/+5
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva6-2/+9
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal6-12/+12
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-6/+6
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal5-31/+25
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+2
2018-01-07netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov1-2/+1
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro1-12/+2
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-12-26netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu1-2/+4
2017-12-21netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-34/+161
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-33/+161
2017-12-13net: remove duplicate includesPravin Shedge1-1/+0
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-8/+2
2017-12-11netfilter: exthdr: add missign attributes to policyFlorian Westphal1-0/+2
2017-12-06netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2017-12-04netfilter: xt_bpf: add overflow checksJann Horn1-0/+6
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10