summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ipset 6.33 releasedv6.33Jozsef Kadlecsik2017-09-121-0/+19
* Backport patch: sctp: remove the typedef sctp_sctphdr_tJozsef Kadlecsik2017-09-112-0/+6
* Backport patch: netfilter: nfnetlink: extended ACK reportingJozsef Kadlecsik2017-09-112-18/+35
* ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-09-111-8/+0
* Backport patch: netlink: pass extended ACK struct to parsing functionsJozsef Kadlecsik2017-09-112-19/+29
* Backport patch netlink: extended ACK reportingJozsef Kadlecsik2017-09-112-1/+8
* netfilter: Remove exceptional & on function nameArushi Singhal2017-09-111-1/+1
* Backport missing part of patch: netfilter: Remove unnecessary cast on void po...Jozsef Kadlecsik2017-09-111-2/+1
* Backport nfnl_msg_type()Jozsef Kadlecsik2017-09-112-1/+9
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-061-1/+13
* netfilter: ipset: deduplicate prefixlen mapsAaron Conole2017-09-061-258/+137
* Fix sparse warningsJozsef Kadlecsik2017-03-232-2/+2
* netfilter: ipset: Compress return logicsimran singhal2017-03-231-4/+1
* netfilter: ipset: Remove unnecessary cast on void pointersimran singhal2017-03-232-3/+3
* Compatibility: handle changes in 4.10 kernel treeJozsef Kadlecsik2017-03-234-17/+54
* ipset 6.31 releasedv6.31Jozsef Kadlecsik2017-02-191-0/+8
* netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-161-3/+6
* Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-161-1/+1
* Correct copyright ownerJozsef Kadlecsik2016-11-102-2/+2
* Revert patch "Correct rcu_dereference_bh_nfnl() usage"Jozsef Kadlecsik2016-11-101-6/+4
* 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