summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ipset 7.3 releasedv7.3Jozsef Kadlecsik2019-07-231-0/+7
* Fix rename concurrency with listingJozsef Kadlecsik2019-07-231-1/+1
* ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac setsStefano Brivio2019-06-282-2/+2
* ipset: Actually allow destination MAC address for hash:ip,mac sets tooStefano Brivio2019-06-281-4/+0
* Explicitly comment that we need ipset_nest_start(),Jozsef Kadlecsik2019-06-101-0/+7
* ipset 7.2 releasedJozsef Kadlecsik2019-06-101-0/+9
* ipset: update my email addressJozsef Kadlecsik2019-06-0526-40/+40
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-06-041-1/+1
* Fix error path in set_target_v3_checkentry()Jozsef Kadlecsik2019-01-181-20/+21
* Fix the last missing check of nla_parse()Jozsef Kadlecsik2019-01-101-3/+6
* netfilter: ipset: fix a missing check of nla_parseAditya Pakki2019-01-081-2/+7
* netfilter: ipset: merge uadd and udel functionsFlorent Fourcot2019-01-082-54/+24
* netfilter: ipset: remove useless memset() callsFlorent Fourcot2019-01-081-2/+0
* ipset 7.1 releasedv7.1Jozsef Kadlecsik2018-12-101-0/+7
* Add compatibility support for strscpy()Jozsef Kadlecsik2018-12-101-0/+5
* netfilter/ipset: replace a strncpy() with strscpy()Qian Cai2018-12-041-2/+4
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-11-281-1/+1
* netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2018-11-281-1/+1
* Correct workaround in patch "Fix calling ip_set() macro at dumping"Jozsef Kadlecsik2018-10-301-15/+4
* ipset 7.0 releasedv7.0Jozsef Kadlecsik2018-10-271-0/+22
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-274-25/+164
* License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2018-10-224-0/+4
* Add compatibility support for async in pernet_operations.Jozsef Kadlecsik2018-10-221-0/+1
* net: Convert ip_set_net_opsKirill Tkhai2018-10-221-1/+4
* netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-221-1/+1
* Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-10-191-4/+19
* 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
* netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-09-241-5/+5
* Add compatibility to support is_zero_ether_addr()Jozsef Kadlecsik2018-08-301-1/+13
* ipset: Make invalid MAC address checks consistentStefano Brivio2018-08-302-7/+7
* ipset: Allow matching on destination MAC address for mac and ipmac setsStefano Brivio2018-08-303-16/+20
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-08-301-4/+4
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-163-19/+23
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-041-1/+4
* Limit max timeout value to (UINT_MAX >> 1)/MSEC_PER_SECJozsef Kadlecsik2018-06-012-8/+10
* List timing out entries with "timeout 1" instead of zero timeout valueJozsef Kadlecsik2018-06-011-2/+8
* netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-05-301-1/+1
* ipset 6.37 releasedv6.37Jozsef Kadlecsik2018-04-101-0/+4
* netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-04-101-5/+2
* ipset 6.36 releasedv6.36Jozsef Kadlecsik2018-03-031-0/+7
* Remove duplicate module descriptionJozsef Kadlecsik2018-01-291-8/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-291-1/+2
* Fix wraparound bug introduced in commit 48596a8ddc46Jozsef Kadlecsik2018-01-126-63/+63
* ipset 6.35 releasedv6.35Jozsef Kadlecsik2018-01-061-0/+17
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-061-1/+1
* 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
* Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik2018-01-041-0/+2
* netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-041-1/+1