summaryrefslogtreecommitdiffstats
path: root/kernel/include
Commit message (Expand)AuthorAgeFilesLines
* 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-063-9/+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
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-1/+1
* Remove an unused macroJozsef Kadlecsik2014-12-101-4/+0
* Use MSEC_PER_SEC consistentlyJozsef Kadlecsik2014-12-011-2/+2
* Remove unnecessary integer RCU handling and fix sparse warningsJozsef Kadlecsik2014-11-273-82/+41
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-181-5/+8
* styles warned by checkpatch.pl fixedJozsef Kadlecsik2014-11-181-4/+5
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-182-35/+86
* Add more compatibility checkings to support older kernel releasesJozsef Kadlecsik2014-11-181-1/+3
* Kernel API changes in em_ipset.c, support both old and new onesJozsef Kadlecsik2014-11-031-0/+2
* net: use the new API kvfree()WANG Cong2014-11-031-0/+11
* Use IS_ENABLED macro and define it if requiredJozsef Kadlecsik2014-11-031-0/+11
* Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-11-032-3/+18
* skbinfo extension: send nonzero extension elements only to userspaceJozsef Kadlecsik2014-09-151-7/+11
* netfilter: ipset: Add skbinfo extension support to SET target.Anton Danilov2014-09-141-0/+10
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-082-1/+67
* Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-051-0/+1
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-042-2/+8
* kernel: uapi: fix MARKMASK attr ABI breakageFlorian Westphal2014-02-141-2/+2
* Prepare the kernel for create option flags when no extension is neededJozsef Kadlecsik2014-02-132-0/+8
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-231-0/+2
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-082-4/+7
* ipset: remove unused codeStephen Hemminger2014-01-071-1/+0
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-131-1/+2
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-271-0/+1
* Avoid clashing with configured kernel in [CONFIG_]IP_SET_MAXJozsef Kadlecsik2013-10-081-0/+8
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-021-11/+27
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-0/+10
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-281-7/+9
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-251-0/+21
* ipset: Support comments in the userspace library.Oliver Smith2013-09-231-0/+3
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-233-8/+104
* Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik2013-09-171-0/+5
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-091-5/+17
* Generalize extensions supportJozsef Kadlecsik2013-09-071-0/+13
* Move extension data to set structureJozsef Kadlecsik2013-09-072-11/+22
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-061-8/+8
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-041-0/+2
* Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-041-0/+8
* Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-07-221-2/+4
* Backport nla_put_net64Jozsef Kadlecsik2013-05-091-0/+10
* Use fix sized type for timeout in the extension partJozsef Kadlecsik2013-05-021-1/+1
* Make sure kernel configured properly for sparse checkingsJozsef Kadlecsik2013-05-011-0/+6
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-0/+3
* set match: add support to match the countersJozsef Kadlecsik2013-04-093-6/+43
* Introduce the counter extension in the coreJozsef Kadlecsik2013-04-092-4/+76