summaryrefslogtreecommitdiffstats
path: root/kernel/net
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-084-6/+31
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-081-1/+26
* Fix static checker warning in ip_set_core.cJozsef Kadlecsik2014-09-011-1/+2
* Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-051-1/+3
* net/netfilter/ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-056-18/+18
* netnet,netportnet: Fix value range support for IPv4Sergey Popovich2014-05-062-8/+11
* Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa2014-04-071-1/+1
* netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-03-071-23/+23
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-0412-10/+32
* netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-02-161-1/+1
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-232-0/+40
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-083-1/+322
* ipset: remove unused codeStephen Hemminger2014-01-071-28/+0
* netfilter: ipset: Add hash: fix coccinelle warningsFengguang Wu2013-12-271-4/+4
* Typo in ip_set_hash_netnet.c fixedDavid Binderman2013-12-031-1/+1
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-131-0/+9
* ipset: Follow manual page behavior for SET target on list:setSergey Popovich2013-11-111-2/+2
* netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-271-0/+4
* Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-181-1/+1
* Avoid clashing with configured kernel in [CONFIG_]IP_SET_MAXJozsef Kadlecsik2013-10-081-1/+1
* The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2013-10-082-24/+20
* Use dev_net() instead of the direct access to ->nd_netJozsef Kadlecsik2013-10-041-2/+2
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-024-28/+66
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-024-54/+58
* netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith2013-09-303-1/+598
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-288-141/+236
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-254-50/+12
* For set:list types, replaced elements must be zeroed outJozsef Kadlecsik2013-09-231-1/+3
* Fix hash resizing with commentsJozsef Kadlecsik2013-09-231-5/+5
* netfilter: ipset: Support comments in the list-type ipset.Oliver Smith2013-09-231-6/+12
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-234-9/+17
* netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-239-13/+30
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-231-0/+14
* netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith2013-09-204-9/+541
* Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik2013-09-171-1/+1
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-151-10/+14
* list:set: make sure all elements are checked by the gcJozsef Kadlecsik2013-09-091-2/+5
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-093-38/+90
* Generalize extensions supportJozsef Kadlecsik2013-09-0713-749/+105
* Move extension data to set structureJozsef Kadlecsik2013-09-0713-278/+244
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-066-35/+35
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-045-44/+46
* Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-041-0/+17
* Validate the set family and not the set type family at swapping.Jozsef Kadlecsik2013-08-141-1/+1
* Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-07-225-10/+9
* Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik2013-05-311-4/+2
* ipset standalone package needs to ship em_ipset.cJozsef Kadlecsik2013-05-313-0/+148
* Compatibility fixes to keep the support of kernels back to 2.6.32Jozsef Kadlecsik2013-05-092-48/+48
* Support package fragments for IPv4 protos without portsAnders K. Pedersen2013-05-031-1/+17