Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e2358851efbcdc34583ee11971a6e4d587ea8bf9
/
net
/
sched
« Previous
2362493
net_sched: TCQ_F_CAN_BYPASS generalization
by Eric Dumazet
· 14 years ago
9190b3b
net_sched: accurate bytes/packets stats/rates
by Eric Dumazet
· 14 years ago
a2da570
net_sched: RCU conversion of stab
by Eric Dumazet
· 14 years ago
fd245a4
net_sched: move TCQ_F_THROTTLED flag
by Eric Dumazet
· 14 years ago
817fb15
net_sched: sfq: allow divisor to be a parameter
by Eric Dumazet
· 14 years ago
a07aa00
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
b8970f0
net_sched: implement a root container qdisc sch_mqprio
by John Fastabend
· 14 years ago
14f0290
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 14 years ago
d018b6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
0134e89
Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6
by Patrick McHardy
· 14 years ago
c7066f7
netfilter: fix Kconfig dependencies
by Patrick McHardy
· 14 years ago
1ac9ad1
net: remove dev_txq_stats_fold()
by Eric Dumazet
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
bfe0d02
net_sched: factorize qdisc stats handling
by Eric Dumazet
· 14 years ago
44b8288
net_sched: pfifo_head_drop problem
by Eric Dumazet
· 14 years ago
0dfb33a
sch_red: report backlog information
by Eric Dumazet
· 14 years ago
18c8d82
sfq: fix slot_dequeue_head()
by Eric Dumazet
· 14 years ago
eeaeb06
sch_sfq: allow big packets and be fair
by Eric Dumazet
· 14 years ago
ee09b3c
sfq: fix sfq class stats handling
by Eric Dumazet
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
eda83e3
net_sched: sch_sfq: better struct layouts
by Eric Dumazet
· 14 years ago
d9993be
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
aa3e219
net_sched: sch_sfq: fix allot handling
by Eric Dumazet
· 14 years ago
c426626
net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()
by Eric Dumazet
· 14 years ago
4434572
net: factorize sync-rcu call in unregister_netdevice_many
by Octavian Purdila
· 14 years ago
f2cd2d3
net sched: use xps information for qdisc NUMA affinity
by Eric Dumazet
· 14 years ago
5a0d226
net: add netif_tx_queue_frozen_or_stopped
by Eric Dumazet
· 14 years ago
c996d8b
Docs/Kconfig: Update: osdl.org -> linuxfoundation.org
by Michael Witten
· 14 years ago
4c46ee5
classifier: report statistics for basic classifier
by stephen hemminger
· 14 years ago
c00b2c9
cls_cgroup: Fix crash on module unload
by Herbert Xu
· 14 years ago
5ec1cea
text ematch: check for NULL pointer before destroying textsearch config
by Thomas Graf
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
9941fb6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
3511c91
net_sched: remove the unused parameter of qdisc_create_dflt()
by Changli Gao
· 14 years ago
7b5edbc
net/sched: fix missing spinlock init
by Eric Dumazet
· 14 years ago
75e1056
sched: Fix softirq time accounting
by Venkatesh Pallipadi
· 14 years ago
243bf6e
netfilter: xtables: resolve indirect macros 3/3
by Jan Engelhardt
· 14 years ago
87a2e70d
netfilter: xtables: resolve indirect macros 2/3
by Jan Engelhardt
· 14 years ago
0ed8ddf
neigh: Protect neigh->ha[] with a seqlock
by Eric Dumazet
· 14 years ago
e18434c
net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX
by Changli Gao
· 14 years ago
69259ab
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
4e18b3e
cls_u32: signedness bug
by Dan Carpenter
· 14 years ago
24824a0
net: dynamic ingress_queue allocation
by Eric Dumazet
· 14 years ago
bfa5ae6
net: rename netdev rx_queue to ingress_queue
by Eric Dumazet
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a505b3b
sch_atm: Fix potential NULL deref.
by David S. Miller
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3b2eb61
net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()
by Michal Soltys
· 14 years ago
0f04cfd
net sched: fix kernel leak in act_police
by Jeff Mahoney
· 14 years ago
c2e3143
tc: add meta match on receive hash
by Stephen Hemminger
· 14 years ago
0eec32f
net_sched: act_csum: coding style cleanup
by Changli Gao
· 14 years ago
7abac68
pkt_sched: Make act_csum depend upon INET.
by David S. Miller
· 14 years ago
2436243
net/sched: need to include net/ip6_checksum.h
by Stephen Rothwell
· 14 years ago
739a91e
net_sched: cls_flow: add key rxhash
by Changli Gao
· 14 years ago
d3c6e7a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
eb4d406
net/sched: add ACT_CSUM action to update packets checksums
by Grégoire Baron
· 14 years ago
b9959c2
net_sched: sch_sfq: use proto_ports_offset() to support AH message
by Changli Gao
· 14 years ago
78d3307
net_sched: cls_flow: use proto_ports_offset() to support AH message
by Changli Gao
· 14 years ago
00093fa
net/sched: remove unneeded NULL check
by Dan Carpenter
· 14 years ago
1c40be1
net sched: fix some kernel memory leaks
by Eric Dumazet
· 14 years ago
3e9e5a5
pkt_sched: Check .walk and .leaf class handlers
by Jarek Poplawski
· 14 years ago
41065fb
pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops
by Jarek Poplawski
· 14 years ago
9871e50
net: Use NET_XMIT_SUCCESS where possible.
by Ben Greear
· 14 years ago
68fd26b
pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add dummy bind/unbind handles
by Jarek Poplawski
· 14 years ago
da7115d
pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: add dummy bind/unbind handles
by Jarek Poplawski
· 14 years ago
eb4a552
pkt_sched: Fix sch_sfq vs tcf_bind_filter oops
by Jarek Poplawski
· 14 years ago
f2f0098
sch_sfq: add sanity check for the packet length
by Changli Gao
· 14 years ago
12dc96d
cls_rsvp: add sanity check for the packet length
by Changli Gao
· 14 years ago
4b95c3d
cls_flow: add sanity check for the packet length
by Changli Gao
· 14 years ago
36d1269
act_nat: fix on the TX path
by Changli Gao
· 14 years ago
00dad5e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
66d50d2
u32: negative offset fix
by stephen hemminger
· 14 years ago
3a3dfb0
act_nat: the checksum of ICMP doesn't have pseudo header
by Changli Gao
· 14 years ago
072d79a
act_nat: fix wild pointer
by Changli Gao
· 14 years ago
bb7e95c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3b87956
net sched: fix race in mirred device removal
by stephen hemminger
· 14 years ago
11fe883
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d6d9ca0
net: this_cpu_xxx conversions
by Eric Dumazet
· 14 years ago
6accec7
sch_atm: Convert to use standard list_head facilities.
by David S. Miller
· 14 years ago
0eff683
net/sched: potential data corruption
by Dan Carpenter
· 14 years ago
70c2efa
act_nat: not all of the ICMP packets need an IP header payload
by Changli Gao
· 14 years ago
504f85c
act_nat: use stack variable
by Changli Gao
· 14 years ago
5acbf7f
act_mirred: combine duplicate code
by Changli Gao
· 14 years ago
210d6de
act_mirred: don't clone skb when skb isn't shared
by Changli Gao
· 14 years ago
8244132
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
fa68a78
Clear IFF_XMIT_DST_RELEASE for teql interfaces
by Tom Hughes
· 14 years ago
c7de2cf
pkt_sched: gen_kill_estimator() rcu fixes
by Eric Dumazet
· 14 years ago
9dacaf1
net sched: make pedit check for clones instead
by jamal
· 14 years ago
f2a0336
htb: remove two unnecessary assignments
by Changli Gao
· 14 years ago
eedc765
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
db2c241
act_pedit: access skb->data safely
by Changli Gao
· 14 years ago
fbc2e7d
cls_u32: use skb_header_pointer() to dereference data safely
by Changli Gao
· 14 years ago
33c29dd
act_nat: fix the wrong checksum when addr isn't in old_addr/mask
by Changli Gao
· 14 years ago
79640a4
net: add additional lock to qdisc to increase throughput
by Eric Dumazet
· 14 years ago
bc135b2
net: Define accessors to manipulate QDISC_STATE_RUNNING
by Eric Dumazet
· 14 years ago
06c4648
arp_notify: allow drivers to explicitly request a notification event.
by Ian Campbell
· 14 years ago
f845172
cls_cgroup: Store classid in struct sock
by Herbert Xu
· 14 years ago
53b0f08
net_sched: Fix qdisc_notify()
by Eric Dumazet
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
Next »