summaryrefslogtreecommitdiffstats
path: root/kernel/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-04-101-5/+2
* Remove duplicate module descriptionJozsef Kadlecsik2018-01-291-8/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-291-1/+2
* Fix wraparound bug introduced in commit 48596a8ddc46Jozsef Kadlecsik2018-01-126-63/+63
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-061-1/+1
* Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik2018-01-041-0/+2
* netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-041-1/+1
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-043-2/+2
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-045-122/+89
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-036-15/+42
* netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva2017-11-063-18/+6
* netfilter: ipset: Fix race between dump and swapRoss Lagerwall2017-09-281-2/+5
* netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal2017-09-261-17/+26
* Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik2017-09-1810-22/+24
* Backport patch: sctp: remove the typedef sctp_sctphdr_tJozsef Kadlecsik2017-09-111-0/+5
* Backport patch: netfilter: nfnetlink: extended ACK reportingJozsef Kadlecsik2017-09-111-13/+26
* ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-09-111-8/+0
* Backport patch: netlink: pass extended ACK struct to parsing functionsJozsef Kadlecsik2017-09-111-19/+20
* Backport patch netlink: extended ACK reportingJozsef Kadlecsik2017-09-111-1/+1
* netfilter: Remove exceptional & on function nameArushi Singhal2017-09-111-1/+1
* Backport missing part of patch: netfilter: Remove unnecessary cast on void po...Jozsef Kadlecsik2017-09-111-2/+1
* Backport nfnl_msg_type()Jozsef Kadlecsik2017-09-111-1/+1
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-061-1/+13
* netfilter: ipset: deduplicate prefixlen mapsAaron Conole2017-09-061-258/+137
* Fix sparse warningsJozsef Kadlecsik2017-03-232-2/+2
* netfilter: ipset: Compress return logicsimran singhal2017-03-231-4/+1
* netfilter: ipset: Remove unnecessary cast on void pointersimran singhal2017-03-232-3/+3
* Compatibility: handle changes in 4.10 kernel treeJozsef Kadlecsik2017-03-233-16/+36
* netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-161-3/+6
* Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-161-1/+1
* Revert patch "Correct rcu_dereference_bh_nfnl() usage"Jozsef Kadlecsik2016-11-101-6/+4
* netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot2016-10-151-4/+4
* netfilter: ipset: Fixing unnamed union initElad Raz2016-10-132-12/+32
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2016-10-131-6/+3
* Correct the reported memory size for bitmap:* typesJozsef Kadlecsik2016-10-132-4/+7
* Fix coding styles reported by checkpatch.pl, already in kernelJozsef Kadlecsik2016-10-111-4/+3
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2016-10-111-0/+3
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2016-10-111-1/+1
* Check IPSET_ATTR_ETHER netlink attribute length in hash:ipmac tooJozsef Kadlecsik2016-10-111-0/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* hash:ipmac type support added to ipsetTomasz Chilinski2016-05-053-1/+323
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-164-8/+31
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
* Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Jozsef Kadlecsik2016-02-161-48/+49
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0
* Fix reported memory size for hash:* typesJozsef Kadlecsik2015-11-071-7/+9
* Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+10