summaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells1-65/+40
2024-03-06rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells12-322/+307
2024-03-06rxrpc: Differentiate PING ACK transmission traces.David Howells2-2/+4
2024-03-06rxrpc: Don't permit resending after all Tx packets ackedDavid Howells1-1/+3
2024-03-06rxrpc: Parse received packets before dealing with timeoutsDavid Howells1-3/+3
2024-03-06rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells8-144/+219
2024-03-04rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells3-55/+56
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells3-40/+40
2024-02-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells1-4/+4
2024-02-29rxrpc: Split up the DATA packet transmission functionDavid Howells2-30/+69
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells4-24/+22
2024-02-29rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells1-39/+15
2024-02-29rxrpc: Do lazy DF flag resettingDavid Howells2-3/+2
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells2-11/+7
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells4-37/+32
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells5-30/+30
2024-02-29rxrpc: Note cksum in txbufDavid Howells4-1/+4
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells7-38/+33
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells5-25/+29
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao1-1/+0
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao1-0/+2
2024-02-29net: stmmac: fix typo in commentYanteng Si1-1/+1
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao1-5/+5
2024-02-29net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO functionRobert Marko3-1/+37
2024-02-29net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smiRobert Marko3-4/+4
2024-02-29inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet1-4/+4
2024-02-29net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet1-21/+22
2024-02-29tcp: remove some holes in struct tcp_sockEric Dumazet1-4/+4
2024-02-29net: bridge: Exit if multicast_init_stats failsBreno Leitao1-1/+2
2024-02-29net: bridge: Do not allocate stats in the driverBreno Leitao1-11/+2
2024-02-29selftests: vxlan_mdb: Avoid duplicate test namesIdo Schimmel1-18/+18
2024-02-29netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao3-9/+3
2024-02-29inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet1-58/+43
2024-02-29inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet1-12/+15
2024-02-29inet: annotate devconf data-racesEric Dumazet5-21/+24
2024-02-29net: phy: dp83826: disable WOL at initCatalin Popescu1-1/+1
2024-02-29net: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-29tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski1-15/+14
2024-02-29tools: ynl: remove the libmnl dependencyJakub Kicinski4-6/+2
2024-02-29tools: ynl: stop using mnl socket helpersJakub Kicinski3-22/+42
2024-02-29tools: ynl: switch away from MNL_CB_*Jakub Kicinski3-34/+40
2024-02-29tools: ynl: switch away from mnl_cb_tJakub Kicinski3-18/+21
2024-02-29tools: ynl: stop using mnl_cb_run2()Jakub Kicinski2-19/+45
2024-02-29tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski2-23/+14
2024-02-29tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski1-38/+18
2024-02-29tools: ynl-gen: remove unused parse codeJakub Kicinski3-11/+1
2024-02-29tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski3-7/+6
2024-02-29tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski2-2/+5
2024-02-29tools: ynl: create local nlmsg access helpersJakub Kicinski3-17/+52
2024-02-29tools: ynl: create local for_each helpersJakub Kicinski3-10/+57