summaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-2/+1
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-7/+7
|\ \
| * | net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-181-7/+7
| |/
* | pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen2023-09-281-10/+54
* | pktgen: Automate flag enumeration for unknown flag handlingLiang Chen2023-09-281-16/+22
|/
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-5/+8
* treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-15/+10
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-14/+14
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-22/+21
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-3/+3
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-3/+3
* Revert "pktgen: use min() to make code cleaner"David S. Miller2021-12-141-2/+3
* pktgen: use min() to make code cleanerChangcheng Deng2021-12-141-3/+2
* pktgen add net device refcount trackerEric Dumazet2021-12-071-3/+5
* pktgen: remove unused variableEric Dumazet2021-09-031-1/+0
* pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson2021-08-181-27/+26
* pktgen: Add output for imix resultsNick Richardson2021-08-121-1/+25
* pktgen: Add imix distribution binsNick Richardson2021-08-121-0/+41
* pktgen: Parse internet mix (imix) inputNick Richardson2021-08-121-0/+96
* pktgen: Remove redundant clone_skb overrideNick Richardson2021-08-041-5/+0
* pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng2021-06-071-25/+13
* pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu2021-01-271-1/+1
* pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin2020-10-011-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
|\
| * pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+1
|\
| * net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-1/+1
* | pktgen: Allow on loopback deviceLukas Wunner2020-03-101-2/+2
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-22/+22
* pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin2019-10-171-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-1/+1
|\
| * net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-011-1/+1
* | hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior2019-08-011-3/+1
* | hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2019-07-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-8/+12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-0/+11
| |\
| | * pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-061-0/+11
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-8/+1
| |/
* / net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-3/+5
|/
* xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-081-1/+1
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
* pktgen: Fix fall-through annotationGustavo A. R. Silva2018-09-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-271-1/+1
|\
| * xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-231-1/+1
* | pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Jakub Kicinski2018-07-181-6/+4
|/