index
:
~deathsimple/linux
amd-staging-drm-next
amdgpu-v4.0
atc_enablement
drm-fixes-3.14
drm-fixes-3.15
drm-fixes-3.15-wip
drm-fixes-4.1
drm-next
drm-next-3.15
drm-next-3.15-wip
drm-next-3.16
drm-next-3.16-wip
drm-next-4.4
mullins
multi-ring-support
multi-ring-testing
next
p2p
pte-compress
reset-rework
testing-3.15
testing-3.15-v2
testing-3.15-v3
ttm_pfn
uvd-3.9
uvd-r600-release
vce-release
vm-flushing
vm_bulk_move
vm_improvements
wip
Some patches for drm/radeon
deathsimple
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
pktgen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-20
pktgen: remove ndelay() call
Eric Dumazet
1
-4
/
+7
2011-10-19
net: do not take an additional reference in skb_frag_set_page
Ian Campbell
1
-0
/
+1
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-6
/
+6
2011-08-24
net: convert core to skb paged frag APIs
Ian Campbell
1
-2
/
+1
2011-07-27
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
1
-3
/
+5
2011-05-22
pktgen: refactor pg_init() code
WANG Cong
1
-7
/
+12
2011-05-22
pktgen: use vzalloc_node() instead of vmalloc_node() + memset()
WANG Cong
1
-2
/
+1
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-169
/
+30
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
1
-0
/
+1
2011-05-09
net: add mac_pton() for parsing MAC address
Alexey Dobriyan
1
-45
/
+8
2011-05-08
pktgen: use %pI6c for printing IPv6 addresses
Alexey Dobriyan
1
-96
/
+13
2011-04-29
pktgen: create num frags requested
amit salecha
1
-26
/
+9
2011-04-17
pktgen: Fix set-but-unused variable.
David S. Miller
1
-2
/
+0
2011-03-22
kthread: use kthread_create_on_node()
Eric Dumazet
1
-1
/
+4
2011-03-14
pktgen: bug fix in transmission headers with frags=0
Daniel Turull
1
-2
/
+1
2011-03-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-03-09
pktgen: fix errata in show results
Daniel Turull
1
-1
/
+1
2011-01-25
pktgen: speedup fragmented skbs
Eric Dumazet
1
-141
/
+93
2010-12-20
pktgen: Remove unnecessary prefix from pr_<level>
Joe Perches
1
-2
/
+1
2010-12-10
pktgen: adding prefetchw() call
Junchang Wang
1
-0
/
+2
2010-11-28
net: add netif_tx_queue_frozen_or_stopped
Eric Dumazet
1
-1
/
+1
2010-11-21
pktgen: allow faster module unload
Eric Dumazet
1
-5
/
+12
2010-11-18
net: add priority field to pktgen
John Fastabend
1
-0
/
+20
2010-11-08
pktgen: correct uninitialized queue_map
Junchang Wang
1
-2
/
+2
2010-11-07
NET: pktgen - fix compile warning
Dmitry Torokhov
1
-1
/
+1
2010-10-28
pktgen: Limit how much data we copy onto the stack.
Nelson Elhage
1
-3
/
+4
2010-10-24
pktgen: clean up handling of local/transient counter vars
Paul Gortmaker
1
-15
/
+15
2010-09-21
net: core: use kernel's converter from hex to bin
Andy Shevchenko
1
-6
/
+4
2010-08-31
pktgen: remove non used variable
Eric Dumazet
1
-2
/
+0
2010-07-23
net: core: don't use own hex_to_bin() method
Andy Shevchenko
1
-24
/
+12
2010-07-12
net/core: Remove unnecessary casts of private_data
Joe Perches
1
-2
/
+2
2010-06-25
net/core/pktgen.c: Use pr_<level>
Joe Perches
1
-78
/
+64
2010-06-11
pktgen: increasing transmission granularity
Daniel Turull
1
-4
/
+38
2010-06-10
pktgen: Fix accuracy of inter-packet delay.
Daniel Turull
1
-1
/
+1
2010-03-21
pktgen node allocation
Robert Olsson
1
-5
/
+53
2010-02-22
xfrm: SA lookups signature with mark
Jamal Hadi Salim
1
-1
/
+2
2010-02-04
pktgen: Fix freezing problem
Rafael J. Wysocki
1
-0
/
+1
2009-12-23
pktgen: ndo_start_xmit can return NET_XMIT_xxx values
John Fastabend
1
-2
/
+7
2009-11-29
net: Move && and || to end of previous line
Joe Perches
1
-3
/
+2
2009-11-29
pktgen: NUMA aware
Eric Dumazet
1
-3
/
+6
2009-11-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-12
/
+20
2009-11-24
pktgen: Fix netdevice unregister
Eric Dumazet
1
-5
/
+11
2009-11-23
pktgen: Fix device name compares
Eric Dumazet
1
-8
/
+10
2009-11-05
pktgen: tx_bytes might be slightly wrong
Eric Dumazet
1
-2
/
+3
2009-10-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+10
2009-10-24
pktgen: Dont leak kernel memory
Eric Dumazet
1
-5
/
+10
2009-10-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2009-10-05
pktgen: Avoid dirtying skb->users when txq is full
Eric Dumazet
1
-4
/
+7
2009-10-04
pktgen: restore nanosec delays
Eric Dumazet
1
-1
/
+1
2009-10-04
pktgen: Fix multiqueue handling
Eric Dumazet
1
-1
/
+1
[next]