summaryrefslogtreecommitdiffstats
path: root/crypto/cmac.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-02nfp: ethtool: expose transmit SO_TIMESTAMPING capabilityYinjun Zhang1-0/+1
2023-12-02net: ethernet: renesas: rcar_gen4_ptp: Depend on PTP_1588_CLOCKNiklas Söderlund1-1/+2
2023-12-02dt-bindings: net: qcom,ipa: document SM8650 compatibleNeil Armstrong1-10/+15
2023-12-02octeontx2-af: debugfs: update CQ context fieldsNithin Dabilpuram2-6/+28
2023-12-02Documentation: networking: add missing PLCA messages from the message listMaxime Chevallier1-0/+6
2023-12-02tcp: tcp_gro_dev_warn() cleanupEric Dumazet1-18/+11
2023-12-02doc/netlink: Add bitfield32, s8, s16 to the netlink-raw schemaDonald Hunter1-1/+2
2023-12-01octeon_ep: set backpressure watermark for RX queuesShinas Rasheed3-0/+20
2023-12-01octeon_ep: Fix error code in probe()Dan Carpenter1-0/+1
2023-12-01selftests: tc-testing: remove filters/tests.jsonPedro Tammela3-123/+121
2023-12-01selftests: tc-testing: rename concurrency.json to flower.jsonPedro Tammela1-0/+0
2023-12-01selftests: tc-testing: remove spurious './' from MakefilePedro Tammela1-1/+1
2023-12-01selftests: tc-testing: remove spurious nsPlugin usagePedro Tammela1-6/+0
2023-12-01docs: netlink: link to family documentations from spec infoJakub Kicinski3-3/+11
2023-12-01octeon_ep: support OCTEON CN98 devicesShinas Rasheed5-4/+30
2023-12-01octeon_ep: implement device unload control net APIShinas Rasheed2-1/+26
2023-12-01net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko1-2/+2
2023-12-01net: phy: mdio_device: Reset device only when necessaryAndrew Halaney3-0/+8
2023-11-30net: page_pool: fix general protection fault in page_pool_unlistEric Dumazet1-1/+3
2023-11-30net: ethernet: ezchip: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30net: ethernet: ti: cpsw-new: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ethernet: ti: cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ethernet: ti: am65-cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30devlink: warn about existing entities during reload-reinitJiri Pirko1-1/+15
2023-11-30Documentation: devlink: extend reload-reinit descriptionJiri Pirko1-2/+11
2023-11-30bpf/tests: Remove duplicate JSGT testsYujie Liu1-2/+0
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea1-9/+13
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea1-0/+1
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea1-2/+2
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea1-8/+9
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea1-1/+4
2023-11-30net: ravb: Check return value of reset_control_deassert()Claudiu Beznea1-3/+6
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima3-81/+99
2023-11-30tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2-45/+37
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima5-24/+22
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima3-7/+6
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima6-35/+28
2023-11-30tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2-13/+13
2023-11-30tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2-19/+21
2023-11-30tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2-11/+11
2023-11-30net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King3-4/+4
2023-11-30net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-11-30net: dsa: sja1105: Use units.h instead of the copy of a definitionAndy Shevchenko1-1/+2
2023-11-30selftests: mptcp: add mptcp_lib_wait_local_port_listenGeliang Tang5-75/+24
2023-11-30selftests: mptcp: add mptcp_lib_check_transferGeliang Tang4-63/+29
2023-11-30selftests: mptcp: add mptcp_lib_make_fileGeliang Tang5-17/+13
2023-11-30selftests: mptcp: add missing oflag=appendGeliang Tang1-1/+1
2023-11-30selftests: mptcp: add mptcp_lib_get_counterGeliang Tang4-86/+73
2023-11-30selftests: mptcp: add mptcp_lib_is_v6Geliang Tang4-28/+15
2023-11-30selftests: mptcp: add mptcp_lib_kill_waitGeliang Tang3-28/+22