summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij1-1/+4
2022-07-09af_unix: fix unix_sysctl_register() error pathEric Dumazet1-1/+1
2022-07-09selftests: mptcp: update pm_nl_ctl usage headerGeliang Tang1-1/+1
2022-07-09selftests: mptcp: avoid Terminated messages in userspace_pmGeliang Tang1-17/+23
2022-07-09selftests: mptcp: userspace pm subflow testsGeliang Tang1-2/+37
2022-07-09selftests: mptcp: userspace pm address testsGeliang Tang1-1/+48
2022-07-09selftests: mptcp: tweak simult_flows for debug kernelsPaolo Abeni1-1/+13
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang2-2/+2
2022-07-09bcm63xx_enet: change the driver variables to staticYang Yingliang1-2/+2
2022-07-09net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)1-1/+3
2022-07-09Documentation: add a description for net.core.high_order_alloc_disableAntoine Tenart1-0/+12
2022-07-09net: rxrpc: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-09tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski1-27/+26
2022-07-09tls: create an internal headerJakub Kicinski8-283/+338
2022-07-09tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski1-9/+5
2022-07-09tls: rx: wrap decrypt params in a structJakub Kicinski1-30/+30
2022-07-09tls: rx: always allocate max possible aad size for decryptJakub Kicinski2-9/+11
2022-07-09strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski2-4/+11
2022-07-08net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew1-5/+5
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet1-2/+1
2022-07-08octeontx2-af: Don't reset previous pfc configHariprasad Kelam3-13/+23
2022-07-08l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt1-3/+3
2022-07-08eth: sp7021: switch to netif_napi_add_tx()Jakub Kicinski1-1/+1
2022-07-08eth: mtk: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-07-08net: macb: sort init_reset_optional() with other init()sConor Dooley1-34/+34
2022-07-08net: macb: simplify error paths in init_reset_optional()Conor Dooley1-13/+7
2022-07-08net: macb: unify macb_config alignment styleConor Dooley1-8/+8
2022-07-08net: macb: add polarfire soc reset supportConor Dooley1-8/+18
2022-07-08dt-bindings: net: cdns,macb: document polarfire soc's macbConor Dooley1-0/+1
2022-07-08net: l2tp: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-08net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang1-1/+2
2022-07-07signal handling: don't use BUG_ON() for debuggingLinus Torvalds1-4/+4
2022-07-07af_unix: Optimise hash table layout.Kuniyuki Iwashima1-6/+12
2022-07-07wireguard: Kconfig: select CRYPTO_CHACHA_S390Vladis Dronov1-0/+1
2022-07-07crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld2-115/+114
2022-07-07wireguard: selftests: use microvm on x86Jason A. Donenfeld3-8/+16
2022-07-07wireguard: selftests: always call kernel makefileJason A. Donenfeld1-3/+2
2022-07-07wireguard: selftests: use virt machine on m68kJason A. Donenfeld2-8/+6
2022-07-07wireguard: selftests: set fake real time in initJason A. Donenfeld8-0/+18
2022-07-07qed: Use bitmap_empty()Christophe JAILLET1-1/+1
2022-07-07qed: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-07cnic: Use the bitmap API to allocate bitmapsChristophe JAILLET1-2/+2
2022-07-07bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-07sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-07sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-07r8169: fix accessing unset transport headerHeiner Kallweit1-6/+4
2022-07-07net: dsa: b53: remove unnecessary spi_set_drvdata()Yang Yingliang1-2/+0
2022-07-07net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-07-07usbnet: fix memory leak in error caseOliver Neukum1-5/+12
2022-07-07Revert "Merge branch 'octeontx2-af-next'"Jakub Kicinski20-2876/+67