index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-08
netfilter: nf_tables: fix error return code
Julia Lawall
1
-1
/
+3
2014-08-08
netfilter: don't use mutex_lock_interruptible()
Pablo Neira Ayuso
4
-65
/
+20
2014-08-08
netfilter: nf_tables: don't update chain with unset counters
Pablo Neira Ayuso
1
-0
/
+3
2014-08-08
netfilter: nf_tables: uninitialize element key/data from the commit path
Pablo Neira Ayuso
1
-12
/
+11
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+9
2014-08-03
nftables: Convert nft_hash to use generic rhashtable
Thomas Graf
1
-236
/
+55
2014-08-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-3
/
+3
2014-08-01
netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key
Thomas Graf
1
-0
/
+1
2014-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-126
/
+58
2014-07-31
netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute
Pablo Neira Ayuso
1
-0
/
+6
2014-07-31
netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...
Alexey Perevalov
1
-3
/
+5
2014-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2014-07-30
netfilter: nfnetlink_acct: dump unmodified nfacct flags
Alexey Perevalov
1
-1
/
+3
2014-07-25
netfilter: xt_LED: fix too short led-always-blink
Jiri Prchal
1
-3
/
+7
2014-07-25
netfilter: xt_LED: don't output error message redundantly
Duan Jiong
1
-3
/
+1
2014-07-24
netfilter: xt_hashlimit: perform garbage collection from process context
Eric Dumazet
1
-15
/
+16
2014-07-22
netfilter: nf_tables: simplify set dump through netlink
Pablo Neira Ayuso
1
-104
/
+27
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-55
/
+95
2014-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
20
-1101
/
+527
2014-07-17
ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
Alex Gartrell
1
-1
/
+1
2014-07-16
ipvs: Remove dead debug code
Yannick Brosseau
1
-86
/
+0
2014-07-16
ipvs: remove null test before kfree
Fabian Frederick
1
-2
/
+1
2014-07-16
ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack
Julian Anastasov
1
-1
/
+0
2014-07-14
netfilter: nf_tables: 64bit stats need some extra synchronization
Eric Dumazet
2
-8
/
+17
2014-07-14
netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stale
Pablo Neira Ayuso
1
-7
/
+23
2014-07-14
netfilter: nf_tables: safe RCU iteration on list when dumping
Pablo Neira Ayuso
1
-41
/
+53
2014-06-30
netfilter: nf_tables: skip transaction if no update flags in tables
Pablo Neira Ayuso
1
-0
/
+3
2014-06-30
netfilter: use IS_ENABLED() macro
Duan Jiong
7
-7
/
+7
2014-06-29
netfilter: nft_log: fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2014-06-28
netfilter: xt_LOG: add missing string format in nf_log_packet()
Pablo Neira Ayuso
1
-1
/
+1
2014-06-28
netfilter: fix several Kconfig problems in NF_LOG_*
Pablo Neira Ayuso
1
-6
/
+4
2014-06-27
netfilter: nft_log: complete logging support
Pablo Neira Ayuso
1
-17
/
+59
2014-06-27
netfilter: nft_log: request explicit logger when loading rules
Pablo Neira Ayuso
1
-1
/
+23
2014-06-27
netfilter: bridge: add generic packet logger
Pablo Neira Ayuso
1
-0
/
+7
2014-06-27
netfilter: log: nf_log_packet() as real unified interface
Pablo Neira Ayuso
3
-13
/
+53
2014-06-27
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
4
-874
/
+201
2014-06-25
netfilter: nf_log: move log buffering to core logging
Pablo Neira Ayuso
2
-147
/
+211
2014-06-25
netfilter: nf_log: use an array of loggers instead of list
Pablo Neira Ayuso
3
-26
/
+27
2014-06-25
netfilter: conntrack: remove timer from ecache extension
Florian Westphal
2
-69
/
+95
2014-06-25
netfilter: x_tables: xt_free_table_info() cleanup
Eric Dumazet
1
-18
/
+5
2014-06-25
netfilter: ctnetlink: remove null test before kfree
Fabian Frederick
1
-2
/
+1
2014-06-16
netfilter: nf_nat: fix oops on netns removal
Florian Westphal
1
-1
/
+34
2014-06-16
netfilter: ctnetlink: add zone size to length
Ken-ichirou MATSUZAWA
1
-0
/
+6
2014-06-16
Merge branch 'ipvs'
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: nft_nat: don't dump port information if unset
Pablo Neira Ayuso
1
-6
/
+8
2014-06-16
netfilter: nf_tables: indicate family when dumping set elements
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: nft_compat: call {target, match}->destroy() to cleanup entry
Pablo Neira Ayuso
1
-0
/
+18
2014-06-16
netfilter: nf_tables: fix wrong type in transaction when replacing rules
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: nf_tables: decrement chain use counter when replacing rules
Pablo Neira Ayuso
1
-0
/
+2
2014-06-16
netfilter: nf_tables: use u32 for chain use counter
Pablo Neira Ayuso
1
-0
/
+3
[next]