index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-12
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-04
net, sched: convert Qdisc.refcnt from atomic_t to refcount_t
Reshetova, Elena
2
-8
/
+8
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-06-29
net: sched: Fix one possible panic when no destroy callback
Gao Feng
1
-1
/
+2
2017-06-21
bpf: expose prog id for cls_bpf and act_bpf
Daniel Borkmann
2
-0
/
+6
2017-06-15
net: sched: act_tunnel_key: make UDP checksum configurable
Jiri Benc
1
-3
/
+12
2017-06-15
net: sched: act_tunnel_key: request UDP checksum by default
Jiri Benc
1
-2
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+6
2017-06-14
net/act_pedit: fix an error code
Dan Carpenter
1
-1
/
+3
2017-06-14
net_sched: move tcf_lock down after gen_replace_estimator()
WANG Cong
1
-5
/
+3
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
5
-14
/
+23
2017-06-06
net: sched: introduce a TRAP control action
Jiri Pirko
13
-0
/
+13
2017-06-05
net: sched: select cls when cls_act is enabled
Jiri Pirko
1
-0
/
+1
2017-06-04
net/sched: cls_flower: add support for matching on ip tos and ttl
Or Gerlitz
1
-2
/
+37
2017-05-25
net_sched: only create filter chains for new filters/actions
WANG Cong
2
-5
/
+10
2017-05-25
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
1
-3
/
+5
2017-05-24
net/sched: flower: add support for matching on tcp flags
Jiri Pirko
1
-1
/
+12
2017-05-23
net/sched: fix filter flushing
Jiri Pirko
1
-3
/
+10
2017-05-23
net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove
Jiri Pirko
1
-2
/
+2
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-05-22
net: sched: cls_matchall: fix null pointer dereference
Jiri Pirko
1
-1
/
+0
2017-05-19
net: use skb->csum_not_inet to identify packets needing crc32c
Davide Caratti
1
-0
/
+1
2017-05-17
sch_dsmark: Fix uninitialized variable warning.
David S. Miller
1
-1
/
+1
2017-05-17
net: sched: add termination action to allow goto chain
Jiri Pirko
2
-1
/
+45
2017-05-17
net: sched: push tp down to action init
Jiri Pirko
2
-11
/
+13
2017-05-17
net: sched: introduce multichain support for filters
Jiri Pirko
1
-16
/
+88
2017-05-17
net: sched: push chain dump to a separate function
Jiri Pirko
1
-43
/
+52
2017-05-17
net: sched: introduce helpers to work with filter chains
Jiri Pirko
1
-41
/
+107
2017-05-17
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
1
-2
/
+2
2017-05-17
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
1
-6
/
+7
2017-05-17
net: sched: rename tcf_destroy_chain helper
Jiri Pirko
1
-3
/
+3
2017-05-17
net: sched: introduce tcf block infractructure
Jiri Pirko
15
-96
/
+226
2017-05-17
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
14
-60
/
+60
2017-05-16
tcp: internal implementation for pacing
Eric Dumazet
1
-0
/
+8
2017-05-11
net: sched: optimize class dumps
Eric Dumazet
1
-0
/
+6
2017-05-08
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
1
-11
/
+1
2017-05-08
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-21
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
[next]