summaryrefslogtreecommitdiff
path: root/net/core/pktgen.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-4/+2
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia1-7/+7
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen1-10/+54
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen1-16/+22
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-5/+8
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-15/+10
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-14/+14
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-22/+21
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-3/+3
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-3/+3
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller1-2/+3
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng1-3/+2
2021-12-08pktgen add net device refcount trackerEric Dumazet1-3/+5
2021-09-03pktgen: remove unused variableEric Dumazet1-1/+0
2021-08-18pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson1-27/+26
2021-08-12pktgen: Add output for imix resultsNick Richardson1-1/+25
2021-08-12pktgen: Add imix distribution binsNick Richardson1-0/+41
2021-08-12pktgen: Parse internet mix (imix) inputNick Richardson1-0/+96
2021-08-04pktgen: Remove redundant clone_skb overrideNick Richardson1-5/+0
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng1-25/+13
2021-01-28pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu1-1/+1
2020-10-02pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin1-5/+5
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-1/+1
2020-03-11pktgen: Allow on loopback deviceLukas Wunner1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-22/+22
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin1-1/+0
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner1-1/+1
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior1-3/+1
2019-07-31hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner1-1/+1
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+11
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni1-0/+11
2019-06-03net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-3/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-8/+1
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal1-1/+1
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2018-09-14pktgen: Fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2018-07-19pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Jakub Kicinski1-6/+4