aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_pedit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-2/+1
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise1-2/+3
2012-08-06net_sched: act: Delete estimator in error path.Hiroaki SHIMODA1-1/+4
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+4
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-6/+4
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-06-07net sched: make pedit check for clones insteadjamal1-2/+1
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-05-17net sched: printk message severitystephen hemminger1-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-11pkt_sched: pedit use proper structjamal1-1/+1
2008-11-25tc: propogate errors from tcf_hash_createStephen Hemminger1-2/+2
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-1/+1
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy1-3/+6
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-2/+6
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy1-10/+10
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-11/+0
2007-06-03[NET]: Fix comparisons of unsigned < 0.Bill Nottingham1-2/+1
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller1-94/+72
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-09[PKT_SCHED]: Prefix tc actions with act_Patrick McHardy1-0/+289