]> granicus.if.org Git - ipset/history - kernel/net/netfilter/ipset/ip_set_hash_netiface.c
netfilter: ipset: remove inline from static functions in .c files.
[ipset] / kernel / net / netfilter / ipset / ip_set_hash_netiface.c
2019-10-07 Jeremy Sowdennetfilter: ipset: remove inline from static functions...
2019-06-05 Jozsef Kadlecsikipset: update my email address
2018-01-12 Jozsef KadlecsikFix wraparound bug introduced in commit 48596a8ddc46
2017-09-18 Jozsef KadlecsikFix adding an IPv4 range containing more than 2^31...
2017-03-23 Jozsef KadlecsikCompatibility: handle changes in 4.10 kernel tree
2016-01-13 Florian Westphalnetfilter: ipset: allow a 0 netmask with hash_netiface...
2015-06-26 Jozsef KadlecsikMake struct htype per ipset family
2015-06-13 Jozsef KadlecsikFix typo in function name get_phyoutdev_name()
2015-04-27 Florian Westphalnetfilter: bridge: add helpers for fetching physin... pablo
2015-03-24 Sergey Popovichnetfilter: ipset: Fix hashing for ipv6 sets
2015-03-23 Sergey Popovichnetfilter: ipset: Check for comment netlink attribute...
2015-03-20 Sergey Popovichnetfilter: ipset: Return bool values instead of int
2015-03-20 Sergey Popovichnetfilter: ipset: Check CIDR value only when attribute...
2015-03-20 Sergey Popovichnetfilter: ipset: Make sure we always return line numbe...
2015-03-20 Sergey Popovichnetfilter: ipset: Check extensions attributes before...
2015-03-19 Sergey Popovichnetfilter: ipset: Return ipset error instead of bool
2015-03-19 Sergey Popovichnetfilter: ipset: Preprocessor directices cleanup
2015-03-13 Jozsef KadlecsikFix cidr handling for hash:*net* types
2015-01-06 Jozsef KadlecsikFix coding styles reported by checkpatch.pl
2014-12-10 Jozsef KadlecsikCall rcu_barrier() in module removal path
2014-12-10 Jozsef KadlecsikResolve the STREQ macro to make the code more readable...
2014-11-18 Jozsef Kadlecsikstyles warned by checkpatch.pl fixed
2014-11-18 Jozsef KadlecsikRemove rbtree from hash:net,iface in order to run under RCU
2014-11-18 Jozsef KadlecsikIndicate when /0 networks are supported
2014-11-03 Pablo Neira Ayusonetfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
2014-09-08 Anton Danilovnetfilter: ipset: Add skbinfo extension kernel support...
2014-03-04 Josh Huntipset: add forceadd kernel support for hash set types
2013-11-13 Cody P Schafernet ipset: use rbtree postorder iteration instead of...
2013-09-23 Oliver Smithnetfilter: ipset: Support comments in hash-type ipsets.
2013-09-07 Jozsef KadlecsikGeneralize extensions support
2013-09-06 Jozsef KadlecsikMove extension data to set structure
2013-09-04 Jozsef KadlecsikPrepare ipset to support multiple networks for hash...
2013-07-22 Jozsef KadlecsikConsistent userspace testing with nomatch flag
2013-05-01 Jozsef KadlecsikFix "may be used uninitialized" warnings
2013-05-01 Jozsef KadlecsikRename simple macro names to avoid namespace issues.
2013-04-09 Jozsef KadlecsikThe hash types with counter support
2013-04-09 Jozsef KadlecsikHash types using the unified code base
2013-04-09 Jozsef KadlecsikMove often used IPv6 address masking function to header...
2013-04-09 Jozsef KadlecsikMake possible to test elements marked with nomatch...
2013-04-09 YOSHIFUJI Hideakinetfilter ipset: Use ipv6_addr_equal() where appropriate.
2013-04-09 Jozsef Kadlecsikhash:*net*: nomatch flag not excluded on set resize
2012-11-22 Florian Westphalnetfilter: ipset: fix netiface set name overflow
2012-09-21 Jozsef KadlecsikSupport to match elements marked with "nomatch" in...
2012-09-11 Jozsef KadlecsikInclude supported revisions in module description
2012-09-10 Jozsef KadlecsikAdd /0 network support to hash:net,iface type
2012-06-19 Florian Westphalnetfilter: ipset: hash:net,iface: fix interface comparison
2012-05-10 David S. Milleripset: Stop using NLA_PUT*().
2012-05-06 Jozsef KadlecsikFix hash size checking in kernel
2012-05-04 Jozsef KadlecsikSparse warnings "incorrect type in assignment" fixed
2012-01-13 Jozsef KadlecsikExceptions support added to hash:*net* types
2011-09-01 Jozsef KadlecsikMerge branch 'master' of git://dev.medozas.de/ipset
2011-08-31 Jan Engelhardtipset: use NFPROTO_ constants
2011-07-08 Jozsef Kadlecsikhash:net,iface fixed to handle overlapping nets behind...
2011-05-31 Jozsef KadlecsikWhitespace and coding fixes detected by checkpatch.pl
2011-05-30 Jozsef Kadlecsikhash:net,iface type introduced