index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels
Davide Caratti
2020-10-21
1
-1
/
+1
*
net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()
Guillaume Nault
2020-10-21
1
-1
/
+1
*
net/sched: act_ct: Fix adding udp port mangle operation
Roi Dayan
2020-10-21
1
-2
/
+2
*
net/sched: get rid of qdisc->padded
Eric Dumazet
2020-10-09
1
-18
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
21
-71
/
+30
|
\
|
*
net_sched: check error pointer in tcf_dump_walker()
Cong Wang
2020-10-04
1
-0
/
+2
|
*
net_sched: remove a redundant goto chain check
Cong Wang
2020-09-28
1
-14
/
+0
|
*
net_sched: commit action insertions together
Cong Wang
2020-09-25
1
-9
/
+23
|
*
net_sched: defer tcf_idr_insert() in tcf_action_init_1()
Cong Wang
2020-09-25
21
-64
/
+21
*
|
net/sched: act_mpls: Add action to push MPLS LSE before Ethernet header
Guillaume Nault
2020-10-04
1
-0
/
+18
*
|
net/sched: act_vlan: Add {POP,PUSH}_ETH actions
Guillaume Nault
2020-10-04
1
-0
/
+40
*
|
net/sched: cls_u32: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2020-09-29
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
5
-37
/
+89
|
\
|
|
*
net: sched: initialize with 0 before setting erspan md->u
Xin Long
2020-09-15
1
-0
/
+1
|
*
net: sched: only keep the available bits when setting vxlan md->gbp
Xin Long
2020-09-15
2
-1
/
+4
|
*
taprio: Fix allowing too small intervals
Vinicius Costa Gomes
2020-09-12
1
-11
/
+17
|
*
net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
Yunsheng Lin
2020-09-10
1
-15
/
+33
|
*
act_ife: load meta modules before tcf_idr_check_alloc()
Cong Wang
2020-09-05
1
-10
/
+34
*
|
net: sched: skip an unnecessay check
Tom Rix
2020-09-09
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
3
-23
/
+29
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-04
2
-22
/
+28
|
|
\
|
|
*
net_sched: fix error path in red_init()
Cong Wang
2020-08-28
1
-16
/
+4
|
|
*
taprio: Fix using wrong queues in gate mask
Vinicius Costa Gomes
2020-08-27
1
-6
/
+24
|
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-23
1
-1
/
+1
|
\
|
|
*
net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
Alaa Hleihel
2020-08-21
1
-1
/
+1
*
|
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
2020-08-18
3
-10
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
34
-99
/
+304
|
\
|
*
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
2020-08-04
2
-2
/
+7
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-2
/
+2
|
|
\
|
*
|
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
2020-08-01
1
-14
/
+6
|
*
|
net/sched: act_pedit: Use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
2020-07-31
1
-2
/
+1
|
*
|
net_sched: initialize timer earlier in red_init()
Cong Wang
2020-07-29
1
-4
/
+4
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-26
2
-3
/
+14
|
|
\
\
|
*
|
|
net/sched: cls_flower: Add hash info to flow classification
Ariel Levkovich
2020-07-25
1
-0
/
+16
|
*
|
|
sched: sch_api: add missing rcu read lock to silence the warning
Jiri Pirko
2020-07-21
1
-1
/
+2
|
*
|
|
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
2020-07-17
33
-67
/
+67
|
*
|
|
net: sched: Do not drop root lock in tcf_qevent_handle()
Petr Machata
2020-07-17
2
-10
/
+4
|
*
|
|
net: sched: Pass qdisc reference in struct flow_block_offload
Petr Machata
2020-07-14
1
-7
/
+9
|
*
|
|
net: sched: kerneldoc fixes
Andrew Lunn
2020-07-14
2
-2
/
+2
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
16
-33
/
+40
|
|
\
\
\
|
*
|
|
|
net/sched: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-08
14
-14
/
+15
|
*
|
|
|
net: sched: Allow changing default qdisc to FQ-PIE
Danny Lin
2020-07-02
1
-0
/
+4
|
*
|
|
|
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
2020-06-30
1
-1
/
+1
|
*
|
|
|
net: sched: sch_red: Add qevents "early_drop" and "mark"
Petr Machata
2020-06-30
1
-2
/
+56
|
*
|
|
|
net: sched: sch_red: Split init and change callbacks
Petr Machata
2020-06-30
1
-12
/
+30
|
*
|
|
|
net: sched: Introduce helpers for qevent blocks
Petr Machata
2020-06-30
1
-0
/
+119
|
*
|
|
|
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
2020-06-30
33
-67
/
+67
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-26
6
-85
/
+127
|
|
\
\
\
\
|
*
|
|
|
|
sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling
Kevin Darbyshire-Bryant
2020-06-26
1
-4
/
+4
[next]