index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: sch_fq: avoid calling ktime_get_ns() if not needed
Eric Dumazet
2018-11-20
1
-1
/
+6
*
net: sched: cls_u32: add res to offload information
Jakub Kicinski
2018-11-19
1
-0
/
+2
*
net: sched: gred: support reporting stats from offloads
Jakub Kicinski
2018-11-19
1
-0
/
+47
*
net: sched: gred: add basic Qdisc offload
Jakub Kicinski
2018-11-19
1
-0
/
+47
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-19
2
-13
/
+21
|
\
|
*
net/sched: act_pedit: fix memory leak when IDR allocation fails
Davide Caratti
2018-11-16
1
-1
/
+2
|
*
net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows
Eric Dumazet
2018-11-15
1
-12
/
+19
*
|
net: sched: gred: allow manipulating per-DP RED flags
Jakub Kicinski
2018-11-16
1
-1
/
+143
*
|
net: sched: gred: store red flags per virtual queue
Jakub Kicinski
2018-11-16
1
-6
/
+18
*
|
net: sched: gred: provide a better structured dump and expose stats
Jakub Kicinski
2018-11-16
1
-1
/
+52
*
|
net: sched: gred: store bytesin as a 64 bit value
Jakub Kicinski
2018-11-16
1
-1
/
+1
*
|
net: sched: gred: use extack to provide more details on configuration errors
Jakub Kicinski
2018-11-16
1
-11
/
+33
*
|
net: sched: gred: pass extack to nla_parse_nested()
Jakub Kicinski
2018-11-16
1
-2
/
+2
*
|
net: sched: gred: separate error and non-error path in gred_change()
Jakub Kicinski
2018-11-16
1
-6
/
+6
*
|
etf: Drop all expired packets
Jesus Sanchez-Palencia
2018-11-16
1
-15
/
+21
*
|
etf: Split timersortedlist_erase()
Jesus Sanchez-Palencia
2018-11-16
1
-15
/
+29
*
|
etf: Use cached rb_root
Jesus Sanchez-Palencia
2018-11-16
1
-9
/
+12
*
|
etf: Cancel timer if there are no pending skbs
Jesus Sanchez-Palencia
2018-11-16
1
-1
/
+3
*
|
net: sched: cls_flower: Classify packets using port ranges
Amritha Nambiar
2018-11-15
1
-6
/
+149
*
|
net: sched: red: notify drivers about RED's limit parameter
Jakub Kicinski
2018-11-14
1
-0
/
+1
*
|
net: sched: mq: offload a graft notification
Jakub Kicinski
2018-11-14
1
-0
/
+9
*
|
net: sched: red: offload a graft notification
Jakub Kicinski
2018-11-14
1
-0
/
+17
*
|
net: sched: provide notification for graft on root
Jakub Kicinski
2018-11-14
1
-0
/
+17
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-11
3
-11
/
+15
|
\
|
|
*
act_mirred: clear skb->tstamp on redirect
Eric Dumazet
2018-11-11
2
-10
/
+2
|
*
net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
Jakub Kicinski
2018-11-10
1
-1
/
+13
*
|
net_sched: sch_fq: add dctcp-like marking
Eric Dumazet
2018-11-11
1
-0
/
+21
*
|
net: sched: register callbacks for indirect tc block binds
John Hurley
2018-11-11
1
-1
/
+255
*
|
net: sched: red: inform offloads about harddrop setting
Jakub Kicinski
2018-11-08
1
-0
/
+1
*
|
net/core: use __vlan_hwaccel helpers
Michał Mirosław
2018-11-08
1
-1
/
+1
*
|
net: sched: prio: delay destroying child qdiscs on change
Jakub Kicinski
2018-11-08
1
-1
/
+3
*
|
net: sched: red: delay destroying child qdisc on replace
Jakub Kicinski
2018-11-08
1
-2
/
+6
*
|
net: sched: refactor grafting Qdiscs with a parent
Jakub Kicinski
2018-11-08
1
-14
/
+14
*
|
net: sched: add an offload graft helper
Jakub Kicinski
2018-11-08
2
-24
/
+32
*
|
net: sched: set TCQ_F_OFFLOADED flag for MQ
Jakub Kicinski
2018-11-08
1
-6
/
+3
*
|
net: sched: red: remove unnecessary red_dump_offload_stats parameter
Jakub Kicinski
2018-11-08
1
-2
/
+2
*
|
net: sched: add an offload dump helper
Jakub Kicinski
2018-11-08
3
-31
/
+23
|
/
*
net: sched: gred: pass the right attribute to gred_change_table_def()
Jakub Kicinski
2018-10-28
1
-1
/
+1
*
net: sched: Remove TCA_OPTIONS from policy
David Ahern
2018-10-24
1
-1
/
+0
*
net/sched: act_police: disallow 'goto chain' on fallback control action
Davide Caratti
2018-10-22
1
-2
/
+10
*
net/sched: act_gact: disallow 'goto chain' on fallback control action
Davide Caratti
2018-10-22
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
2
-10
/
+13
|
\
|
*
net: sched: Fix for duplicate class dump
Phil Sutter
2018-10-18
1
-1
/
+2
|
*
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
2018-10-15
2
-9
/
+12
*
|
net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()
Eric Dumazet
2018-10-15
1
-1
/
+1
*
|
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
2018-10-15
1
-8
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
2
-4
/
+4
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
2018-10-12
1
-5
/
+5
|
|
\
|
|
*
net: sched: cls_u32: fix hnode refcounting
Al Viro
2018-10-07
1
-5
/
+5
|
*
|
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
2018-10-11
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
[next]