summaryrefslogtreecommitdiff
path: root/net/core/pktgen.c
AgeCommit message (Expand)Author
2015-02-22net: pktgen: disable xmit_clone on virtual devicesEric Dumazet
2015-02-14net: spelling fixesStephen Hemminger
2015-02-05pktgen: fix UDP checksum computationSabrina Dubroca
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches
2014-09-01pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller
2014-07-15pktgen: remove unnecessary break after gotoFabian Frederick
2014-07-01pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer
2014-07-01pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann
2014-04-07pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann
2014-02-24pktgen: document all supported flagsMathias Krause
2014-02-24pktgen: simplify error handling in pgctrl_write()Mathias Krause
2014-02-24pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause
2014-01-21pktgen: Use ether_addr_copyJoe Perches
2014-01-10{xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not setFan Du
2014-01-06pktgen_dst_metrics[] can be staticFengguang Wu
2014-01-03{pktgen, xfrm} Show spi value properly when ipsec turned onFan Du
2014-01-03{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du
2014-01-03{pktgen, xfrm} Construct skb dst for tunnel mode transformationFan Du
2014-01-03{pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flowFan Du
2014-01-03{pktgen, xfrm} Add statistics counting when transformingFan Du
2014-01-03{pktgen, xfrm} Correct xfrm state lock usage when transformingFan Du
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-07-29pktgen: add needed include fileStephen Rothwell
2013-07-27pktgen: Use ip_send_check() to compute checksumThomas Graf
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf
2013-06-12pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann
2013-06-04pktgen: Fix position of ip and udp headerThomas Graf
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang
2013-01-29pktgen: support net namespaceCong Wang
2012-11-03pktgen: clean up ktime_t helpersDaniel Borkmann
2012-10-21pktgen: Use ipv6_addr_anyJoe Perches
2012-10-10pktgen: replace scan_ip6() with in6_pton()Amerigo Wang
2012-10-10pktgen: enable automatic IPv6 address settingAmerigo Wang