summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipset 7.5 releasedv7.5Jozsef Kadlecsik2020-01-093-1/+22
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-091-1/+2
* ip_set: Pass init_net when @net is missing in match check params data structureSerhey Popovych2019-12-091-1/+1
* netfilter: xt_set: Do not restrict --map-set to the mangle tableSerhey Popovych2019-12-091-5/+0
* em_ipset: Build on old kernelsSerhey Popovych2019-12-094-2/+30
* compat: Use skb_vlan_tag_present() instead of vlan_tx_tag_present()Serhey Popovych2019-12-091-1/+12
* configure.ac: Support building with old autoconf 2.63Serhey Popovych2019-12-091-0/+6
* configure.ac: Build on kernels without skb->vlan_proto correctlySerhey Popovych2019-12-092-0/+15
* configure.ac: Add cond_resched_rcu() checksSerhey Popovych2019-12-092-0/+22
* configure.ac: Better match for ipv6_skip_exthdr() frag_offp arg presenceSerhey Popovych2019-12-091-1/+1
* Document explicitly that protocol is not stored in bitmap:portJozsef Kadlecsik2019-11-142-6/+7
* ipset 7.4 releasedv7.4Jozsef Kadlecsik2019-11-013-1/+36
* Fix compatibility support for netlink extended ACK and add synchronize_rcu_bh...Jozsef Kadlecsik2019-11-013-2/+18
* Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-11-013-2/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-3124-88/+24
* netfilter: remove unnecessary spacesyangxingwu2019-10-312-2/+2
* ipset: Add wildcard support to net,ifaceKristian Evensen2019-10-319-7/+144
* Sort naturally instead of textual sort (bugzilla #1369)Jozsef Kadlecsik2019-10-312-113/+189
* ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-10-311-1/+1
* Do not return with error at 'make modules_install' when modules are not loadedJozsef Kadlecsik2019-10-311-1/+1
* netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-073-31/+27
* netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden2019-10-072-14/+12
* netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden2019-10-072-22/+25
* netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden2019-10-072-102/+102
* netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden2019-10-072-62/+67
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-0719-138/+138
* netfilter: ipset: add a coding-style fix to ip_set_ext_destroy.Jeremy Sowden2019-10-071-3/+5
* netfilter: added missing includes to a number of header-files.Jeremy Sowden2019-10-071-0/+4
* netfilter: inlined four headers files into another one.Jeremy Sowden2019-10-077-297/+234
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-08-271-3/+5
* ipset 7.3 releasedv7.3Jozsef Kadlecsik2019-07-233-1/+11
* 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
* ipset: fix spelling error in libipset.3 manpageNeutron Soutmun2019-06-281-5/+5
* Explicitly comment that we need ipset_nest_start(),Jozsef Kadlecsik2019-06-101-0/+7
* ipset 7.2 releasedJozsef Kadlecsik2019-06-103-1/+13
* ipset: update my email addressJozsef Kadlecsik2019-06-0575-89/+89
* 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-103-1/+18
* Add compatibility support for strscpy()Jozsef Kadlecsik2018-12-102-0/+15
* netfilter/ipset: replace a strncpy() with strscpy()Qian Cai2018-12-041-2/+4
* Correct the manpage about the sort option, supported since 3713072dJozsef Kadlecsik2018-11-301-1/+1
* Add missing functions to libipset.mapJozsef Kadlecsik2018-11-283-5/+12
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-11-281-1/+1