index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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: introduce multichain support for filters
Jiri Pirko
2017-05-17
1
-16
/
+88
*
|
net: sched: push chain dump to a separate function
Jiri Pirko
2017-05-17
1
-43
/
+52
*
|
net: sched: introduce helpers to work with filter chains
Jiri Pirko
2017-05-17
1
-41
/
+107
*
|
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
2017-05-17
1
-2
/
+2
*
|
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
2017-05-17
1
-6
/
+7
*
|
net: sched: rename tcf_destroy_chain helper
Jiri Pirko
2017-05-17
1
-3
/
+3
*
|
net: sched: introduce tcf block infractructure
Jiri Pirko
2017-05-17
15
-96
/
+226
*
|
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
2017-05-17
14
-60
/
+60
*
|
tcp: internal implementation for pacing
Eric Dumazet
2017-05-16
1
-0
/
+8
|
/
*
net: sched: optimize class dumps
Eric Dumazet
2017-05-11
1
-0
/
+6
*
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
2017-05-08
1
-11
/
+1
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
5
-58
/
+18
*
net/sched: remove redundant null check on head
Colin Ian King
2017-05-04
1
-2
/
+1
*
net: sched: add helpers to handle extended actions
Jiri Pirko
2017-05-02
1
-1
/
+1
*
flower: check unused bits in MPLS fields
Benjamin LaHaise
2017-05-01
1
-10
/
+22
*
net sched actions: Complete the JUMPX opcode
Jamal Hadi Salim
2017-04-25
1
-0
/
+25
*
cls_flower: add support for matching MPLS fields (v2)
Benjamin LaHaise
2017-04-24
1
-0
/
+74
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-21
1
-23
/
+32
|
\
|
*
net sched actions: allocate act cookie early
Wolfgang Bumiller
2017-04-20
1
-23
/
+32
*
|
net_sched: remove useless NULL to tp->root
WANG Cong
2017-04-21
3
-20
/
+0
*
|
net_sched: move the empty tp check from ->destroy() to ->delete()
WANG Cong
2017-04-21
12
-126
/
+132
*
|
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
3
-10
/
+15
*
|
Subject: net: allow configuring default qdisc
stephen hemminger
2017-04-17
2
-0
/
+54
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-15
1
-1
/
+1
|
\
|
|
*
net_sched: check noop_qdisc before qdisc_hash_add()
WANG Cong
2017-04-06
1
-1
/
+1
*
|
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
50
-69
/
+77
*
|
net: sched: choke: remove some dead code
Dan Carpenter
2017-04-05
1
-6
/
+0
*
|
net_sched: use setup_deferrable_timer
Geliang Tang
2017-03-24
2
-6
/
+4
*
|
net: sched: choke: remove dead filter classify code
Jiri Pirko
2017-03-24
1
-51
/
+0
*
|
sched: act_csum: don't mangle TCP and UDP GSO packets
Davide Caratti
2017-03-23
1
-0
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-23
1
-2
/
+8
|
\
|
|
*
sch_dsmark: fix invalid skb_cow() usage
Eric Dumazet
2017-03-21
1
-2
/
+8
*
|
netem: apply correct delay when rate throttling
Nik Unger
2017-03-16
1
-8
/
+18
*
|
net/sched: fq_codel: Avoid set-but-unused variable
Or Gerlitz
2017-03-16
1
-2
/
+0
*
|
net/sched: act_ife: Staticfy find_decode_metaid()
Or Gerlitz
2017-03-16
1
-2
/
+2
*
|
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
2017-03-15
1
-6
/
+11
*
|
mqprio: Change handling of hw u8 to allow for multiple hardware offload modes
Alexander Duyck
2017-03-15
1
-10
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-15
2
-1
/
+3
|
\
|
|
*
act_connmark: avoid crashing on malformed nlattrs with null parms
Etienne Noss
2017-03-12
1
-0
/
+3
|
*
net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
Alexey Khoroshilov
2017-03-07
1
-1
/
+0
*
|
sch_tbf: Remove bogus semicolon in if() conditional.
David S. Miller
2017-03-13
1
-1
/
+1
*
|
net: sched: make default fifo qdiscs appear in the dump
Jiri Kosina
2017-03-12
15
-16
/
+62
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
net sched actions: do not overwrite status of action creation.
Roman Mashak
2017-02-26
1
-2
/
+2
*
net sched actions: decrement module reference count after table flush.
Roman Mashak
2017-02-26
1
-4
/
+1
*
pkt_sched: Remove useless qdisc_stab_lock
Gao Feng
2017-02-17
1
-12
/
+0
*
net/sched: cls_bpf: Reflect HW offload status
Or Gerlitz
2017-02-17
1
-2
/
+11
*
net/sched: cls_u32: Reflect HW offload status
Or Gerlitz
2017-02-17
1
-0
/
+10
*
net/sched: cls_matchall: Reflect HW offloading status
Or Gerlitz
2017-02-17
1
-2
/
+10
*
net/sched: cls_flower: Reflect HW offload status
Or Gerlitz
2017-02-17
1
-0
/
+5
[prev]
[next]