index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sched: Pass qdisc reference in struct flow_block_offload
Petr Machata
2020-07-13
1
-7
/
+9
*
net: sched: kerneldoc fixes
Andrew Lunn
2020-07-13
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: fix a memory leak in atm_tc_init()
Cong Wang
2020-07-09
1
-4
/
+4
|
*
net/sched: act_ct: add miss tcf_lastuse_update.
wenxu
2020-07-07
1
-0
/
+2
|
*
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
2020-07-03
15
-29
/
+34
*
|
net/sched: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-07
14
-14
/
+15
*
|
net: sched: Allow changing default qdisc to FQ-PIE
Danny Lin
2020-07-01
1
-0
/
+4
*
|
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
2020-06-29
1
-1
/
+1
*
|
net: sched: sch_red: Add qevents "early_drop" and "mark"
Petr Machata
2020-06-29
1
-2
/
+56
*
|
net: sched: sch_red: Split init and change callbacks
Petr Machata
2020-06-29
1
-12
/
+30
*
|
net: sched: Introduce helpers for qevent blocks
Petr Machata
2020-06-29
1
-0
/
+119
*
|
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
2020-06-29
33
-67
/
+67
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-25
6
-85
/
+127
|
\
|
|
*
sch_cake: fix a few style nits
Toke Høiland-Jørgensen
2020-06-25
1
-2
/
+2
|
*
sch_cake: don't call diffserv parsing code when it is not needed
Toke Høiland-Jørgensen
2020-06-25
1
-4
/
+9
|
*
sch_cake: don't try to reallocate or unshare skb unconditionally
Ilya Ponetayev
2020-06-25
1
-11
/
+30
|
*
net: Add MODULE_DESCRIPTION entries to network modules
Rob Gill
2020-06-20
3
-0
/
+3
|
*
net/sched: cls_api: fix nooffloaddevcnt warning dmesg log
wenxu
2020-06-19
1
-10
/
+14
|
*
net: flow_offload: fix flow_indr_dev_unregister path
wenxu
2020-06-19
1
-0
/
+1
|
*
net/sched: act_gate: fix configuration of the periodic timer
Davide Caratti
2020-06-18
1
-35
/
+55
|
*
net/sched: act_gate: fix NULL dereference in tcf_gate_init()
Davide Caratti
2020-06-18
1
-23
/
+13
*
|
sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling
Kevin Darbyshire-Bryant
2020-06-25
1
-4
/
+4
*
|
net: qos: police action add index for tc flower offloading
Po Liu
2020-06-24
1
-0
/
+1
*
|
net: qos: add tc police offloading action with max frame size limit
Po Liu
2020-06-24
1
-0
/
+1
*
|
tcindex_change: Remove redundant null check
Gaurav Singh
2020-06-22
1
-1
/
+1
*
|
Remove redundant skb null check
Gaurav Singh
2020-06-20
1
-1
/
+1
*
|
Remove redundant condition in qdisc_graft
Gaurav Singh
2020-06-20
1
-2
/
+1
*
|
net/sched: cls_u32: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-06-19
1
-3
/
+1
*
|
taprio: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-06-19
1
-3
/
+2
*
|
net: qos offload add flow status with dropped count
Po Liu
2020-06-19
11
-29
/
+31
|
/
*
net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline
Alaa Hleihel
2020-06-15
1
-11
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-13
1
-0
/
+1
|
\
|
*
net: sched: export __netdev_watchdog_up()
Valentin Longchamp
2020-06-09
1
-0
/
+1
*
|
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-61
/
+61
|
/
*
cls_flower: remove mpls_opts_policy
Guillaume Nault
2020-06-01
1
-5
/
+0
*
flow_dissector: work around stack frame size warning
Arnd Bergmann
2020-06-01
1
-9
/
+8
*
net: remove indirect block netdev event registration
Pablo Neira Ayuso
2020-06-01
1
-79
/
+0
*
net: use flow_indr_dev_setup_offload()
Pablo Neira Ayuso
2020-06-01
1
-29
/
+29
*
net: cls_api: add tcf_block_offload_init()
Pablo Neira Ayuso
2020-06-01
1
-7
/
+19
*
net/sched: fix a couple of splats in the error path of tfc_gate_init()
Davide Caratti
2020-06-01
1
-3
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-31
2
-2
/
+5
|
\
|
*
net/sched: act_ct: add nat mangle action only for NAT-conntrack
wenxu
2020-05-30
1
-0
/
+3
|
*
net/sched: fix infinite loop in sch_fq_pie
Davide Caratti
2020-05-27
1
-2
/
+2
*
|
sch_cake: Take advantage of skb->hash where appropriate
Toke Høiland-Jørgensen
2020-05-30
1
-14
/
+51
*
|
net_sched: get rid of unnecessary dev_qdisc_reset()
Cong Wang
2020-05-27
1
-16
/
+0
*
|
net_sched: avoid resetting active qdisc for multiple times
Cong Wang
2020-05-27
1
-14
/
+23
*
|
net_sched: add a tracepoint for qdisc creation
Cong Wang
2020-05-27
2
-1
/
+6
*
|
net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()
Cong Wang
2020-05-27
1
-0
/
+4
*
|
net_sched: use qdisc_reset() in qdisc_destroy()
Cong Wang
2020-05-27
1
-13
/
+3
[next]