aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2018-04-19netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-04-08netfilter: x_tables: make allocation less aggressiveMichal Hocko
2018-03-15netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet
2018-03-15netfilter: nat: cope with negative port rangePaolo Abeni
2018-03-15netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni
2018-03-15netfilter: xt_hashlimit: fix lock imbalanceEric Dumazet
2018-02-25netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang
2018-02-25netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro
2017-12-26netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu
2017-12-21netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-11netfilter: exthdr: add missign attributes to policyFlorian Westphal
2017-12-06netfilter: xt_osf: Add missing permission checksKevin Cernekee
2017-12-04netfilter: xt_bpf: add overflow checksJann Horn
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee
2017-11-28netfilter: conntrack: clamp timeouts to INT_MAXJay Elliott
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-20netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal
2017-11-20netfilter: nf_ct_h323: Extend nf_h323_error_boundary to work on bits as wellEric Sesterhenn
2017-11-20netfilter: nf_ct_h323: Convert CHECK_BOUND macro to functionEric Sesterhenn
2017-11-20netfilter: exit_net cleanup check addedVasily Averin
2017-11-16netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso
2017-11-07netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso
2017-11-07netfilter: conntrack: use power efficient workqueueVincent Guittot
2017-11-06netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal
2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal
2017-11-06netfilter: xt_connlimit: remove mask argumentFlorian Westphal
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-25netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland