aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-22selftests: ocelot: tc_flower_chains: streamline test outputVladimir Oltean1-28/+24
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski5-10/+25
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König1-3/+5
2022-05-22net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai1-1/+8
2022-05-22net: selftests: Add stress_reuseport_listen to .gitignoreMuhammad Usama Anjum1-0/+1
2022-05-22Merge branch 'rxrpc-misc'David S. Miller23-391/+366
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells4-1/+36
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells3-6/+8
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-05-22rxrpc: Automatically generate trace tag enumsDavid Howells1-219/+42
2022-05-22rxrpc: Fix locking issueDavid Howells8-22/+62
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells13-122/+119
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells4-22/+94
2022-05-22Merge branch 'ipa-next'David S. Miller14-162/+156
2022-05-22net: ipa: use data space for command opcodesAlex Elder1-2/+4
2022-05-22net: ipa: remove command info poolAlex Elder5-50/+18
2022-05-22net: ipa: remove command direction argumentAlex Elder3-20/+9
2022-05-22net: ipa: get rid of ipa_cmd_info->directionAlex Elder2-6/+1
2022-05-22net: ipa: count the number of modem TX endpointsAlex Elder2-5/+7
2022-05-22net: ipa: kill gsi_trans_commit_wait_timeout()Alex Elder4-40/+7
2022-05-22net: ipa: specify RX aggregation time limit in config dataAlex Elder8-4/+35
2022-05-22net: ipa: support hard aggregation limitsAlex Elder2-35/+69
2022-05-22net: ipa: make endpoint HOLB drop configurableAlex Elder2-2/+8
2022-05-22qed: fix typos in commentsJulia Lawall2-2/+2
2022-05-22nfp: flower: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: marvell: prestera: fix typo in commentJulia Lawall1-1/+1
2022-05-22cirrus: cs89x0: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: qed: fix typos in commentsJulia Lawall3-5/+5
2022-05-22net/mlx5: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: mvpp2: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall1-1/+1
2022-05-20Merge branch 'add-a-bhash2-table-hashed-by-port-address'Jakub Kicinski10-83/+611
2022-05-20selftests: Add test for timing a bind request to a port with a populated bhash entryJoanne Koong3-0/+122
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong7-83/+489
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski1-4/+1
2022-05-20stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng1-6/+3
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed1-1/+1
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed1-7/+6
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski2-12/+12
2022-05-20selftests: fib_nexthops: Make ping timeout configurableAmit Cohen1-25/+28
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang1-5/+5
2022-05-20net: tulip: fix build with CONFIG_GSCRolf Eike Beer1-1/+1
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski1-8/+5
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets1-8/+1
2022-05-20tcp_ipv6: set the drop_reason in the right placeJakub Kicinski1-1/+1
2022-05-20Merge branch 'net-ipa-next'David S. Miller6-125/+128
2022-05-20net: ipa: save a copy of endpoint default configAlex Elder3-28/+28
2022-05-20net: ipa: rename a few endpoint config data typesAlex Elder4-47/+47
2022-05-20net: ipa: move endpoint configuration data definitionsAlex Elder2-62/+62
2022-05-20net: ipa: open-code ether_setup()Alex Elder1-2/+9