summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* ipset 6.1 releasedv6.1Jozsef Kadlecsik2011-03-191-0/+6
* Fix revision reportingJozsef Kadlecsik2011-03-191-1/+1
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-186-5/+21
* Fix checking the revision of the set type at create commandJozsef Kadlecsik2011-03-181-4/+16
* hash:ip,port* types with IPv4Jozsef Kadlecsik2011-03-185-94/+48
* netfilter:ipset: fix the compile warning in ip_set_createShan Wei2011-03-041-1/+1
* ipset 6.0 releasedv6.0Jozsef Kadlecsik2011-02-031-0/+26
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-0321-125/+1124
* netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2011-02-032-6/+19
* netfilter: ipset: send error message manuallyJozsef Kadlecsik2011-02-021-7/+26
* netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()Patrick McHardy2011-02-021-0/+2
* netfilter: ipset: add missing include to xt_set.hPatrick McHardy2011-02-011-0/+1
* netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-019-27/+0
* netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16
* Separate ipset errnos completely from system ones and bump protocol version.Jozsef Kadlecsik2011-01-311-3/+3
* Use better error codes in xt_set.cJozsef Kadlecsik2011-01-311-12/+12
* Fix sparse warning about shadowed definitionJozsef Kadlecsik2011-01-271-1/+1
* bitmap:ip type: flavour specific adt functionsJozsef Kadlecsik2011-01-271-301/+168
* bitmap:port type: flavour specific adt functionsJozsef Kadlecsik2011-01-271-278/+159
* Move the type specifici attribute validation to the coreJozsef Kadlecsik2011-01-2713-392/+254
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-2612-24/+20
* Use meaningful error messages in xt_set.cJozsef Kadlecsik2011-01-261-8/+12
* 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-266-43/+69
* ipset 5.4 releasedv5.4Jozsef Kadlecsik2011-01-211-0/+23
* Fixed broken ICMP and ICMPv6 handlingJozsef Kadlecsik2011-01-211-6/+7
* 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