index
:
~tomegun/linux
master
net-name
Private linux wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-27
netfilter: ipset: remove duplicate define
Michael Opdenacker
1
-1
/
+0
2013-10-27
netfilter:ipset: Fix memory allocation for bitmap:port
Jozsef Kadlecsik
1
-1
/
+1
2013-10-22
netfilter: ipset: The unnamed union initialization may lead to compilation error
Jozsef Kadlecsik
2
-24
/
+20
2013-10-22
netfilter: ipset: Use netlink callback dump args only
Jozsef Kadlecsik
4
-54
/
+58
2013-09-30
netfilter: ipset: Add hash:net,port,net module to kernel.
Oliver Smith
3
-0
/
+598
2013-09-30
netfiler: ipset: Add net namespace for ipset
Vitaly Lavrov
6
-118
/
+212
2013-09-30
netfilter: ipset: Use a common function at listing the extensions
Jozsef Kadlecsik
4
-50
/
+12
2013-09-30
netfilter: ipset: For set:list types, replaced elements must be zeroed out
Jozsef Kadlecsik
1
-1
/
+3
2013-09-30
netfilter: ipset: Fix hash resizing with comments
Jozsef Kadlecsik
1
-5
/
+5
2013-09-30
netfilter: ipset: Support comments in hash-type ipsets.
Oliver Smith
9
-13
/
+30
2013-09-30
netfilter: ipset: Support comments in the list-type ipset.
Oliver Smith
1
-6
/
+12
2013-09-30
netfilter: ipset: Support comments in bitmap-type ipsets.
Oliver Smith
4
-9
/
+17
2013-09-30
netfilter: ipset: Support comments for ipset entries in the core.
Oliver Smith
1
-0
/
+14
2013-09-30
netfilter: ipset: Add hash:net,net module to kernel.
Oliver Smith
4
-9
/
+541
2013-09-30
netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK
Jozsef Kadlecsik
1
-1
/
+1
2013-09-30
netfilter: ipset: list:set: make sure all elements are checked by the gc
Jozsef Kadlecsik
1
-2
/
+5
2013-09-30
netfilter: ipset: Support extensions which need a per data destroy function
Jozsef Kadlecsik
3
-38
/
+90
2013-09-30
netfilter: ipset: Generalize extensions support
Jozsef Kadlecsik
13
-749
/
+105
2013-09-30
netfilter: ipset: Move extension data to set structure
Jozsef Kadlecsik
13
-278
/
+244
2013-09-30
netfilter: ipset: Rename extension offset ids to extension ids
Jozsef Kadlecsik
6
-35
/
+35
2013-09-30
netfilter: ipset: Prepare ipset to support multiple networks for hash types
Jozsef Kadlecsik
5
-46
/
+48
2013-09-30
netfilter: ipset: Introduce new operation to get both setname and family
Jozsef Kadlecsik
1
-0
/
+17
2013-09-30
netfilter: ipset: Support package fragments for IPv4 protos without ports
Anders K. Pedersen
1
-1
/
+17
2013-09-30
netfilter: ipset: Fix "may be used uninitialized" warnings
Jozsef Kadlecsik
9
-12
/
+12
2013-09-30
netfilter: ipset: Rename simple macro names to avoid namespace issues.
Jozsef Kadlecsik
13
-162
/
+166
2013-09-30
netfilter: ipset: Fix sparse warnings due to missing rcu annotations
Jozsef Kadlecsik
1
-32
/
+55
2013-09-30
netfilter: ipset: Sparse warning about shadowed variable fixed
Jozsef Kadlecsik
1
-1
/
+1
2013-09-30
netfilter: ipset: Don't call ip_nest_end needlessly in the error path
Jozsef Kadlecsik
3
-3
/
+3
2013-09-16
netfilter: ipset: Fix serious failure in CIDR tracking
Oliver Smith
1
-12
/
+16
2013-09-16
netfilter: ipset: Validate the set family and not the set type family at swap...
Jozsef Kadlecsik
1
-1
/
+1
2013-09-16
netfilter: ipset: Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
5
-10
/
+9
2013-09-16
netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...
Jozsef Kadlecsik
1
-2
/
+2
2013-04-29
netfilter: ipset: set match: add support to match the counters
Jozsef Kadlecsik
2
-3
/
+7
2013-04-29
netfilter: ipset: The list:set type with counter support
Jozsef Kadlecsik
1
-6
/
+67
2013-04-29
netfilter: ipset: The hash types with counter support
Jozsef Kadlecsik
8
-19
/
+381
2013-04-29
netfilter: ipset: The bitmap types with counter support
Jozsef Kadlecsik
4
-15
/
+186
2013-04-29
netfilter: ipset: Introduce the counter extension in the core
Jozsef Kadlecsik
1
-0
/
+10
2013-04-29
netfilter: ipset: list:set type using the extension interface
Jozsef Kadlecsik
1
-246
/
+301
2013-04-29
netfilter: ipset: Hash types using the unified code base
Jozsef Kadlecsik
7
-1865
/
+610
2013-04-29
netfilter: ipset: Unified hash type generation
Jozsef Kadlecsik
1
-0
/
+1039
2013-04-29
netfilter: ipset: Bitmap types using the unified code base
Jozsef Kadlecsik
3
-958
/
+316
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
[next]