aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
Commit message (Expand)AuthorAgeFilesLines
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-10-131-1/+3
* pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-08-121-1/+1
* {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2014-01-031-0/+7
* pktgen: correctly handle failures when adding a deviceCong Wang2013-02-201-3/+6
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-301-1/+1
* pktgen: fix module unload for goodEric Dumazet2012-05-201-2/+2
* pktgen: fix crash at module unloadEric Dumazet2012-05-201-2/+8
* pktgen: remove ndelay() callEric Dumazet2011-10-201-4/+7
* net: do not take an additional reference in skb_frag_set_pageIan Campbell2011-10-191-0/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-6/+6
* net: convert core to skb paged frag APIsIan Campbell2011-08-241-2/+1
* net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-07-271-3/+5
* pktgen: refactor pg_init() codeWANG Cong2011-05-221-7/+12
* pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong2011-05-221-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-169/+30
|\
| * net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-091-45/+8
| * pktgen: use %pI6c for printing IPv6 addressesAlexey Dobriyan2011-05-081-96/+13
| * pktgen: create num frags requestedamit salecha2011-04-291-26/+9
| * pktgen: Fix set-but-unused variable.David S. Miller2011-04-171-2/+0
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-221-1/+4
* pktgen: bug fix in transmission headers with frags=0Daniel Turull2011-03-141-2/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-1/+1
|\
| * pktgen: fix errata in show resultsDaniel Turull2011-03-091-1/+1
* | pktgen: speedup fragmented skbsEric Dumazet2011-01-251-141/+93
|/
* pktgen: Remove unnecessary prefix from pr_<level>Joe Perches2010-12-201-2/+1
* pktgen: adding prefetchw() callJunchang Wang2010-12-101-0/+2
* net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2010-11-281-1/+1
* pktgen: allow faster module unloadEric Dumazet2010-11-211-5/+12
* net: add priority field to pktgenJohn Fastabend2010-11-181-0/+20
* pktgen: correct uninitialized queue_mapJunchang Wang2010-11-081-2/+2
* NET: pktgen - fix compile warningDmitry Torokhov2010-11-071-1/+1
* pktgen: Limit how much data we copy onto the stack.Nelson Elhage2010-10-281-3/+4
* pktgen: clean up handling of local/transient counter varsPaul Gortmaker2010-10-241-15/+15
* net: core: use kernel's converter from hex to binAndy Shevchenko2010-09-211-6/+4
* pktgen: remove non used variableEric Dumazet2010-08-311-2/+0
* net: core: don't use own hex_to_bin() methodAndy Shevchenko2010-07-231-24/+12
* net/core: Remove unnecessary casts of private_dataJoe Perches2010-07-121-2/+2
* net/core/pktgen.c: Use pr_<level>Joe Perches2010-06-251-78/+64
* pktgen: increasing transmission granularityDaniel Turull2010-06-111-4/+38
* pktgen: Fix accuracy of inter-packet delay.Daniel Turull2010-06-101-1/+1
* pktgen node allocationRobert Olsson2010-03-211-5/+53
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-1/+2
* pktgen: Fix freezing problemRafael J. Wysocki2010-02-041-0/+1
* pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend2009-12-231-2/+7
* net: Move && and || to end of previous lineJoe Perches2009-11-291-3/+2
* pktgen: NUMA awareEric Dumazet2009-11-291-3/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-12/+20
|\
| * pktgen: Fix netdevice unregisterEric Dumazet2009-11-241-5/+11
| * pktgen: Fix device name comparesEric Dumazet2009-11-231-8/+10