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