aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_teql.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-11/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+2
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+2
* | net_sched: cleanupsEric Dumazet2011-01-191-18/+18
|/
* net: remove dev_txq_stats_fold()Eric Dumazet2011-01-131-5/+21
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2010-11-281-2/+1
* neigh: Protect neigh->ha[] with a seqlockEric Dumazet2010-10-111-4/+4
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-101-1/+1
* Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes2010-06-161-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+7
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* net: txq_trans_update() helperEric Dumazet2009-05-251-0/+1
* sch_teql: Use net_device internal statsEric Dumazet2009-05-191-12/+5
* sch_teql: should not dereference skb after ndo_start_xmit()Eric Dumazet2009-05-181-2/+3
* sch_teql: convert to net_device_opsStephen Hemminger2009-01-061-8/+12
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-11/+0
* pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski2008-10-311-0/+8
* pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-291-1/+1
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-07-311-4/+5
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-3/+3
* pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-171-2/+5
* net: Use queue aware tests throughout.David S. Miller2008-07-171-4/+2
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-7/+14
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-6/+8
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-2/+2
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-081-6/+6
* [PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.Roel Kluin2008-01-311-1/+1
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-1/+1
* [PKT_SCHED]: Fix OOPS when removing devices from a teql queuing disciplineEvgeniy Polyakov2007-11-071-0/+3
* [NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov2007-10-221-2/+2
* [NET]: Make and use skb_get_queue_mappingPavel Emelyanov2007-10-221-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-3/+3
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+4
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-101-16/+2
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-1/+5
* [NET_SCHED]: teql_enqueue can check limits before skb enqueueKrishna Kumar2007-05-101-3/+2
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [NET]: Add netif_tx_lockHerbert Xu2006-06-171-6/+3
* [NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy2006-01-091-6/+6
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+511