| Commit message (Expand) | Author | Age | Files | Lines |
* | net: pktgen: packet bursting via skb->xmit_more | Alexei Starovoitov | 2014-10-01 | 1 | -2/+24 |
* | pktgen: Convert pr_warning to pr_warn | Joe Perches | 2014-09-10 | 1 | -12/+12 |
* | pktgen: add flag NO_TIMESTAMP to disable timestamping | Jesper Dangaard Brouer | 2014-09-01 | 1 | -3/+16 |
* | net: Pass a "more" indication down into netdev_start_xmit() code paths. | David S. Miller | 2014-09-01 | 1 | -1/+1 |
* | net: Do txq_trans_update() in netdev_start_xmit() | David S. Miller | 2014-09-01 | 1 | -2/+1 |
* | net: add skb_get_tx_queue() helper | Daniel Borkmann | 2014-08-29 | 1 | -3/+1 |
* | net: Add ops->ndo_xmit_flush() | David S. Miller | 2014-08-24 | 1 | -3/+1 |
* | pktgen: remove unnecessary break after goto | Fabian Frederick | 2014-07-15 | 1 | -1/+0 |
* | pktgen: RCU-ify "if_list" to remove lock in next_to_run() | Jesper Dangaard Brouer | 2014-07-01 | 1 | -49/+52 |
* | pktgen: avoid expensive set_current_state() call in loop | Jesper Dangaard Brouer | 2014-07-01 | 1 | -6/+3 |
* | pktgen: Use seq_puts() where seq_printf() is not needed | Thomas Graf | 2014-05-16 | 1 | -25/+25 |
* | pktgen: be friendly to LLTX devices | Daniel Borkmann | 2014-04-12 | 1 | -2/+6 |
* | pktgen: fix xmit test for BQL enabled devices | Daniel Borkmann | 2014-04-07 | 1 | -1/+1 |
* | pktgen: document all supported flags | Mathias Krause | 2014-02-24 | 1 | -1/+7 |
* | pktgen: simplify error handling in pgctrl_write() | Mathias Krause | 2014-02-24 | 1 | -13/+6 |
* | pktgen: fix out-of-bounds access in pgctrl_write() | Mathias Krause | 2014-02-24 | 1 | -1/+4 |
* | pktgen: Use ether_addr_copy | Joe Perches | 2014-01-21 | 1 | -4/+4 |
* | {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not set | Fan Du | 2014-01-10 | 1 | -2/+2 |
* | pktgen_dst_metrics[] can be static | Fengguang Wu | 2014-01-06 | 1 | -1/+1 |
* | {pktgen, xfrm} Show spi value properly when ipsec turned on | Fan Du | 2014-01-03 | 1 | -1/+4 |
* | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen | Fan Du | 2014-01-03 | 1 | -7/+15 |
* | {pktgen, xfrm} Construct skb dst for tunnel mode transformation | Fan Du | 2014-01-03 | 1 | -1/+27 |
* | {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flow | Fan Du | 2014-01-03 | 1 | -0/+12 |
* | {pktgen, xfrm} Add statistics counting when transforming | Fan Du | 2014-01-03 | 1 | -3/+7 |
* | {pktgen, xfrm} Correct xfrm state lock usage when transforming | Fan Du | 2014-01-03 | 1 | -3/+2 |
* | {pktgen, xfrm} Update IPv4 header total len and checksum after tranformation | fan.du | 2013-12-01 | 1 | -0/+7 |
* | pktgen: add needed include file | Stephen Rothwell | 2013-07-29 | 1 | -0/+1 |
* | pktgen: Use ip_send_check() to compute checksum | Thomas Graf | 2013-07-27 | 1 | -2/+1 |
* | pktgen: Add UDPCSUM flag to support UDP checksums | Thomas Graf | 2013-07-27 | 1 | -5/+52 |
* | pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb | Daniel Borkmann | 2013-06-12 | 1 | -25/+27 |
* | pktgen: Fix position of ip and udp header | Thomas Graf | 2013-06-04 | 1 | -27/+12 |
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail | Simon Horman | 2013-05-28 | 1 | -2/+14 |
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -7/+5 |
|\ |
|
| * | proc: Supply a function to remove a proc entry by PDE | David Howells | 2013-05-01 | 1 | -4/+2 |
| * | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -3/+3 |
* | | net/core: remove duplicate statements by do-while loop | Akinobu Mita | 2013-04-29 | 1 | -9/+6 |
* | | net/core: rename random32() to prandom_u32() | Akinobu Mita | 2013-04-29 | 1 | -14/+15 |
|/ |
|
* | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-05 | 1 | -3/+6 |
|\ |
|
| * | pktgen: correctly handle failures when adding a device | Cong Wang | 2013-01-29 | 1 | -3/+6 |
* | | pktgen: support net namespace | Cong Wang | 2013-01-29 | 1 | -79/+117 |
|/ |
|
* | pktgen: clean up ktime_t helpers | Daniel Borkmann | 2012-11-03 | 1 | -28/+13 |
* | pktgen: Use ipv6_addr_any | Joe Perches | 2012-10-21 | 1 | -5/+1 |
* | pktgen: replace scan_ip6() with in6_pton() | Amerigo Wang | 2012-10-10 | 1 | -97/+4 |
* | pktgen: enable automatic IPv6 address setting | Amerigo Wang | 2012-10-10 | 1 | -13/+5 |
* | pktgen: display IPv4 address in human-readable format | Amerigo Wang | 2012-10-10 | 1 | -2/+2 |
* | pktgen: set different default min_pkt_size for different protocols | Amerigo Wang | 2012-10-10 | 1 | -7/+20 |
* | pktgen: fix crash when generating IPv6 packets | Amerigo Wang | 2012-10-10 | 1 | -1/+1 |
* | pktgen: fix crash with vlan and packet size less than 46 | Nishank Trivedi | 2012-09-13 | 1 | -1/+1 |