Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bf056bfa80596a5d14b26b17276a56a0dcb080e5
/
net
/
sched
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
c0e8a13
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f54ba77
pkt_sched: Fix warning false positives.
by David S. Miller
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
7126195
pkt_sched: fix virtual-start-time update in QFQ
by Paolo Valente
· 12 years ago
b48b63a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
8a8e04d
cgroup: Assign subsystem IDs during compile time
by Daniel Wagner
· 12 years ago
ba1bf47
net_sched: gred: actually perform idling in WRED mode
by David Ward
· 12 years ago
1fe37b1
net_sched: gred: fix qave reporting via netlink
by David Ward
· 12 years ago
c22e464
net_sched: gred: eliminate redundant DP prio comparisons
by David Ward
· 12 years ago
e29fe83
net_sched: gred: correct comment about qavg calculation in RIO mode
by David Ward
· 12 years ago
bdfc87f
net-sched: sch_cbq: avoid infinite loop
by Eric Dumazet
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
23d3b8b
net: qdisc busylock needs lockdep annotations
by Eric Dumazet
· 12 years ago
b379135
fq_codel: dont reinit flow state
by Eric Dumazet
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
16c0b16
act_mirred: do not drop packets when fails to mirror it
by Jason Wang
· 12 years ago
a6c6796
userns: Convert cls_flow to work with user namespaces enabled
by Eric W. Biederman
· 12 years ago
af4c664
net sched: Pass the skb into change so it can access NETLINK_CB
by Eric W. Biederman
· 12 years ago
ee89bab
net: move and rename netif_notify_peers()
by Amerigo Wang
· 12 years ago
be72f63
sched: add missing group change to qfq_change_class
by Paolo Valente
· 12 years ago
47fd92f
net_sched: act: Delete estimator in error path.
by Hiroaki SHIMODA
· 12 years ago
696ecdc
net_sched: gact: Fix potential panic in tcf_gact().
by Hiroaki SHIMODA
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5a308f4
netem: refine early skb orphaning
by Eric Dumazet
· 12 years ago
7ac2908
sch_sfb: Fix missing NULL check
by Alan Cox
· 12 years ago
6d4fa85
net: sched: add ipset ematch
by Florian Westphal
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
960fb66
netem: add limitation to reordered packets
by Eric Dumazet
· 12 years ago
8f961fa
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
by David S. Miller
· 12 years ago
dbedbe6d
sch_teql: Convert over to dev_neigh_lookup_skb().
by David S. Miller
· 12 years ago
f057bbb
net: em_canid: Ematch rule to match CAN frames according to their identifiers
by Rostislav Lisovy
· 12 years ago
02ef22c
pkt_sched: sch_api: Move away from NLMSG_NEW().
by David S. Miller
· 12 years ago
942b816
pkt_sched: cls_api: Move away from NLMSG_NEW().
by David S. Miller
· 12 years ago
8b00a53
pkt_sched: act_api: Move away from NLMSG_PUT().
by David S. Miller
· 12 years ago
d583675
sch_atm.c: get rid of poinless extern
by Al Viro
· 13 years ago
88d6ae8d
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
1de5a71
ipv6: correct the ipv6 option name - Pad0 to Pad1
by Eldad Zack
· 12 years ago
865ec55
fq_codel: should use qdisc backlog as threshold
by Eric Dumazet
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
669d67b
net: codel: fix build errors
by Sasha Levin
· 12 years ago
ce5b4b9
net/codel: Add missing #include <linux/prefetch.h>
by Geert Uytterhoeven
· 12 years ago
4b549a2
fq_codel: Fair Queue Codel AQM
by Eric Dumazet
· 12 years ago
76e3cc1
codel: Controlled Delay AQM
by Eric Dumazet
· 12 years ago
2dd875f
net_sched: update bstats in dequeue()
by Eric Dumazet
· 12 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1704575
net: sched: factorize code (qdisc_drop())
by Eric Dumazet
· 13 years ago
116a0fc
netem: fix possible skb leak
by Eric Dumazet
· 13 years ago
e4ae004
netem: add ECN capability
by Eric Dumazet
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
244b65d
net_sched: gred: Fix oops in gred_dump() in WRED mode
by David Ward
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
4baf6e3
cgroup: convert all non-memcg controllers to the new cftype interface
by Tejun Heo
· 13 years ago
676f7c8
cgroup: relocate cftype and cgroup_subsys definitions in controllers
by Tejun Heo
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
cc34eb6
sch_sfq: revert dont put new flow at the end of flows
by Eric Dumazet
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
cd961c2
netem: fix dequeue
by Eric Dumazet
· 13 years ago
2132cf6
net_sched: sch_plug: plug_qdisc_ops is static
by Eric Dumazet
· 13 years ago
16bda13
net: Make qdisc_skb_cb upper size bound explicit.
by David S. Miller
· 13 years ago
c3059be
net/sched: sch_plug - Queue traffic until an explicit release command
by Shriram Rajagopalan
· 13 years ago
a0417fa
net: Make qdisc_skb_cb upper size bound explicit.
by David S. Miller
· 13 years ago
761b3ef
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
a42b479
netem: Fix off-by-one bug in reordering
by Vijay Subramanian
· 13 years ago
ddecf0f
net_sched: sfq: add optional RED on top of SFQ
by Eric Dumazet
· 13 years ago
eeca668
net_sched: red: split red_parms into parms and vars
by Eric Dumazet
· 13 years ago
18cb809
net_sched: sfq: extend limits
by Eric Dumazet
· 13 years ago
eb10192
net_sched: Bug in netem reordering
by Hagen Paul Pfeifer
· 13 years ago
117ff42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
02a9098
net_sched: sfq: always randomize hash perturbation
by Eric Dumazet
· 13 years ago
bd16a6c
net_sched: sfq: fix mem alloc error recovery
by Eric Dumazet
· 13 years ago
fa0f5aa
net_sched: qdisc_alloc_handle() can be too slow
by Eric Dumazet
· 13 years ago
d32ae76f
sch_qfq: accurate wsum handling
by Eric Dumazet
· 13 years ago
6bafcac
sch_qfq: fix overflow in qfq_update_start()
by Eric Dumazet
· 13 years ago
d47a0ac
sch_sfq: dont put new flow at the end of flows
by Eric Dumazet
· 13 years ago
5061253
netem: fix classful handling
by Eric Dumazet
· 13 years ago
7f8e323
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b0460e4
sch_tbf: report backlog information
by Eric Dumazet
· 13 years ago
bb52c7a
netem: dont call vfree() under spinlock and BH disabled
by Eric Dumazet
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2494654
netem: loss model API sizes
by stephen hemminger
· 13 years ago
f5a59b7
sch_hfsc: report backlog information
by Eric Dumazet
· 13 years ago
7838f2c
mqprio: Avoid panic if no options are provided
by Thomas Graf
· 13 years ago
225d9b8
sch_sfq: rehash queues in perturb timer
by Eric Dumazet
· 13 years ago
869aa41
sch_gred: prefer GFP_KERNEL allocations
by Eric Dumazet
· 13 years ago
b26e478
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3a53943
cls_flow: remove one dynamic array
by Eric Dumazet
· 13 years ago
90b41a1
netem: add cell concept to simulate special MAC behavior
by Hagen Paul Pfeifer
· 13 years ago
3f1e6d3
sch_gred: should not use GFP_KERNEL while holding a spinlock
by Eric Dumazet
· 13 years ago
a73ed26
sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE
by Eric Dumazet
· 13 years ago
8af2a21
sch_red: Adaptative RED AQM
by Eric Dumazet
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
Next »