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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-216
/
+318
2015-03-26
netfilter: nf_tables: implement set transaction support
Patrick McHardy
3
-33
/
+86
2015-03-26
netfilter: nf_tables: add transaction helper functions
Patrick McHardy
2
-16
/
+7
2015-03-26
netfilter: nf_tables: return set extensions from ->lookup()
Patrick McHardy
3
-8
/
+11
2015-03-26
netfilter: nf_tables: consolide set element destruction
Patrick McHardy
3
-41
/
+25
2015-03-25
ipv4: hash net ptr into fragmentation bucket selection
Hannes Frederic Sowa
1
-2
/
+3
2015-03-25
netfilter: nf_tables: convert hash and rbtree to set extensions
Patrick McHardy
3
-117
/
+122
2015-03-25
netfilter: nf_tables: add set extensions
Patrick McHardy
1
-0
/
+16
2015-03-25
netfilter: nft_hash: convert to use rhashtable callbacks
Patrick McHardy
1
-5
/
+49
2015-03-25
netfilter: nft_hash: indent rhashtable parameters
Patrick McHardy
1
-5
/
+5
2015-03-25
netfilter: nft_hash: restore struct nft_hash
Patrick McHardy
1
-16
/
+21
2015-03-25
netfilter: nft_meta: use raw_smp_processor_id()
Patrick McHardy
1
-1
/
+1
2015-03-25
netfilter: nf_tables: nft_queue does not depend on x_tables
Patrick McHardy
1
-1
/
+0
2015-03-25
netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.c
Pablo Neira Ayuso
1
-4
/
+4
2015-03-25
netfilter: Use LOGLEVEL_<FOO> defines
Joe Perches
2
-2
/
+3
2015-03-25
netfilter: nf_tables: move struct net pointer to base chain
Patrick McHardy
2
-2
/
+3
2015-03-24
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
1
-18
/
+7
2015-03-24
rhashtable: Disable automatic shrinking by default
Thomas Graf
1
-0
/
+1
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-3
/
+41
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-24
/
+32
2015-03-22
netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval ...
Patrick McHardy
1
-0
/
+3
2015-03-22
netfilter: nft_rbtree: fix locking
Patrick McHardy
1
-4
/
+2
2015-03-22
netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set
Pablo Neira Ayuso
1
-0
/
+6
2015-03-20
netfilter: Convert nft_hash to inlined rhashtable
Herbert Xu
1
-41
/
+29
2015-03-20
netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()
Pablo Neira Ayuso
1
-2
/
+2
2015-03-19
netfilter: restore rule tracing via nfnetlink_log
Pablo Neira Ayuso
2
-4
/
+28
2015-03-18
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
1
-0
/
+2
2015-03-18
netfilter: nf_tables: consolidate error path of nf_tables_newtable()
Pablo Neira Ayuso
1
-9
/
+11
2015-03-18
netfilter: Remove uses of seq_<foo> return values
Joe Perches
3
-9
/
+15
2015-03-17
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
Eric Dumazet
1
-12
/
+22
2015-03-17
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
Eric Dumazet
1
-6
/
+12
2015-03-17
netfilter: use sk_fullsock() helper
Eric Dumazet
5
-6
/
+6
2015-03-17
netfilter: nf_tables: allow to change chain policy without hook if it exists
Pablo Neira Ayuso
1
-1
/
+4
2015-03-16
netfilter: bridge: remove BRNF_STATE_BRIDGED flag
Florian Westphal
1
-2
/
+1
2015-03-13
netfilter: Fix potential crash in nft_hash walker
Herbert Xu
1
-0
/
+2
2015-03-12
netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()
Ian Wilson
1
-0
/
+3
2015-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-32
/
+46
2015-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-74
/
+64
2015-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-32
/
+46
2015-03-06
netfilter: nf_tables: limit maximum table name length to 32 bytes
Pablo Neira Ayuso
1
-3
/
+4
2015-03-06
netfilter: nf_tables: consolidate Kconfig options
Pablo Neira Ayuso
1
-15
/
+5
2015-03-06
netfilter: nf_tables: consolidate tracing invocations
Patrick McHardy
1
-7
/
+4
2015-03-06
netfilter: nf_tables: minor tracing cleanups
Patrick McHardy
1
-49
/
+49
2015-03-04
netfilter: nf_tables: fix error handling of rule replacement
Pablo Neira Ayuso
1
-6
/
+0
2015-03-04
netfilter: nf_tables: fix userdata length overflow
Patrick McHardy
1
-9
/
+19
2015-03-04
netfilter: nf_tables: check for overflow of rule dlen field
Patrick McHardy
1
-0
/
+4
2015-03-04
netfilter: nf_tables: fix transaction race condition
Patrick McHardy
1
-1
/
+1
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-20
/
+28
2015-03-03
netfilter: reject: don't send icmp error if csum is invalid
Florian Westphal
1
-2
/
+4
2015-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-134
/
+255
[next]