index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
1
-11
/
+1
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
5
-58
/
+18
2017-05-04
net/sched: remove redundant null check on head
Colin Ian King
1
-2
/
+1
2017-05-02
net: sched: add helpers to handle extended actions
Jiri Pirko
1
-1
/
+1
2017-05-01
flower: check unused bits in MPLS fields
Benjamin LaHaise
1
-10
/
+22
2017-04-25
net sched actions: Complete the JUMPX opcode
Jamal Hadi Salim
1
-0
/
+25
2017-04-24
cls_flower: add support for matching MPLS fields (v2)
Benjamin LaHaise
1
-0
/
+74
2017-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+32
2017-04-21
net_sched: remove useless NULL to tp->root
WANG Cong
3
-20
/
+0
2017-04-21
net_sched: move the empty tp check from ->destroy() to ->delete()
WANG Cong
12
-126
/
+132
2017-04-20
net sched actions: allocate act cookie early
Wolfgang Bumiller
1
-23
/
+32
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
3
-10
/
+15
2017-04-17
Subject: net: allow configuring default qdisc
stephen hemminger
2
-0
/
+54
2017-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
50
-69
/
+77
2017-04-06
net_sched: check noop_qdisc before qdisc_hash_add()
WANG Cong
1
-1
/
+1
2017-04-05
net: sched: choke: remove some dead code
Dan Carpenter
1
-6
/
+0
2017-03-25
net_sched: use setup_deferrable_timer
Geliang Tang
2
-6
/
+4
2017-03-24
net: sched: choke: remove dead filter classify code
Jiri Pirko
1
-51
/
+0
2017-03-24
sched: act_csum: don't mangle TCP and UDP GSO packets
Davide Caratti
1
-0
/
+12
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2017-03-22
sch_dsmark: fix invalid skb_cow() usage
Eric Dumazet
1
-2
/
+8
2017-03-17
netem: apply correct delay when rate throttling
Nik Unger
1
-8
/
+18
2017-03-16
net/sched: fq_codel: Avoid set-but-unused variable
Or Gerlitz
1
-2
/
+0
2017-03-16
net/sched: act_ife: Staticfy find_decode_metaid()
Or Gerlitz
1
-2
/
+2
2017-03-16
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-6
/
+11
2017-03-16
mqprio: Change handling of hw u8 to allow for multiple hardware offload modes
Alexander Duyck
1
-10
/
+16
2017-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2017-03-13
sch_tbf: Remove bogus semicolon in if() conditional.
David S. Miller
1
-1
/
+1
2017-03-13
act_connmark: avoid crashing on malformed nlattrs with null parms
Etienne Noss
1
-0
/
+3
2017-03-13
net: sched: make default fifo qdiscs appear in the dump
Jiri Kosina
15
-16
/
+62
2017-03-08
net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
Alexey Khoroshilov
1
-1
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
net sched actions: do not overwrite status of action creation.
Roman Mashak
1
-2
/
+2
2017-02-27
net sched actions: decrement module reference count after table flush.
Roman Mashak
1
-4
/
+1
2017-02-17
pkt_sched: Remove useless qdisc_stab_lock
Gao Feng
1
-12
/
+0
2017-02-17
net/sched: cls_bpf: Reflect HW offload status
Or Gerlitz
1
-2
/
+11
2017-02-17
net/sched: cls_u32: Reflect HW offload status
Or Gerlitz
1
-0
/
+10
2017-02-17
net/sched: cls_matchall: Reflect HW offloading status
Or Gerlitz
1
-2
/
+10
2017-02-17
net/sched: cls_flower: Reflect HW offload status
Or Gerlitz
1
-0
/
+5
2017-02-17
net/sched: cls_matchall: Dump the classifier flags
Or Gerlitz
1
-0
/
+3
2017-02-17
net/sched: cls_flower: Properly handle classifier flags dumping
Or Gerlitz
1
-1
/
+2
2017-02-14
net_sched: nla_memdup_cookie() can be static
Wei Yongjun
1
-1
/
+1
2017-02-14
sched: Fix accidental removal of errout goto
Jiri Pirko
1
-0
/
+1
2017-02-12
net_sched: fix error recovery at qdisc creation
Eric Dumazet
5
-23
/
+19
2017-02-10
net/act_pedit: Introduce 'add' operation
Amir Vadai
1
-4
/
+26
2017-02-10
net/act_pedit: Support using offset relative to the conventional network headers
Amir Vadai
1
-16
/
+180
2017-02-10
sched: check negative err value to safe one level of indent
Jiri Pirko
1
-13
/
+9
2017-02-10
sched: add missing curly braces in else branch in tc_ctl_tfilter
Jiri Pirko
1
-1
/
+2
2017-02-10
sched: move err set right before goto errout in tc_ctl_tfilter
Jiri Pirko
1
-10
/
+19
[next]