summaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
Commit message (Expand)AuthorAgeFilesLines
* pktgen: be friendly to LLTX devicesDaniel Borkmann2014-04-121-2/+6
* pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann2014-04-071-1/+1
* pktgen: document all supported flagsMathias Krause2014-02-241-1/+7
* pktgen: simplify error handling in pgctrl_write()Mathias Krause2014-02-241-13/+6
* pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause2014-02-241-1/+4
* pktgen: Use ether_addr_copyJoe Perches2014-01-211-4/+4
* {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not setFan Du2014-01-101-2/+2
* pktgen_dst_metrics[] can be staticFengguang Wu2014-01-061-1/+1
* {pktgen, xfrm} Show spi value properly when ipsec turned onFan Du2014-01-031-1/+4
* {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du2014-01-031-7/+15
* {pktgen, xfrm} Construct skb dst for tunnel mode transformationFan Du2014-01-031-1/+27
* {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flowFan Du2014-01-031-0/+12
* {pktgen, xfrm} Add statistics counting when transformingFan Du2014-01-031-3/+7
* {pktgen, xfrm} Correct xfrm state lock usage when transformingFan Du2014-01-031-3/+2
* {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-011-0/+7
* pktgen: add needed include fileStephen Rothwell2013-07-291-0/+1
* pktgen: Use ip_send_check() to compute checksumThomas Graf2013-07-271-2/+1
* pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-271-5/+52
* pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann2013-06-121-25/+27
* pktgen: Fix position of ip and udp headerThomas Graf2013-06-041-27/+12
* net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-281-2/+14
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-7/+5
|\
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-4/+2
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+3
* | net/core: remove duplicate statements by do-while loopAkinobu Mita2013-04-291-9/+6
* | net/core: rename random32() to prandom_u32()Akinobu Mita2013-04-291-14/+15
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-3/+6
|\
| * pktgen: correctly handle failures when adding a deviceCong Wang2013-01-291-3/+6
* | pktgen: support net namespaceCong Wang2013-01-291-79/+117
|/
* pktgen: clean up ktime_t helpersDaniel Borkmann2012-11-031-28/+13
* pktgen: Use ipv6_addr_anyJoe Perches2012-10-211-5/+1
* pktgen: replace scan_ip6() with in6_pton()Amerigo Wang2012-10-101-97/+4
* pktgen: enable automatic IPv6 address settingAmerigo Wang2012-10-101-13/+5
* pktgen: display IPv4 address in human-readable formatAmerigo Wang2012-10-101-2/+2
* pktgen: set different default min_pkt_size for different protocolsAmerigo Wang2012-10-101-7/+20
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-101-1/+1
* pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi2012-09-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-201-2/+2
|\
| * pktgen: fix module unload for goodEric Dumazet2012-05-181-2/+2
* | pktgen: Use pr_debugJoe Perches2012-05-171-23/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-2/+8
|\|
| * pktgen: fix crash at module unloadEric Dumazet2012-05-101-2/+8
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+3
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-10/+10
|/
* pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker2012-01-221-2/+2
* pktgen: set correct max and min in pktgen_setup_inject()Dan Carpenter2012-01-071-2/+2
* net: Add queue state xoff flag for stackTom Herbert2011-11-291-1/+1
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-9/+6