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
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-147
/
+189
2018-07-24
netfilter: nf_tables: move dumper state allocation into ->start
Florian Westphal
1
-104
/
+115
2018-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
39
-993
/
+2556
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
9
-88
/
+62
2018-07-20
netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
Florian Westphal
1
-4
/
+4
2018-07-20
netfilter: nf_tables: don't allow to rename to already-pending name
Florian Westphal
1
-13
/
+29
2018-07-20
netfilter: nf_tables: fix memory leaks on chain rename
Florian Westphal
1
-6
/
+11
2018-07-20
netfilter: nf_tables: free flow table struct too
Florian Westphal
1
-0
/
+1
2018-07-20
netfilter: nf_tables: use dev->name directly
Florian Westphal
1
-9
/
+5
2018-07-18
netfilter: nft_set_rbtree: fix panic when destroying set by GC
Taehee Yoo
1
-2
/
+5
2018-07-18
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
Taehee Yoo
1
-0
/
+1
2018-07-18
netfilter: nft_socket: Expose socket mark
Máté Eckl
1
-0
/
+11
2018-07-18
netfilter: nft_socket: Break evaluation if no socket found
Máté Eckl
1
-1
/
+1
2018-07-18
netfilter: nf_osf: add struct nf_osf_hdr_ctx
Pablo Neira Ayuso
1
-43
/
+62
2018-07-18
netfilter: nf_osf: add nf_osf_match_one()
Pablo Neira Ayuso
1
-96
/
+111
2018-07-18
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
4
-28
/
+76
2018-07-18
netfilter: nf_tables: avoid global info storage
Florian Westphal
1
-16
/
+12
2018-07-18
netfilter: nf_tables: take module reference when starting a batch
Florian Westphal
2
-0
/
+10
2018-07-18
netfilter: nf_tables: make valid_genid callback mandatory
Florian Westphal
2
-3
/
+3
2018-07-18
netfilter: nf_tables: add and use helper for module autoload
Florian Westphal
1
-29
/
+52
2018-07-18
netfilter: Remove useless param helper of nf_ct_helper_ext_add
Gao Feng
5
-8
/
+6
2018-07-18
ipvs: drop conn templates under attack
Julian Anastasov
1
-20
/
+39
2018-07-18
ipvs: add assured state for conn templates
Julian Anastasov
5
-14
/
+27
2018-07-18
ipvs: provide just conn to ip_vs_state_name
Julian Anastasov
2
-8
/
+8
2018-07-18
netfilter: nf_conntrack: resolve clash for matching conntracks
Martynas Pumputis
1
-8
/
+22
2018-07-18
netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...
Yi-Hung Wei
2
-87
/
+183
2018-07-18
netfilter: nf_conncount: Split insert and traversal
Yi-Hung Wei
1
-20
/
+67
2018-07-18
netfilter: nf_conncount: Move locking into count_tree()
Yi-Hung Wei
1
-27
/
+25
2018-07-18
netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanup
Yi-Hung Wei
2
-21
/
+26
2018-07-18
netfilter: nf_conncount: Switch to plain list
Yi-Hung Wei
2
-44
/
+63
2018-07-18
netfilter: nf_conncount: Early exit for garbage collection
Yi-Hung Wei
1
-2
/
+37
2018-07-17
netfilter: nf_tables: fix jumpstack depth validation
Taehee Yoo
3
-9
/
+18
2018-07-17
netfilter: Kconfig: Change select IPv6 dependencies
Máté Eckl
3
-7
/
+7
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
8
-256
/
+1408
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
8
-75
/
+67
2018-07-16
netfilter: conntrack: avoid l4proto pkt_to_tuple calls
Florian Westphal
5
-78
/
+15
2018-07-16
netfilter: conntrack: avoid calls to l4proto invert_tuple
Florian Westphal
7
-63
/
+7
2018-07-16
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
Florian Westphal
4
-67
/
+94
2018-07-16
netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers
Florian Westphal
2
-20
/
+16
2018-07-16
netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers
Florian Westphal
2
-16
/
+33
2018-07-16
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
Florian Westphal
6
-41
/
+77
2018-07-16
netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6
Máté Eckl
1
-2
/
+2
2018-07-16
openvswitch: use nf_ct_get_tuplepr, invert_tuplepr
Florian Westphal
1
-2
/
+1
2018-07-16
netfilter: utils: move nf_ip6_checksum* from ipv6 to utils
Florian Westphal
1
-11
/
+65
2018-07-16
netfilter: utils: move nf_ip_checksum* from ipv4 to utils
Florian Westphal
1
-0
/
+55
2018-07-16
netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h
Máté Eckl
1
-9
/
+0
2018-07-16
netfilter: flowtables: use fixed renew timeout on teardown
Florian Westphal
1
-8
/
+5
2018-07-11
netfilter: Add nf_ct_get_tuple_skb global lookup function
Toke Høiland-Jørgensen
2
-0
/
+51
2018-07-09
netfilter: nf_conntrack: Fix possible possible crash on module loading.
Andrey Ryabinin
1
-1
/
+1
2018-07-09
netfilter: nft_compat: explicitly reject ERROR and standard target
Florian Westphal
1
-0
/
+13
[next]