aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-18pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-17pktgen: Use pr_debugJoe Perches1-23/+18
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+3
2012-05-10pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-10/+10
2012-01-22pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker1-2/+2
2012-01-07pktgen: set correct max and min in pktgen_setup_inject()Dan Carpenter1-2/+2
2011-11-29net: Add queue state xoff flag for stackTom Herbert1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-9/+6
2011-10-20pktgen: remove ndelay() callEric Dumazet1-4/+7
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-6/+6
2011-08-24net: convert core to skb paged frag APIsIan Campbell1-2/+1
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman1-3/+5
2011-05-22pktgen: refactor pg_init() codeWANG Cong1-7/+12
2011-05-22pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong1-2/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-169/+30
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan1-45/+8
2011-05-08pktgen: use %pI6c for printing IPv6 addressesAlexey Dobriyan1-96/+13
2011-04-29pktgen: create num frags requestedamit salecha1-26/+9
2011-04-17pktgen: Fix set-but-unused variable.David S. Miller1-2/+0
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet1-1/+4
2011-03-14pktgen: bug fix in transmission headers with frags=0Daniel Turull1-2/+1
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-09pktgen: fix errata in show resultsDaniel Turull1-1/+1
2011-01-25pktgen: speedup fragmented skbsEric Dumazet1-141/+93
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches1-2/+1
2010-12-10pktgen: adding prefetchw() callJunchang Wang1-0/+2
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet1-1/+1
2010-11-21pktgen: allow faster module unloadEric Dumazet1-5/+12
2010-11-18net: add priority field to pktgenJohn Fastabend1-0/+20
2010-11-08pktgen: correct uninitialized queue_mapJunchang Wang1-2/+2
2010-11-07NET: pktgen - fix compile warningDmitry Torokhov1-1/+1
2010-10-28pktgen: Limit how much data we copy onto the stack.Nelson Elhage1-3/+4
2010-10-24pktgen: clean up handling of local/transient counter varsPaul Gortmaker1-15/+15
2010-09-21net: core: use kernel's converter from hex to binAndy Shevchenko1-6/+4
2010-08-31pktgen: remove non used variableEric Dumazet1-2/+0
2010-07-23net: core: don't use own hex_to_bin() methodAndy Shevchenko1-24/+12
2010-07-12net/core: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-06-25net/core/pktgen.c: Use pr_<level>Joe Perches1-78/+64
2010-06-11pktgen: increasing transmission granularityDaniel Turull1-4/+38
2010-06-10pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1
2010-03-21pktgen node allocationRobert Olsson1-5/+53
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+2
2010-02-04pktgen: Fix freezing problemRafael J. Wysocki1-0/+1
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend1-2/+7
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+2
2009-11-29pktgen: NUMA awareEric Dumazet1-3/+6