aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro1-12/+2
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
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller1-1/+2
2017-11-28netfilter: conntrack: clamp timeouts to INT_MAXJay Elliott1-3/+9
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook4-16/+14
2017-11-20netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal1-0/+3
2017-11-20netfilter: nf_ct_h323: Extend nf_h323_error_boundary to work on bits as wellEric Sesterhenn1-30/+62
2017-11-20netfilter: nf_ct_h323: Convert CHECK_BOUND macro to functionEric Sesterhenn1-29/+65
2017-11-20netfilter: exit_net cleanup check addedVasily Averin4-0/+26
2017-11-16netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann1-0/+2
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds3-3/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds29-554/+673
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-22/+23
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook5-22/+23
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-538/+647
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar9-1/+8
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso4-55/+259
2017-11-07netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso1-8/+3
2017-11-07netfilter: conntrack: use power efficient workqueueVincent Guittot1-2/+2
2017-11-06netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso2-38/+38
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal4-9/+21
2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal1-1/+1
2017-11-06netfilter: xt_connlimit: remove mask argumentFlorian Westphal1-32/+20
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya1-0/+4
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-1/+8
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook3-3/+3