aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_choke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+2
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet1-5/+3
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet1-19/+21
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet1-1/+7
2011-11-29sch_choke: use skb_flow_dissect()Eric Dumazet1-89/+31
2011-11-08sch_choke: use skb_header_pointer()Eric Dumazet1-10/+17
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-02-24sch_choke: add choke_skb_cbEric Dumazet1-2/+13
2011-02-02sch_choke: Need linux/vmalloc.hDavid S. Miller1-0/+1
2011-02-02sched: CHOKe flow schedulerstephen hemminger1-0/+676