summaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/ip_set_core.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-11netfilter: ipset: small potential read beyond the end of bufferDan Carpenter1-0/+6
2014-10-22netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter1-1/+1
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+39
2014-09-16netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov1-1/+26
2014-09-16netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik1-1/+2
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches1-12/+11
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-06-05net: use the new API kvfree()WANG Cong1-4/+1
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt1-0/+2
2014-03-06netfilter: ipset: move registration message to init from net_initIlia Mirkin1-1/+1
2014-03-06netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich1-2/+2
2014-02-25netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy1-23/+23
2014-01-04netfilter: ipset: remove unused codestephen hemminger1-28/+0
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-35/+35
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-101/+187
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith1-0/+14
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-0/+46
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik1-0/+17
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik1-2/+1
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik1-1/+1
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-0/+10
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik1-7/+17
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-3/+2
2013-02-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+2
2013-02-21netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik1-1/+2
2013-02-05netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso1-13/+13
2012-12-03netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik1-83/+160
2012-11-19net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-09-23netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik1-0/+6
2012-09-23netfilter: ipset: Coding style fixesJozsef Kadlecsik1-3/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-12/+12
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka1-0/+12
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-19/+24
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-8/+8
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-01-17netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik1-0/+1
2012-01-17netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik1-10/+26
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+1
2011-06-22Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik1-2/+2
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik1-4/+8
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-20/+25
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik1-5/+6
2011-06-16netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik1-27/+46
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik1-13/+13
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-05-26netfilter: ipset: fix ip_set_flush return codeJozsef Kadlecsik1-1/+1