summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
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
2017-10-24netfilter: nf_ct_h323: Out Of Bound Read in Netfilter ConntrackEric Sesterhenn
2017-10-24netfilter: xt_connlimit: don't store address in the conn nodesFlorian Westphal
2017-10-24netfilter: nf_conntrack_h323: Remove typedef structHarsha Sharma
2017-10-24netfilter: x_tables: make xt_replace_table wait until old rules are not used ...Florian Westphal
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal
2017-10-24netfilter: nat: use test_and_clear_bit when deleting ct from bysource listFlorian Westphal
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-06netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2017-10-06netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso
2017-10-04netfilter: ipset: deduplicate prefixlen mapsAaron Conole
2017-10-04netfilter: ipset: Fix sparse warningsJozsef Kadlecsik
2017-10-04netfilter: ipset: Compress return logicsimran singhal
2017-10-03netfilter: nf_tables: Release memory obtained by kasprintfArvind Yadav
2017-09-29netfilter: nf_tables: fix update chain errorJingPiao Chen
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik
2017-09-26netfilter: xt_socket: Restore mark from full sockets onlySubash Abhinov Kasiviswanathan
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai
2017-09-18netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven
2017-09-08netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai
2017-09-08netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian