index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
netfilter: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-2
/
+2
2014-03-06
netfilter: ipset: add forceadd kernel support for hash set types
Josh Hunt
12
-10
/
+32
2014-03-06
netfilter: ipset: move registration message to init from net_init
Ilia Mirkin
1
-1
/
+1
2014-03-06
netfilter: ipset: add markmask for hash:ip,mark data type
Vytas Dauksa
2
-0
/
+40
2014-03-06
netfilter: ipset: add hash:ip,mark data type to ipset
Vytas Dauksa
3
-0
/
+322
2014-03-06
netfilter: ipset: Add hash: fix coccinelle warnings
Fengguang Wu
1
-4
/
+4
2014-03-06
netfilter: ipset: Follow manual page behavior for SET target on list:set
Sergey Popovich
1
-2
/
+2
2014-02-25
netfilter: ip_set: rename nfnl_dereference()/nfnl_set()
Patrick McHardy
1
-23
/
+23
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-28
/
+0
2014-01-23
net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...
Cody P Schafer
1
-23
/
+4
2014-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-28
/
+0
2014-01-03
netfilter: ipset: remove unused code
stephen hemminger
1
-28
/
+0
2013-12-19
Merge branch 'master' into for-next
Jiri Kosina
19
-1437
/
+2111
2013-12-02
treewide: Fix typo in Kconfig
Masanari Iida
1
-1
/
+1
2013-11-25
netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()
Dave Jones
1
-1
/
+1
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
[next]