aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-12/+20
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet1-5/+11
2009-11-23pktgen: Fix device name comparesEric Dumazet1-8/+10
2009-11-05pktgen: tx_bytes might be slightly wrongEric Dumazet1-2/+3
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+10
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-10-05pktgen: Avoid dirtying skb->users when txq is fullEric Dumazet1-4/+7
2009-10-04pktgen: restore nanosec delaysEric Dumazet1-1/+1
2009-10-04pktgen: Fix multiqueue handlingEric Dumazet1-1/+1
2009-10-01pktgen: Fix delay handlingEric Dumazet1-2/+4
2009-09-24pktgen: better scheduler friendlinessStephen Hemminger1-79/+72
2009-09-24pktgen: T_TERMINATE flag is unusedStephen Hemminger1-5/+4
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+1
2009-08-28pktgen: use proc_create_data()Alexey Dobriyan1-2/+4
2009-08-28pktgen: increase versionStephen Hemminger1-6/+10
2009-08-28pktgen: cleanup checkpatch warningsStephen Hemminger1-139/+159
2009-08-28pktgen: use common idle routineStephen Hemminger1-10/+4
2009-08-28pktgen: spin using hrtimerStephen Hemminger1-21/+28
2009-08-28pktgen: convert to use ktime_tStephen Hemminger1-100/+84
2009-08-28pktgen: avoid calling gettimeofdayStephen Hemminger1-7/+9
2009-08-28pktgen: reorganize transmit loopStephen Hemminger1-12/+14
2009-08-28pktgen: use netdev_alloc_skbStephen Hemminger1-4/+6
2009-08-28pktgen: cleanup clone count testStephen Hemminger1-17/+15
2009-08-28pktgen: xmit logic reorganizationStephen Hemminger1-31/+24
2009-08-28pktgen: stop_device cleanupStephen Hemminger1-9/+3
2009-08-28pktgen: mark read-only/mostly variablesStephen Hemminger1-5/+5
2009-08-28pktgen: change inliningStephen Hemminger1-8/+7