summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix trailing whitespaces and pr_* messagesJozsef Kadlecsik2011-01-2112-69/+67
* Un-inline functions which are not small enoughJozsef Kadlecsik2011-01-2012-161/+42
* Fix module loading at create/header commandsJozsef Kadlecsik2011-01-202-50/+37
* Fix wrong kzalloc flag in type_pf_expireJozsef Kadlecsik2011-01-201-1/+1
* The get_ip*_port functions are too large to be inlined, moved into the core.Jozsef Kadlecsik2011-01-208-138/+160
* Add missing __GFP_HIGHMEM flag to __vmallocJozsef Kadlecsik2011-01-201-1/+2
* Enforce network-order data in the netlink protocolJozsef Kadlecsik2011-01-2012-86/+214
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-2014-123/+110
* Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into coreJozsef Kadlecsik2011-01-202-77/+88
* NETMASK*, HOSTMASK* macros are too genericJozsef Kadlecsik2011-01-2010-55/+74
* Use static LIST_HEAD() for ip_set_type_listJozsef Kadlecsik2011-01-201-3/+1
* Move NLA_PUT_NET* macros to include/net/netlink.hJozsef Kadlecsik2011-01-201-6/+0
* The module parameter max_sets should be unsigned intJozsef Kadlecsik2011-01-201-1/+1
* Get rid of ip_set_kernel.hJozsef Kadlecsik2011-01-2012-26/+0
* Fix the placement style of boolean operators at continued linesJozsef Kadlecsik2011-01-2014-219/+219
* ipset 5.3 releasedv5.3Jozsef Kadlecsik2011-01-181-0/+9
* There is no need to call synchronize_net() at swapping.Jozsef Kadlecsik2011-01-141-4/+0
* Replace strncpy with strlcpy at creating a set.Jozsef Kadlecsik2011-01-141-1/+1
* Update copyright date and some style changes.Jozsef Kadlecsik2011-01-1414-16/+16
* Use jhash.h accepted in kernel, with backward compatibility.Jozsef Kadlecsik2011-01-139-9/+9
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-1313-297/+314
* kernel: remove unused ctnl parameter from call_adJan Engelhardt2011-01-031-6/+5
* Comment the possible return values of the add/del/test type-functionsJozsef Kadlecsik2010-12-231-2/+8
* ipset 5.2 releasedv5.2Jozsef Kadlecsik2010-12-231-0/+3
* Kernel version check at minimal supported version is mistyped, now fixed.Jozsef Kadlecsik2010-12-221-2/+2
* ipset 5.1 releasedv5.1Jozsef Kadlecsik2010-12-221-0/+13
* Kernel version compatibility: support from 2.6.34Jozsef Kadlecsik2010-12-214-38/+42
* kernel: use EXPORT_SYMBOL_GPLJan Engelhardt2010-12-191-13/+13
* kernel: const annotationsJan Engelhardt2010-12-1913-71/+71
* kernel: use __read_mostly for registration-type structuresJan Engelhardt2010-12-199-10/+10
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-1914-51/+40
* xt_set: avoid user types in exported kernel headersJan Engelhardt2010-12-191-6/+6
* Prevent calling Makefile directly in the kernel/ subdirectoryJozsef Kadlecsik2010-12-191-0/+4
* Fix Kbuild for me to delete backup filesJozsef Kadlecsik2010-12-171-1/+1
* Support adding/deleting multiple entries, kernel part.Jozsef Kadlecsik2010-12-174-16/+261
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-1610-70/+58
* Mistypeing in the hbucket() macro fixed.Jozsef Kadlecsik2010-12-161-2/+6
* Document which elements cannot be stored in the different hash types.Jozsef Kadlecsik2010-12-141-2/+2
* Convert last printks to pr_debug in ip_set_ahash.hJozsef Kadlecsik2010-12-131-4/+2
* Remove remnants of slist from ip_set_ahash.hJozsef Kadlecsik2010-12-131-3/+2
* Add proper RCU protection to resizingJozsef Kadlecsik2010-12-101-18/+38
* Convert hash types from chash to ahash.Jozsef Kadlecsik2010-12-107-94/+1127
* Strip off ip_set_ prefix from non-ipset specific header files.Jozsef Kadlecsik2010-12-089-8/+8
* Update ip_set_jhash.hJozsef Kadlecsik2010-12-081-33/+81
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-0722-69/+69
* Complete Kconfig.ipset with hash:net,port type.Jozsef Kadlecsik2010-12-071-8/+16
* Remove include/net/pfxlen.hJozsef Kadlecsik2010-12-0712-311/+305
* Remove command MODIFYJozsef Kadlecsik2010-12-071-17/+16
* Whitespace, checkpatch.pl cleanups.Jozsef Kadlecsik2010-12-0720-375/+376
* The protocol extended with the command MODIFY.Jozsef Kadlecsik2010-11-051-18/+19