summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2022-12-301-19/+21
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2022-12-101-1/+1
* ipset 7.16 releasedv7.16Jozsef Kadlecsik2022-11-213-1/+37
* Add new ipset_parse_bitmask() function to the library interface.Jozsef Kadlecsik2022-11-212-1/+5
* test: Make sure no more than 64 clashing elements can be added to hash:net,if...Jozsef Kadlecsik2022-11-211-0/+4
* netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-211-1/+1
* Fix all debug mode warningsJozsef Kadlecsik2022-11-203-17/+24
* netfilter: ipset: add tests for the new bitmask featureVishwanath Pai2022-11-2016-1/+426
* netfilter: ipset: Update the man page to include netmask/bitmask optionsVishwanath Pai2022-11-201-3/+30
* netfilter: ipset: Add bitmask support to hash:netnetVishwanath Pai2022-11-201-0/+101
* netfilter: ipset: Add bitmask support to hash:ipportVishwanath Pai2022-11-201-0/+108
* netfilter: ipset: Add bitmask support to hash:ipVishwanath Pai2022-11-201-0/+86
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-2011-3/+83
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-206-26/+126
* netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-071-5/+3
* netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-11-071-2/+2
* compatibility: handle unsafe_memcpy()Jozsef Kadlecsik2022-11-071-0/+6
* netlink: Bounds-check struct nlmsgerr creationKees Cook2022-11-071-3/+4
* compatibility: move to skb_protocol in the code from tc_skb_protocolJozsef Kadlecsik2022-11-072-6/+4
* Compatibility: check kvcalloc, kvfree, kvzalloc in slab.h tooJozsef Kadlecsik2022-11-071-1/+13
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2022-11-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2022-11-071-4/+1
* headers: Remove some left-over license text in include/uapi/linux/netfilter/Christophe JAILLET2022-11-071-4/+0
* netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-071-24/+6
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2022-10-171-2/+2
* ipset-translate: allow invoking with a path nameQuentin Armitage2022-08-161-1/+2
* Fix IPv6 sets nftables translationPablo Neira Ayuso2022-02-283-14/+14
* Fix typo in ipset-translate man pageBernhard M. Wiedemann2021-09-291-1/+1
* ipset 7.15 releasedv7.15Jozsef Kadlecsik2021-08-042-1/+5
* netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt()Nathan Chancellor2021-08-031-3/+3
* ipset 7.14 releasedv7.14Jozsef Kadlecsik2021-07-283-1/+8
* 64bit division isn't allowed on 32bit, replace it with shiftJozsef Kadlecsik2021-07-281-1/+2
* Add missing function to libipset.map and bump library versionJozsef Kadlecsik2021-07-282-1/+6
* ipset 7.13 releasedv7.13Jozsef Kadlecsik2021-07-273-1/+8
* When parsing protocols by number, do not check it in /etc/protocols.Jozsef Kadlecsik2021-07-271-7/+7
* Add missing hunk to patch "Allow specifying protocols by number"Jozsef Kadlecsik2021-07-161-2/+12
* Limit the maximal range of consecutive elements to add/delete fixJozsef Kadlecsik2021-07-1610-19/+70
* ipset 7.12 releasedv7.12Jozsef Kadlecsik2021-07-143-1/+19
* Allow specifying protocols by numberHaw Loeung2021-07-141-15/+18
* Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-07-1411-0/+31
* Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso.Jozsef Kadlecsik2021-06-271-1/+1
* tests: add tests ipset to nftablesPablo Neira Ayuso2021-06-263-0/+140
* add ipset to nftables translation infrastructurePablo Neira Ayuso2021-06-267-4/+654
* lib: Detach restore routine from parserPablo Neira Ayuso2021-06-261-1/+4
* lib: split parser from command executionPablo Neira Ayuso2021-06-261-14/+30
* Backport "netfilter: use nfnetlink_unicast()"Jozsef Kadlecsik2021-06-263-40/+53
* Backport "netfilter: nfnetlink: consolidate callback type"Jozsef Kadlecsik2021-06-263-0/+33
* Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"Jozsef Kadlecsik2021-06-263-62/+109
* Backport "netfilter: add helper function to set up the nfnetlink header and u...Jozsef Kadlecsik2021-06-263-14/+43
* Fix patch "Parse port before trying by service name"Jozsef Kadlecsik2021-06-261-14/+22