aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_choke.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksGravatar Joe Perches 1-1/+2
2013-04-29net/sched: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Gravatar Eric Dumazet 1-5/+3
2012-04-01pkt_sched: Stop using NLA_PUT*().Gravatar David S. Miller 1-2/+3
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.Gravatar David S. Miller 1-2/+1
2012-01-05net_sched: red: split red_parms into parms and varsGravatar Eric Dumazet 1-19/+21
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEGravatar Eric Dumazet 1-1/+7
2011-11-29sch_choke: use skb_flow_dissect()Gravatar Eric Dumazet 1-89/+31
2011-11-08sch_choke: use skb_header_pointer()Gravatar Eric Dumazet 1-10/+17
2011-06-21ip: introduce ip_is_fragment helper inline functionGravatar Paul Gortmaker 1-1/+1
2011-02-24sch_choke: add choke_skb_cbGravatar Eric Dumazet 1-2/+13
2011-02-02sch_choke: Need linux/vmalloc.hGravatar David S. Miller 1-0/+1
2011-02-02sched: CHOKe flow schedulerGravatar stephen hemminger 1-0/+676