index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix wraparound bug introduced in commit 48596a8ddc46
Jozsef Kadlecsik
2018-01-12
6
-63
/
+63
*
netfilter: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-01-06
1
-1
/
+1
*
Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()
Jozsef Kadlecsik
2018-01-04
1
-0
/
+2
*
netfilter: ipset: use nfnl_mutex_is_locked
Florian Westphal
2018-01-04
1
-1
/
+1
*
netfilter: ipset: add resched points during set listing
Florian Westphal
2018-01-04
3
-2
/
+2
*
Fix "don't update counters" mode when counters used at the matching
Jozsef Kadlecsik
2018-01-04
5
-122
/
+89
*
Backport patch: netfilter: ipset: Convert timers to use timer_setup()
Jozsef Kadlecsik
2018-01-03
6
-15
/
+42
*
netfilter: ipset: use swap macro instead of _manually_ swapping values
Gustavo A. R. Silva
2017-11-06
3
-18
/
+6
*
netfilter: ipset: Fix race between dump and swap
Ross Lagerwall
2017-09-28
1
-2
/
+5
*
netfilter: ipset: pernet ops must be unregistered last
Florian Westphal
2017-09-26
1
-17
/
+26
*
Fix adding an IPv4 range containing more than 2^31 addresses
Jozsef Kadlecsik
2017-09-18
10
-22
/
+24
*
Backport patch: sctp: remove the typedef sctp_sctphdr_t
Jozsef Kadlecsik
2017-09-11
1
-0
/
+5
*
Backport patch: netfilter: nfnetlink: extended ACK reporting
Jozsef Kadlecsik
2017-09-11
1
-13
/
+26
*
ipset: remove unused function __ip_set_get_netlink
Aaron Conole
2017-09-11
1
-8
/
+0
*
Backport patch: netlink: pass extended ACK struct to parsing functions
Jozsef Kadlecsik
2017-09-11
1
-19
/
+20
*
Backport patch netlink: extended ACK reporting
Jozsef Kadlecsik
2017-09-11
1
-1
/
+1
*
netfilter: Remove exceptional & on function name
Arushi Singhal
2017-09-11
1
-1
/
+1
*
Backport missing part of patch: netfilter: Remove unnecessary cast on void po...
Jozsef Kadlecsik
2017-09-11
1
-2
/
+1
*
Backport nfnl_msg_type()
Jozsef Kadlecsik
2017-09-11
1
-1
/
+1
*
netfilter: ipset: ipset list may return wrong member count for set with timeout
Vishwanath Pai
2017-09-06
1
-1
/
+13
*
netfilter: ipset: deduplicate prefixlen maps
Aaron Conole
2017-09-06
1
-258
/
+137
*
Fix sparse warnings
Jozsef Kadlecsik
2017-03-23
2
-2
/
+2
*
netfilter: ipset: Compress return logic
simran singhal
2017-03-23
1
-4
/
+1
*
netfilter: ipset: Remove unnecessary cast on void pointer
simran singhal
2017-03-23
2
-3
/
+3
*
Compatibility: handle changes in 4.10 kernel tree
Jozsef Kadlecsik
2017-03-23
3
-16
/
+36
*
netfilter: ipset: Null pointer exception in ipset list:set
Vishwanath Pai
2017-02-16
1
-3
/
+6
*
Fix bug: sometimes valid entries in hash:* types of sets were evicted
Jozsef Kadlecsik
2017-02-16
1
-1
/
+1
*
Revert patch "Correct rcu_dereference_bh_nfnl() usage"
Jozsef Kadlecsik
2016-11-10
1
-6
/
+4
*
netfilter: ipset: hash: fix boolreturn.cocci warnings
kbuild test robot
2016-10-15
1
-4
/
+4
*
netfilter: ipset: Fixing unnamed union init
Elad Raz
2016-10-13
2
-12
/
+32
*
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2016-10-13
1
-6
/
+3
*
Correct the reported memory size for bitmap:* types
Jozsef Kadlecsik
2016-10-13
2
-4
/
+7
*
Fix coding styles reported by checkpatch.pl, already in kernel
Jozsef Kadlecsik
2016-10-11
1
-4
/
+3
*
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
2016-10-11
1
-0
/
+3
*
net: sched: fix skb->protocol use in case of accelerated vlan path
Jiri Pirko
2016-10-11
1
-1
/
+1
*
Check IPSET_ATTR_ETHER netlink attribute length in hash:ipmac too
Jozsef Kadlecsik
2016-10-11
1
-0
/
+2
*
netfilter: ipset: use setup_timer() and mod_timer().
Muhammad Falak R Wani
2016-05-19
1
-5
/
+2
*
netfilter: ipset: use setup_timer() and mod_timer().
Muhammad Falak R Wani
2016-05-19
1
-5
/
+2
*
netfilter: ipset: use setup_timer() and mod_timer().
Muhammad Falak R Wani
2016-05-19
1
-5
/
+2
*
hash:ipmac type support added to ipset
Tomasz Chilinski
2016-05-05
3
-1
/
+323
*
netfilter: ipset: fix race condition in ipset save, swap and delete
Vishwanath Pai
2016-03-16
4
-8
/
+31
*
netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
Jozsef Kadlecsik
2016-03-08
2
-1
/
+4
*
Fix set:list type crash when flush/dump set in parallel
Jozsef Kadlecsik
2016-02-24
2
-30
/
+28
*
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Jozsef Kadlecsik
2016-02-16
1
-48
/
+49
*
netfilter: ipset: allow a 0 netmask with hash_netiface type
Florian Westphal
2016-01-13
1
-4
/
+0
*
Fix reported memory size for hash:* types
Jozsef Kadlecsik
2015-11-07
1
-7
/
+9
*
Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
2015-11-07
1
-4
/
+10
*
Fix hash:* type expiration
Jozsef Kadlecsik
2015-11-07
1
-1
/
+1
*
Collapse same condition body to a single one
Jozsef Kadlecsik
2015-11-07
1
-7
/
+1
*
Fix extension alignment
Jozsef Kadlecsik
2015-11-07
7
-82
/
+65
[prev]
[next]