summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-31rxrpc: Don't lock call->tx_lock to access call->tx_bufferDavid Howells1-10/+2
2023-01-31rxrpc: Simplify ACK handlingDavid Howells4-56/+73
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells8-29/+28
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells3-6/+19
2023-01-31rxrpc: Allow a delay to be injected into packet receptionDavid Howells6-2/+91
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells4-10/+10
2023-01-31rxrpc: Shrink the tabulation in the rxrpc trace header a bitDavid Howells1-98/+98
2023-01-31rxrpc: Remove whitespace before ')' in trace headerDavid Howells1-213/+213
2023-01-30rxrpc: Fix trace stringDavid Howells2-2/+2
2023-01-30Merge branch 'devlink-next'David S. Miller12-67/+17
2023-01-30devlink: remove devlink featuresJiri Pirko12-35/+6
2023-01-30devlink: send objects notifications during devlink reloadJiri Pirko1-18/+2
2023-01-30devlink: move devlink reload notifications back in between _down() and _up() ...Jiri Pirko1-21/+16
2023-01-30Merge branch 'sparx5-ES2-VCAP-support'David S. Miller19-162/+2390
2023-01-30net: microchip: sparx5: Add KUNIT tests for enabling/disabling chainsSteen Hegelund1-0/+66
2023-01-30net: microchip: sparx5: Add TC support for the ES2 VCAPSteen Hegelund2-4/+39
2023-01-30net: microchip: sparx5: Add ingress information to VCAP instanceSteen Hegelund11-19/+46
2023-01-30net: microchip: sparx5: Add ES2 VCAP keyset configuration for Sparx5Steen Hegelund4-119/+803
2023-01-30net: microchip: sparx5: Add ES2 VCAP model and updated KUNIT VCAP modelSteen Hegelund5-18/+1401
2023-01-30net: microchip: sparx5: Improve error message when parsing CVLAN filterSteen Hegelund1-1/+4
2023-01-30net: microchip: sparx5: Improve the IP frame key match for IPv6 framesSteen Hegelund1-0/+8
2023-01-30net: microchip: sparx5: Add support for getting keysets without a type idSteen Hegelund1-1/+23
2023-01-30Merge tag 'batadv-next-pullrequest-20230127' of git://git.open-mesh.org/linux...David S. Miller17-323/+110
2023-01-30net: bcmgenet: Add a check for oversized packetsFlorian Fainelli1-0/+8
2023-01-30fec: convert to gpio descriptorArnd Bergmann1-16/+9
2023-01-30net: mdio: mux-meson-g12a: use __clk_is_enabled to simplify the codeHeiner Kallweit1-8/+3
2023-01-28net: netlink: recommend policy range validationJohannes Berg1-1/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski124-1824/+6383
2023-01-28netpoll: Remove 4s sleep during carrier detectionBreno Leitao1-11/+1
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski313-1660/+2582
2023-01-28net: dsa: mt7530: fix tristate and help descriptionArınç ÜNAL1-3/+4
2023-01-28Merge branch 'net-xdp-execute-xdp_do_flush-before-napi_complete_done'Jakub Kicinski5-15/+19
2023-01-28dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+6
2023-01-28dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2023-01-28selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev1-2/+2
2023-01-28libbpf: Add documentation to map pinning API functionsGrant Seltzer1-3/+69
2023-01-28libbpf: Fix malformed documentation formattingGrant Seltzer1-6/+12
2023-01-27Merge branch 'devlink-parama-cleanup'David S. Miller21-450/+521
2023-01-27net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko4-55/+94
2023-01-27net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko2-70/+83
2023-01-27net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko3-29/+38
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko13-180/+218
2023-01-27devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()Jiri Pirko1-4/+6
2023-01-27devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko2-10/+9
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko1-6/+0
2023-01-27ice: remove pointless calls to devlink_param_driverinit_value_set()Jiri Pirko1-18/+2
2023-01-27devlink: don't work with possible NULL pointer in devlink_param_unregister()Jiri Pirko1-1/+2