summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-06-132-3/+17
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-06-132-23/+27
* Fix error path in mtype_resize() when new hash bucket cannot be allocatedJozsef Kadlecsik2015-06-131-10/+15
* There is no need to call synchronize_rcu() after list_add_rcu()Jozsef Kadlecsik2015-06-131-1/+1
* Fix typo in function name get_phyoutdev_name()Jozsef Kadlecsik2015-06-131-2/+2
* netfilter: ipset: Separate memsize calculation code into dedicated functionsJozsef Kadlecsik2015-05-062-10/+31
* netfilter: ipset: Split extensions into separate filesJozsef Kadlecsik2015-05-064-92/+122
* netfilter: ipset: Improve comment extension helpersJozsef Kadlecsik2015-05-061-1/+1
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2015-05-053-30/+24
* netfilter: ipset: Headers file cleanupJozsef Kadlecsik2015-05-053-31/+31
* netfilter: ipset: Correct rcu_dereference_bh_nfnl() usageJozsef Kadlecsik2015-05-051-4/+6
* netfilter: bridge: add helpers for fetching physin/outdevpabloFlorian Westphal2015-04-272-9/+42
* When a single set is destroyed, make sure it can't be grabbed by dumpJozsef Kadlecsik2015-04-261-9/+11
* In comment extension ip_set_comment_free() is always called in a safe pathJozsef Kadlecsik2015-04-261-1/+11
* Add rcu_barrier() to module removal in the bitmap types tooJozsef Kadlecsik2015-04-173-0/+3
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-1715-114/+123
* Make sure bitmap:ip,mac detects the proper MAC even when it's overwrittenJozsef Kadlecsik2015-03-294-6/+20
* RCU safe comment extension handlingJozsef Kadlecsik2015-03-294-20/+42