summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_hash_netport.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-578/+0
* netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-011-3/+0
* Move the type specifici attribute validation to the coreJozsef Kadlecsik2011-01-271-39/+20
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-261-2/+1
* Fix trailing whitespaces and pr_* messagesJozsef Kadlecsik2011-01-211-1/+1
* Un-inline functions which are not small enoughJozsef Kadlecsik2011-01-201-25/+4
* The get_ip*_port functions are too large to be inlined, moved into the core.Jozsef Kadlecsik2011-01-201-4/+4
* Enforce network-order data in the netlink protocolJozsef Kadlecsik2011-01-201-2/+19
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-201-8/+8
* NETMASK*, HOSTMASK* macros are too genericJozsef Kadlecsik2011-01-201-7/+7
* Get rid of ip_set_kernel.hJozsef Kadlecsik2011-01-201-1/+0
* Fix the placement style of boolean operators at continued linesJozsef Kadlecsik2011-01-201-16/+16
* Update copyright date and some style changes.Jozsef Kadlecsik2011-01-141-1/+1
* Use jhash.h accepted in kernel, with backward compatibility.Jozsef Kadlecsik2011-01-131-1/+1
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-131-0/+1
* kernel: const annotationsJan Engelhardt2010-12-191-6/+6
* kernel: use __read_mostly for registration-type structuresJan Engelhardt2010-12-191-1/+1
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-191-2/+2
* Support adding/deleting multiple entries, kernel part.Jozsef Kadlecsik2010-12-171-4/+45
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-161-4/+4
* Convert hash types from chash to ahash.Jozsef Kadlecsik2010-12-101-16/+12
* Strip off ip_set_ prefix from non-ipset specific header files.Jozsef Kadlecsik2010-12-081-1/+1
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-8/+8
* Remove include/net/pfxlen.hJozsef Kadlecsik2010-12-071-1/+0
* Whitespace, checkpatch.pl cleanups.Jozsef Kadlecsik2010-12-071-22/+22
* Resizing converted to run under read-locking of the setJozsef Kadlecsik2010-10-301-6/+9
* Fixes, cleanups, commentsv5.0-pre8Jozsef Kadlecsik2010-10-241-0/+566