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
/
sched
/
act_ct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
net/sched: act_ct: handle DNAT tuple collision
Marcelo Ricardo Leitner
1
-8
/
+13
2021-05-28
net/sched: act_ct: Fix ct template allocation for zone 0
Ariel Levkovich
1
-3
/
+0
2021-05-28
net/sched: act_ct: Offload connections with commit action
Paul Blakey
1
-3
/
+4
2021-04-28
net/sched: act_ct: Remove redundant ct get and check
Roi Dayan
1
-3
/
+1
2021-04-26
net/sched: act_ct: fix wild memory access when clearing fragments
Davide Caratti
1
-3
/
+3
2021-03-24
net/sched: act_ct: clear post_ct if doing ct_clear
Marcelo Ricardo Leitner
1
-2
/
+4
2021-01-30
net: flow_offload: Add original direction flag to ct_metadata
Paul Blakey
1
-0
/
+1
2021-01-21
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
1
-0
/
+1
2020-11-28
net/sched: act_ct: enable stats for HW offloaded entries
Marcelo Ricardo Leitner
1
-2
/
+4
2020-11-28
net/sched: sch_frag: add generic packet fragment support.
wenxu
1
-0
/
+3
2020-10-21
net/sched: act_ct: Fix adding udp port mangle operation
Roi Dayan
1
-2
/
+2
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2020-09-25
net_sched: defer tcf_idr_insert() in tcf_action_init_1()
Cong Wang
1
-2
/
+0
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-08-21
net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
Alaa Hleihel
1
-1
/
+1
2020-08-18
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
1
-5
/
+3
2020-08-04
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
1
-2
/
+6
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-08-01
net/sched: The error lable position is corrected in ct_init_module
liujian
1
-2
/
+2
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+14
2020-07-21
net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
wenxu
1
-2
/
+14
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+6
2020-07-08
net/sched: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-08
net/sched: act_ct: add miss tcf_lastuse_update.
wenxu
1
-0
/
+2
2020-07-04
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
1
-5
/
+4
2020-06-19
net: qos offload add flow status with dropped count
Po Liu
1
-3
/
+3
2020-06-16
net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline
Alaa Hleihel
1
-11
/
+0
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2020-05-31
net/sched: act_ct: add nat mangle action only for NAT-conntrack
wenxu
1
-0
/
+3
2020-04-22
net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtable
wenxu
1
-0
/
+2
2020-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-03-19
net/sched: act_ct: Fix leak of ct zone template on replace
Paul Blakey
1
-1
/
+1
2020-03-13
net/sched: act_ct: Enable hardware offload of flow table entires
Paul Blakey
1
-0
/
+2
2020-03-13
net/sched: act_ct: Support refreshing the flow table entries
Paul Blakey
1
-0
/
+1
2020-03-13
net/sched: act_ct: Support restoring conntrack info on skbs
Paul Blakey
1
-0
/
+16
2020-03-13
net/sched: act_ct: Instantiate flow table entry actions
Paul Blakey
1
-0
/
+207
2020-03-09
net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get
Eric Dumazet
1
-13
/
+11
2020-03-04
net/sched: act_ct: Use pskb_network_may_pull()
Paul Blakey
1
-8
/
+8
2020-03-04
net/sched: act_ct: Fix ipv6 lookup of offloaded connections
Paul Blakey
1
-34
/
+26
2020-03-04
net/sched: act_ct: Software offload of established flows
Paul Blakey
1
-2
/
+158
2020-03-04
net/sched: act_ct: Offload established connections to flow table
Paul Blakey
1
-0
/
+63
2020-03-04
net/sched: act_ct: Create nf flow table per zone
Paul Blakey
1
-1
/
+133
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-2
/
+2
2019-12-05
act_ct: support asymmetric conntrack
Aaron Conole
1
-1
/
+12
2019-11-27
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2019-11-21
net: remove the unnecessary strict_start_type in some policies
Xin Long
1
-1
/
+0
2019-10-31
net: sched: update action implementations to support flags
Vlad Buslov
1
-2
/
+2
2019-10-31
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
Vlad Buslov
1
-1
/
+1
2019-10-31
net: sched: extract qstats update code into functions
Vlad Buslov
1
-1
/
+1
2019-10-31
net: sched: extract bstats update code into function
Vlad Buslov
1
-1
/
+1
[next]