Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-06-10net: 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-08pktgen 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-28pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu
2020-10-02pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin
2020-09-04Merge 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab
2020-03-26Merge 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-11pktgen: 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-31hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner
2019-07-31net: 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-03net: 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-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2018-09-14pktgen: 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-19pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Jakub Kicinski
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert
2018-06-13treewide: Use array_size() in vzalloc_node()Kees Cook
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva
2018-03-14pktgen: use dynamic allocation for debug print bufferArnd Bergmann
2018-03-09pktgen: Remove VLA usageGustavo A. R. Silva
2018-03-08net: Convert pg_net_opsKirill Tkhai
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov