summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Correct rcu_dereference() call in ip_set_put_comment()Jozsef Kadlecsik2018-10-191-2/+2
* Add compatibility to support kvcalloc()Jozsef Kadlecsik2018-09-241-0/+5
* Add compatibility to support is_zero_ether_addr()Jozsef Kadlecsik2018-08-301-1/+13
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-161-1/+1
* Limit max timeout value to (UINT_MAX >> 1)/MSEC_PER_SECJozsef Kadlecsik2018-06-011-4/+6
* List timing out entries with "timeout 1" instead of zero timeout valueJozsef Kadlecsik2018-06-011-2/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2018-01-065-0/+5
* Backport patch: netfilter: ipset: use nfnl_mutex_is_lockedJozsef Kadlecsik2018-01-041-0/+5
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-042-6/+25
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-031-0/+15
* Backport patch: sctp: remove the typedef sctp_sctphdr_tJozsef Kadlecsik2017-09-111-0/+1
* Backport patch: netfilter: nfnetlink: extended ACK reportingJozsef Kadlecsik2017-09-111-5/+9
* Backport patch: netlink: pass extended ACK struct to parsing functionsJozsef Kadlecsik2017-09-111-0/+9
* Backport patch netlink: extended ACK reportingJozsef Kadlecsik2017-09-111-0/+7
* Backport nfnl_msg_type()Jozsef Kadlecsik2017-09-111-0/+8
* Compatibility: handle changes in 4.10 kernel treeJozsef Kadlecsik2017-03-231-1/+18
* Correct copyright ownerJozsef Kadlecsik2016-11-102-2/+2
* Fix the nla_put_net64() API changes backportJozsef Kadlecsik2016-10-141-2/+2
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2016-10-131-0/+6
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2016-10-111-0/+1
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2016-10-111-0/+11
* ipset: Backports for the nla_put_net64() API changesNeutron Soutmun2016-06-283-7/+17
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-161-0/+4
* Fix __aligned_u64 compatibility support for older kernel releasesJozsef Kadlecsik2016-02-291-4/+0
* Add compatibility to support EXPORT_SYMBOL_GPL in module.hJozsef Kadlecsik2016-02-241-0/+5
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Jozsef Kadlecsik2016-02-161-0/+9
* Fix extension alignmentJozsef Kadlecsik2015-11-071-1/+1
* Compatibility: include linux/export.h when neededJozsef Kadlecsik2015-10-281-21/+28
* Compatibility: make sure vmalloc.h is included for kvfree()Jozsef Kadlecsik2015-10-261-0/+1
* Protect definition of RCU_INIT_POINTER in compatibility header fileJozsef Kadlecsik2015-10-191-0/+4
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-262-4/+11
* Add element count to all set types headerJozsef Kadlecsik2015-06-252-1/+3
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-06-132-3/+17
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-06-131-23/+2
* netfilter: ipset: Split extensions into separate filesJozsef Kadlecsik2015-05-064-92/+122
* netfilter: ipset: Improve comment extension helpersJozsef Kadlecsik2015-05-061-1/+1
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2015-05-051-19/+11
* netfilter: ipset: Headers file cleanupJozsef Kadlecsik2015-05-053-31/+31
* netfilter: bridge: add helpers for fetching physin/outdevpabloFlorian Westphal2015-04-271-0/+17
* In comment extension ip_set_comment_free() is always called in a safe pathJozsef Kadlecsik2015-04-261-1/+11
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-0/+5
* RCU safe comment extension handlingJozsef Kadlecsik2015-03-292-12/+23
* netfilter: ipset: Fix ext_*() macrosSergey Popovich2015-03-231-4/+4
* Make sure bit operations are not reorderedJozsef Kadlecsik2015-03-191-0/+5
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-131-2/+0
* More compatibility checking and simplificationsJozsef Kadlecsik2015-01-062-8/+49
* Compatibility: define RCU_INIT_POINTER when __rcu is not definedJozsef Kadlecsik2015-01-061-1/+6
* Compatibility: check kernel source for list_last_entryJozsef Kadlecsik2015-01-061-0/+6
* Remove an unused macroJozsef Kadlecsik2014-12-101-4/+0
* Use MSEC_PER_SEC consistentlyJozsef Kadlecsik2014-12-011-2/+2