Commit Graph

148 Commits (8d4d9f52081cd45bde42b9452eba95f38feb7dae)

Author SHA1 Message Date
Joe Perches e87cc4728f net: Convert net_ratelimit uses to net_<level>_ratelimited 13 years ago
David S. Miller 1b34ec43c9 pkt_sched: Stop using NLA_PUT*(). 13 years ago
Tom Herbert 7346649826 net: Add queue state xoff flag for stack 13 years ago
david decotigny ccf5ff69fb net: new counter for tx_timeout errors in sysfs 13 years ago
Krishna Kumar f0c50c7c9a Remove redundant variable/code in __qdisc_run 14 years ago
jamal d5b8aa1d24 net_sched: fix dequeuer fairness 14 years ago
David S. Miller 3019de124b net: Rework netdev_drivername() to avoid warning. 14 years ago
Eric Dumazet 3137663dfb net: avoid synchronize_rcu() in dev_deactivate_many 14 years ago
Eric Dumazet d276055c4e net_sched: reduce fifo qdisc size 14 years ago
Eric W. Biederman 5f04d5068a net: Fix more stale on-stack list_head objects. 14 years ago
Eric Dumazet 23624935e0 net_sched: TCQ_F_CAN_BYPASS generalization 14 years ago
Eric Dumazet a2da570d62 net_sched: RCU conversion of stab 14 years ago
Eric Dumazet cc7ec456f8 net_sched: cleanups 14 years ago
John Fastabend b8970f0bfc net_sched: implement a root container qdisc sch_mqprio 14 years ago
Octavian Purdila 443457242b net: factorize sync-rcu call in unregister_netdevice_many 14 years ago
Eric Dumazet f2cd2d3e9b net sched: use xps information for qdisc NUMA affinity 14 years ago
Eric Dumazet 5a0d2268d2 net: add netif_tx_queue_frozen_or_stopped 14 years ago
Changli Gao 3511c9132f net_sched: remove the unused parameter of qdisc_create_dflt() 15 years ago
Eric Dumazet 7b5edbc4cf net/sched: fix missing spinlock init 15 years ago
Eric Dumazet 24824a09e3 net: dynamic ingress_queue allocation 15 years ago
Eric Dumazet bfa5ae63b8 net: rename netdev rx_queue to ingress_queue 15 years ago
Eric Dumazet d6d9ca0fec net: this_cpu_xxx conversions 15 years ago
Eric Dumazet 79640a4ca6 net: add additional lock to qdisc to increase throughput 15 years ago
Eric Dumazet bc135b23d0 net: Define accessors to manipulate QDISC_STATE_RUNNING 15 years ago
Ian Campbell 06c4648d46 arp_notify: allow drivers to explicitly request a notification event. 15 years ago
Eric Dumazet 7fee226ad2 net: add a noref bit on skb dst 15 years ago
Changli Gao dee42870a4 net: fix softnet_stat 15 years ago
Eric Dumazet 5d944c640b gen_estimator: deadlock fix 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Jarek Poplawski 9a1654ba0b net: Optimize hard_start_xmit() return checking 15 years ago
Patrick McHardy 572a9d7b6f net: allow to propagate errors through ->ndo_hard_start_xmit() 15 years ago
David S. Miller 6ec1c69a8f net_sched: add classful multiqueue dummy scheduler 16 years ago
Patrick McHardy 589983cd21 net_sched: move dev_graft_qdisc() to sch_generic.c 16 years ago
Patrick McHardy af356afa01 net_sched: reintroduce dev->qdisc for use by sch_api 16 years ago
Krishna Kumar a453e0689a pkt_sched: Fix resource limiting in pfifo_fast 16 years ago
Krishna Kumar fd3ae5e8fc Speed-up pfifo_fast lookup using a private bitmap 16 years ago
Krishna Kumar bbd8a0d3a3 net: Avoid enqueuing skb for default qdiscs 16 years ago
Eric Dumazet 9d21493b4b net: tx scalability works : trans_start 16 years ago
David S. Miller c276e098d3 Revert "net: Fix for initial link state in 2.6.28" 16 years ago
Michael Marineau 22604c8668 net: Fix for initial link state in 2.6.28 16 years ago
Stephen Hemminger d314774cf2 netdev: network device operations infrastructure 16 years ago
David S. Miller b47300168e net: Do not fire linkwatch events until the device is registered. 16 years ago
Jarek Poplawski f30ab418a1 pkt_sched: Remove qdisc->ops->requeue() etc. 16 years ago
Jarek Poplawski 67305ebc99 pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset() 16 years ago
Jarek Poplawski 99c0db2679 pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation. 17 years ago
Jarek Poplawski 9f3ffae0db pkt_sched: sch_generic: Fix oops in sch_teql 17 years ago
Jarek Poplawski 53e9150349 pkt_sched: Update qdisc requeue stats in dev_requeue_skb() 17 years ago
Jarek Poplawski 6252352d16 pkt_sched: Simplify dev_requeue_skb and dequeue_skb 17 years ago
Jarek Poplawski 554794de79 pkt_sched: Fix handling of gso skbs on requeuing 17 years ago
Jarek Poplawski ebf059821e pkt_sched: Check the state of tx_queue in dequeue_skb() 17 years ago