summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-1676/+0
* netfilter: ipset: send error message manuallyJozsef Kadlecsik2011-02-021-7/+26
* netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16
* Fix sparse warning about shadowed definitionJozsef Kadlecsik2011-01-271-1/+1
* Move the type specifici attribute validation to the coreJozsef Kadlecsik2011-01-271-28/+58
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-261-3/+8
* Constified attribute cannot be writtenJozsef Kadlecsik2011-01-261-1/+11
* Send (N)ACK at dumping only when NLM_F_ACK is setJozsef Kadlecsik2011-01-261-1/+3
* Correct the error codes: use ENOENT and EMSGSIZEJozsef Kadlecsik2011-01-261-17/+17
* Fix trailing whitespaces and pr_* messagesJozsef Kadlecsik2011-01-211-27/+27
* Un-inline functions which are not small enoughJozsef Kadlecsik2011-01-201-4/+4
* Fix module loading at create/header commandsJozsef Kadlecsik2011-01-201-49/+36
* Add missing __GFP_HIGHMEM flag to __vmallocJozsef Kadlecsik2011-01-201-1/+2
* Enforce network-order data in the netlink protocolJozsef Kadlecsik2011-01-201-19/+16
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-201-3/+3
* Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into coreJozsef Kadlecsik2011-01-201-0/+82
* Use static LIST_HEAD() for ip_set_type_listJozsef Kadlecsik2011-01-201-3/+1
* The module parameter max_sets should be unsigned intJozsef Kadlecsik2011-01-201-1/+1
* 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-77/+77
* 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-141-3/+2
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-131-0/+1561