summaryrefslogtreecommitdiff
path: root/net/core/pktgen.c
AgeCommit message (Expand)Author
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng
2021-12-07pktgen add net device refcount trackerEric Dumazet
2021-09-03pktgen: remove unused variableEric Dumazet
2021-08-18pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson
2021-08-12pktgen: Add output for imix resultsNick Richardson
2021-08-12pktgen: Add imix distribution binsNick Richardson
2021-08-12pktgen: Parse internet mix (imix) inputNick Richardson
2021-08-04pktgen: Remove redundant clone_skb overrideNick Richardson
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng
2021-01-27pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu
2020-10-01pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-10pktgen: Allow on loopback deviceLukas Wunner
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2018-09-13pktgen: Fix fall-through annotationGustavo A. R. Silva
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Jakub Kicinski