index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-29
netfilter: ipset: Bitmap types using the unified code base
Jozsef Kadlecsik
3
-957
/
+315
2013-04-29
netfilter: ipset: Unified bitmap type generation
Jozsef Kadlecsik
1
-0
/
+265
2013-04-29
netfilter: ipset: Introduce extensions to elements in the core
Jozsef Kadlecsik
1
-7
/
+17
2013-04-29
netfilter: ipset: Move often used IPv6 address masking function to header file
Jozsef Kadlecsik
5
-45
/
+0
2013-04-29
netfilter: ipset: Make possible to test elements marked with nomatch
Jozsef Kadlecsik
4
-24
/
+32
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-8
/
+88
2013-04-18
netfilter: ipset: bitmap:ip,mac: fix listing with timeout
Jozsef Kadlecsik
1
-1
/
+5
2013-04-09
netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize
Jozsef Kadlecsik
4
-4
/
+76
2013-04-09
netfilter: ipset: list:set: fix reference counter update
Jozsef Kadlecsik
1
-3
/
+7
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-3
/
+2
2013-02-26
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
1
-1
/
+2
2013-02-21
netfilter: ipset: "Directory not empty" error message
Jozsef Kadlecsik
1
-1
/
+2
2013-02-05
netfilter: nfnetlink: add mutex per subsystem
Pablo Neira Ayuso
1
-13
/
+13
2013-01-29
netfilter ipset: Use ipv6_addr_equal() where appropriate.
YOSHIFUJI Hideaki / 吉藤英明
7
-9
/
+9
2012-12-03
netfilter: ipset: Increase the number of maximal sets automatically
Jozsef Kadlecsik
1
-83
/
+160
2012-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-12
/
+13
2012-11-24
netfilter: ipset: fix netiface set name overflow
Florian Westphal
1
-1
/
+1
2012-11-21
netfilter: ipset: Fix range bug in hash:ip,port,net
Jozsef Kadlecsik
4
-12
/
+13
2012-11-18
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
Eric W. Biederman
1
-1
/
+1
2012-09-22
netfilter: ipset: Support to match elements marked with "nomatch"
Jozsef Kadlecsik
5
-20
/
+28
2012-09-22
netfilter: ipset: Coding style fixes
Jozsef Kadlecsik
2
-5
/
+8
2012-09-22
netfilter: ipset: Include supported revisions in module description
Jozsef Kadlecsik
11
-39
/
+72
2012-09-22
netfilter: ipset: Add /0 network support to hash:net,iface type
Jozsef Kadlecsik
1
-23
/
+21
2012-09-21
netfilter: ipset: Check and reject crazy /0 input parameters
Jozsef Kadlecsik
6
-10
/
+13
2012-09-21
netfilter: ipset: Fix sparse warnings "incorrect type in assignment"
Jozsef Kadlecsik
7
-33
/
+39
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-12
/
+12
2012-06-29
netfilter: ipset: fix crash if IPSET_CMD_NONE command is sent
Tomasz Bursztyka
1
-0
/
+12
2012-06-25
netfilter: ipset: fix interface comparision in hash-netiface sets
Florian Westphal
1
-28
/
+4
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-21
/
+49
2012-05-16
netfilter: ipset: fix hash size checking in kernel
Jozsef Kadlecsik
7
-21
/
+49
2012-05-09
netfilter: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-2
/
+2
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-3
/
+3
2012-04-02
ipset: Stop using NLA_PUT*().
David S. Miller
12
-229
/
+271
2012-03-07
netfilter: ipset: Exceptions support added to hash:*net* types
Jozsef Kadlecsik
4
-93
/
+329
2012-03-07
netfilter: ipset: use NFPROTO_ constants
Jan Engelhardt
13
-60
/
+60
2012-02-26
netlink: add netlink_dump_control structure for netlink_dump_start()
Pablo Neira Ayuso
1
-3
/
+7
2012-01-17
netfilter: ipset: dumping error triggered removing references twice
Jozsef Kadlecsik
1
-0
/
+1
2012-01-17
netfilter: ipset: autoload set type modules safely
Jozsef Kadlecsik
1
-10
/
+26
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
1
-1
/
+1
2011-12-03
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
1
-1
/
+3
2011-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+3
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
2
-2
/
+2
2011-11-21
netfilter: ipset: suppress compile-time warnings in ip_set_hash_ipport*.c
Jozsef Kadlecsik
3
-3
/
+3
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2
-0
/
+2
2011-11-01
netfilter: Remove unnecessary OOM logging messages
Joe Perches
1
-3
/
+1
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2
-0
/
+2
2011-07-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
David S. Miller
7
-20
/
+56
2011-07-21
netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces
Jozsef Kadlecsik
7
-20
/
+56
2011-06-21
Remove redundant linux/version.h includes from net/
Jesper Juhl
1
-1
/
+0
[prev]
[next]