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
2017-09-18
netfilter: ipset: ipset list may return wrong member count for set with timeout
Vishwanath Pai
1
-1
/
+13
2017-09-18
netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero div
Geert Uytterhoeven
1
-6
/
+6
2017-09-08
netfilter: xt_hashlimit: fix build error caused by 64bit division
Vishwanath Pai
1
-5
/
+7
2017-09-08
netfilter: xt_hashlimit: alloc hashtable with right size
Zhizhou Tian
1
-2
/
+2
2017-09-08
netfilter: core: remove erroneous warn_on
Florian Westphal
1
-1
/
+1
2017-09-08
netfilter: nat: use keyed locks
Florian Westphal
1
-12
/
+24
2017-09-08
netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"
Florian Westphal
1
-77
/
+53
2017-09-08
netfilter: nf_nat: don't bug when mapping already exists
Florian Westphal
1
-1
/
+3
2017-09-08
netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_schedule
Xin Long
1
-1
/
+2
2017-09-08
netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packet
Xin Long
1
-2
/
+5
2017-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
59
-880
/
+1898
2017-09-04
netfilter: nf_tables: support for recursive chain deletion
Pablo Neira Ayuso
1
-1
/
+23
2017-09-04
netfilter: nf_tables: use NLM_F_NONREC for deletion requests
Pablo Neira Ayuso
1
-1
/
+7
2017-09-04
netfilter: nf_tables: add nf_tables_addchain()
Pablo Neira Ayuso
1
-93
/
+106
2017-09-04
netfilter: nf_tables: add nf_tables_updchain()
Pablo Neira Ayuso
1
-78
/
+92
2017-09-04
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-23
/
+29
2017-09-04
net: Replace NF_CT_ASSERT() with WARN_ON().
Varsha Rao
8
-31
/
+30
2017-09-04
netfilter: remove unused hooknum arg from packet functions
Florian Westphal
7
-7
/
+2
2017-09-04
netfilter: nft_limit: add stateful object type
Pablo M. Bermudo Garay
1
-1
/
+121
2017-09-04
netfilter: nft_limit: replace pkt_bytes with bytes
Pablo M. Bermudo Garay
1
-13
/
+13
2017-09-04
netfilter: nf_tables: add select_ops for stateful objects
Pablo M. Bermudo Garay
5
-35
/
+66
2017-09-04
netfilter: xt_hashlimit: add rate match mode
Vishwanath Pai
1
-24
/
+253
2017-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
48
-617
/
+1206
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-14
/
+17
2017-08-28
netfilter: rt: account for tcp header size too
Florian Westphal
1
-1
/
+2
2017-08-28
netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.c
Davide Caratti
1
-12
/
+0
2017-08-28
netfilter: Remove NFDEBUG()
Varsha Rao
2
-7
/
+1
2017-08-28
netfilter: core: batch nf_unregister_net_hooks synchronize_net calls
Florian Westphal
1
-3
/
+56
2017-08-28
netfilter: debug: check for sorted array
Florian Westphal
1
-0
/
+23
2017-08-28
netfilter: convert hook list to an array
Aaron Conole
3
-99
/
+268
2017-08-28
netfilter: fix a few (harmless) sparse warnings
Florian Westphal
3
-5
/
+5
2017-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-14
/
+17
2017-08-24
netfilter: conntrack: make protocol tracker pointers const
Florian Westphal
5
-35
/
+35
2017-08-24
netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFS
Florian Westphal
4
-0
/
+22
2017-08-24
netfilter: conntrack: place print_tuple in procfs part
Florian Westphal
8
-70
/
+56
2017-08-24
netfilter: conntrack: remove protocol name from l4proto struct
Florian Westphal
8
-17
/
+20
2017-08-24
netfilter: conntrack: remove protocol name from l3proto struct
Florian Westphal
2
-2
/
+11
2017-08-24
netfilter: conntrack: compute l3proto nla size at compile time
Florian Westphal
2
-7
/
+5
2017-08-24
netfilter: nf_tables: Fix nft limit burst handling
andy zhou
1
-11
/
+14
2017-08-24
netfilter: check for seqadj ext existence before adding it in nf_nat_setup_info
Xin Long
1
-1
/
+1
2017-08-19
netfilter: rt: add support to fetch path mss
Florian Westphal
1
-0
/
+66
2017-08-19
netfilter: exthdr: tcp option set support
Florian Westphal
1
-2
/
+162
2017-08-19
netfilter: exthdr: split netlink dump function
Florian Westphal
1
-5
/
+11
2017-08-19
netfilter: exthdr: factor out tcp option access
Florian Westphal
1
-12
/
+21
2017-08-19
netfilter: use audit_log()
Geliang Tang
1
-10
/
+4
2017-08-19
netfilter: remove prototype of netfilter_queue_init
Taehee Yoo
1
-1
/
+0
2017-08-19
netfilter: connlimit: merge root4 and root6.
Taehee Yoo
1
-15
/
+8
2017-08-07
net: ipv6: add second dif to inet6 socket lookups
David Ahern
1
-2
/
+2
2017-08-07
net: ipv4: add second dif to inet socket lookups
David Ahern
1
-1
/
+1
2017-08-02
netfilter: constify nf_loginfo structures
Julia Lawall
2
-2
/
+2
[next]