summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ipset 6.30 releasedv6.30Jozsef Kadlecsik2016-10-171-0/+20
* netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot2016-10-151-4/+4
* Fix the nla_put_net64() API changes backportJozsef Kadlecsik2016-10-141-2/+2
* netfilter: ipset: Fixing unnamed union initElad Raz2016-10-132-12/+32
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2016-10-132-6/+9
* Correct the reported memory size for bitmap:* typesJozsef Kadlecsik2016-10-132-4/+7
* Fix coding styles reported by checkpatch.pl, already in kernelJozsef Kadlecsik2016-10-111-4/+3
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2016-10-112-0/+4
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2016-10-112-1/+12
* Check IPSET_ATTR_ETHER netlink attribute length in hash:ipmac tooJozsef Kadlecsik2016-10-111-0/+2
* netfilter: fix include files for compilationMikko Rapeli2016-10-113-0/+6
* ipset: Backports for the nla_put_net64() API changesNeutron Soutmun2016-06-284-7/+18
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* hash:ipmac type support added to ipsetTomasz Chilinski2016-05-053-1/+323
* ipset 6.29 releasedv6.29Jozsef Kadlecsik2016-03-161-0/+3
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-165-8/+35
* ipset 6.28 releasedv6.28Jozsef Kadlecsik2016-03-121-0/+8
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
* Fix __aligned_u64 compatibility support for older kernel releasesJozsef Kadlecsik2016-02-292-5/+1
* Add compatibility to support EXPORT_SYMBOL_GPL in module.hJozsef Kadlecsik2016-02-241-0/+5
* Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Jozsef Kadlecsik2016-02-162-48/+58
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0
* ipset 6.27 releasedv6.27Jozsef Kadlecsik2015-11-071-0/+14
* Fix reported memory size for hash:* typesJozsef Kadlecsik2015-11-071-7/+9
* Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+10
* Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
* Collapse same condition body to a single oneJozsef Kadlecsik2015-11-071-7/+1
* Fix extension alignmentJozsef Kadlecsik2015-11-078-83/+66
* Compatibility: include linux/export.h when neededJozsef Kadlecsik2015-10-283-27/+30
* Compatibility: make sure vmalloc.h is included for kvfree()Jozsef Kadlecsik2015-10-261-0/+1
* Fix detecting 'struct net' in 'struct tcf_ematch'Jozsef Kadlecsik2015-10-191-0/+4
* Protect definition of RCU_INIT_POINTER in compatibility header fileJozsef Kadlecsik2015-10-191-0/+4
* netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov2015-10-161-1/+1
* ipset 6.26 releasedv6.26Jozsef Kadlecsik2015-08-281-0/+12
* Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-251-4/+8
* Make struct htype per ipset familyJozsef Kadlecsik2015-06-2611-74/+63
* Optimize hash creation routineJozsef Kadlecsik2015-06-261-34/+29
* Make sure element data size is a multiple of u32Jozsef Kadlecsik2015-06-261-2/+8
* Make NLEN compile time constant for hash typesJozsef Kadlecsik2015-06-261-26/+21
* Simplify mtype_expire() for hash typesJozsef Kadlecsik2015-06-261-17/+17
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-266-21/+32
* net: sched: Simplify em_ipset_matchEric W. Biederman2015-06-251-2/+2
* ipset 6.25.1 releasedv6.25.1Jozsef Kadlecsik2015-06-251-0/+4
* net/netfilter/ipset: work around gcc-4.4.4 initializer bugAndrew Morton2015-06-252-4/+16
* ipset 6.25 releasedv6.25Jozsef Kadlecsik2015-06-251-0/+67
* Add element count to all set types headerJozsef Kadlecsik2015-06-255-14/+27
* Add element count to hash headersEric B Munson2015-06-191-1/+2