summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells2024-03-043-55/+56
* rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells2024-02-293-40/+40
* rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells2024-02-291-4/+4
* rxrpc: Split up the DATA packet transmission functionDavid Howells2024-02-292-30/+69
* rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells2024-02-294-24/+22
* rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells2024-02-291-39/+15
* rxrpc: Do lazy DF flag resettingDavid Howells2024-02-292-3/+2
* rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells2024-02-292-11/+7
* rxrpc: Strip barriers and atomics off of timer trackingDavid Howells2024-02-294-37/+32
* rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells2024-02-295-30/+30
* rxrpc: Note cksum in txbufDavid Howells2024-02-294-1/+4
* rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-297-38/+33
* rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells2024-02-295-25/+29
* Merge branch 'net-collect-tstats-automatically'Paolo Abeni2024-02-292-1/+2
|\
| * net: sit: Do not set .ndo_get_stats64Breno Leitao2024-02-291-1/+0
| * net: get stats64 if device if driver is configuredBreno Leitao2024-02-291-0/+2
|/
* net: stmmac: fix typo in commentYanteng Si2024-02-291-1/+1
* ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao2024-02-291-5/+5
* Merge branch 'net-dsa-mv88e6xxx-add-amethyst-specific-smi-gpio-function'Paolo Abeni2024-02-293-4/+40
|\
| * net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO functionRobert Marko2024-02-293-1/+37
| * net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smiRobert Marko2024-02-293-4/+4
|/
* inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet2024-02-291-4/+4
* net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet2024-02-291-21/+22
* tcp: remove some holes in struct tcp_sockEric Dumazet2024-02-291-4/+4
* net: bridge: Exit if multicast_init_stats failsBreno Leitao2024-02-291-1/+2
* net: bridge: Do not allocate stats in the driverBreno Leitao2024-02-291-11/+2
* selftests: vxlan_mdb: Avoid duplicate test namesIdo Schimmel2024-02-291-18/+18
* netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao2024-02-293-9/+3
* Merge branch 'inet-implement-lockless-rtm_getnetconf-ops'Jakub Kicinski2024-02-295-90/+81
|\
| * inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet2024-02-291-58/+43
| * inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet2024-02-291-12/+15
| * inet: annotate devconf data-racesEric Dumazet2024-02-295-21/+24
|/
* net: phy: dp83826: disable WOL at initCatalin Popescu2024-02-291-1/+1
* net: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-291-1/+1
* Merge branch 'tools-ynl-stop-using-libmnl'Jakub Kicinski2024-02-295-268/+543
|\
| * tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski2024-02-291-15/+14
| * tools: ynl: remove the libmnl dependencyJakub Kicinski2024-02-294-6/+2
| * tools: ynl: stop using mnl socket helpersJakub Kicinski2024-02-293-22/+42
| * tools: ynl: switch away from MNL_CB_*Jakub Kicinski2024-02-293-34/+40
| * tools: ynl: switch away from mnl_cb_tJakub Kicinski2024-02-293-18/+21
| * tools: ynl: stop using mnl_cb_run2()Jakub Kicinski2024-02-292-19/+45
| * tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski2024-02-292-23/+14
| * tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski2024-02-291-38/+18
| * tools: ynl-gen: remove unused parse codeJakub Kicinski2024-02-293-11/+1
| * tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski2024-02-293-7/+6
| * tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski2024-02-292-2/+5
| * tools: ynl: create local nlmsg access helpersJakub Kicinski2024-02-293-17/+52
| * tools: ynl: create local for_each helpersJakub Kicinski2024-02-293-10/+57
| * tools: ynl: create local attribute helpersJakub Kicinski2024-02-293-74/+227
| * tools: ynl: give up on libmnl for auto-intsJakub Kicinski2024-02-291-9/+36
|/