summaryrefslogtreecommitdiffstats
path: root/tc/tc_core.c
Commit message (Expand)AuthorAgeFilesLines
* Change the rate table calc of transmit cost to use upper bound value.Jesper Dangaard Brouer2007-12-311-1/+2
* Cleanup: tc_calc_rtable().Jesper Dangaard Brouer2007-12-311-2/+4
* Overhead calculation is now done in the kernel.Jesper Dangaard Brouer2007-12-311-4/+0
* Also do tc_core_time2big argument (long->unsigned).Andreas Henriksson2007-10-121-1/+1
* Switch helpers tc_core_{time2ktime,ktime2time} from long to unsigned as well.Andreas Henriksson2007-10-121-2/+2
* Fix overflow in time2tick / tick2time.Andreas Henriksson2007-10-121-2/+2
* Handle different kernel clock resolutionsPatrick McHardy2007-03-131-7/+19
* Replace "usec" by "time" in function namesPatrick McHardy2007-03-131-7/+7
* Introduce TIME_UNITS_PER_SEC to represent internal clock resolutionPatrick McHardy2007-03-131-2/+12
* Introduce tc_calc_xmitsize and use where appropriatePatrick McHardy2007-03-131-0/+5
* Use tc_calc_xmittime() where appropriatePatrick McHardy2007-03-131-1/+1
* Trap possible overflow in usec values to netemStephen Hemminger2006-10-191-0/+9
* Adds mpu support to HTB (ATM) queueing disciplineosdl.net!shemminger2004-07-301-0/+4
* (Logical change 1.3)osdl.org!shemminger2004-04-151-0/+85
* Initial revisionosdl.org!shemminger2004-04-151-0/+0
IFUJI Hideaki2007-02-101-39/+39 * [PACKET]: Fix skb->cb clobbering between aux and sockaddrHerbert Xu2007-02-081-16/+30 * [PACKET]: Add optional checksum computation for recvmsgHerbert Xu2007-02-081-9/+48 * [AF_PACKET]: Check device down state before hard header callbacks.David S. Miller2007-01-251-8/+8 * [AF_PACKET]: Fix BPF handling.David S. Miller2007-01-241-15/+15 * [NET]: Memory barrier cleanupsRalf Baechle2006-12-071-1/+1 * [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-041-0/+1 * [AF_PACKET]: annotateAl Viro2006-12-021-8/+10 * [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-25/+18 * [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1 * [PACKET]: Don't truncate non-linear skbs with mmaped IOPatrick McHardy2006-09-171-3/+1 * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0 * [NET]: Fix some whitespace issues in af_packet.cKris Katterjohn2006-01-231-8/+8 * [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1 * [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-1/+1 * [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-1/+1 * [NET]: move struct proto_ops to constEric Dumazet2006-01-031-4/+4 * [AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page().David S. Miller2005-12-06