summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-3/+3
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-313-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1529-554/+673
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-0823-538/+647
| |\ \
| | * | netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-074-55/+259
| | * | netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso2017-11-071-8/+3
| | * | netfilter: conntrack: use power efficient workqueueVincent Guittot2017-11-071-2/+2
| | * | netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso2017-11-062-38/+38
| | * | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-064-9/+21
| | * | netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal2017-11-061-1/+1
| | * | netfilter: xt_connlimit: remove mask argumentFlorian Westphal2017-11-061-32/+20
| | * | netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-11-061-0/+4
| | * | netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2017-11-062-3/+3
| | * | netfilter: nf_ct_h323: Out Of Bound Read in Netfilter ConntrackEric Sesterhenn2017-10-241-0/+1
| | * | netfilter: xt_connlimit: don't store address in the conn nodesFlorian Westphal2017-10-241-3/+0
| | * | netfilter: nf_conntrack_h323: Remove typedef structHarsha Sharma2017-10-241-40/+40
| | * | netfilter: x_tables: make xt_replace_table wait until old rules are not used ...Florian Westphal2017-10-241-3/+18
| | * | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-247-10/+3
| | * | netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal2017-10-243-28/+37
| | * | netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-245-37/+55
| | * | netfilter: nat: use test_and_clear_bit when deleting ct from bysource listFlorian Westphal2017-10-241-6/+3
| | * | netfilter: ipset: deduplicate prefixlen mapsAaron Conole2017-10-041-258/+137
| | * | netfilter: ipset: Fix sparse warningsJozsef Kadlecsik2017-10-041-1/+1
| | * | netfilter: ipset: Compress return logicsimran singhal2017-10-041-4/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-049-1/+8
| |\ \ \
| * | | | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-1/+1
| * | | | netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-186-15/+25
| | |_|/ | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-135-22/+23
|\ \ \ \
| * | | | netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-085-22/+23
| | |_|/ | |/| |
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-079-1/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-1/+0
| |\ \ \
| | * | | netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis2017-10-251-1/+0
| | | |/ | | |/|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
| |/ /
* | | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-252-3/+3
|/ /
* | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-2/+20
* | netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet2017-10-061-2/+2
* | netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso2017-10-061-1/+1
* | netfilter: nf_tables: Release memory obtained by kasprintfArvind Yadav2017-10-031-1/+3
* | netfilter: nf_tables: fix update chain errorJingPiao Chen2017-09-291-2/+2
* | netfilter: ipset: Fix race between dump and swapRoss Lagerwall2017-09-291-2/+5
* | netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal2017-09-261-9/+13
* | netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik2017-09-2610-22/+24
* | netfilter: xt_socket: Restore mark from full sockets onlySubash Abhinov Kasiviswanathan2017-09-261-2/+2
* | netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko2017-09-261-2/+6
|/
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-181-1/+13
* netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven2017-09-181-6/+6
* netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai2017-09-081-5/+7
* netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian2017-09-081-2/+2
* netfilter: core: remove erroneous warn_onFlorian Westphal2017-09-081-1/+1
* netfilter: nat: use keyed locksFlorian Westphal2017-09-081-12/+24
OpenPOWER on IntegriCloud