summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-22rxrpc: Fix locking issueDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells
2022-05-22Merge branch 'ipa-next'David S. Miller
2022-05-22net: ipa: use data space for command opcodesAlex Elder
2022-05-22net: ipa: remove command info poolAlex Elder
2022-05-22net: ipa: remove command direction argumentAlex Elder
2022-05-22net: ipa: get rid of ipa_cmd_info->directionAlex Elder
2022-05-22net: ipa: count the number of modem TX endpointsAlex Elder
2022-05-22net: ipa: kill gsi_trans_commit_wait_timeout()Alex Elder
2022-05-22net: ipa: specify RX aggregation time limit in config dataAlex Elder
2022-05-22net: ipa: support hard aggregation limitsAlex Elder
2022-05-22net: ipa: make endpoint HOLB drop configurableAlex Elder
2022-05-22qed: fix typos in commentsJulia Lawall
2022-05-22nfp: flower: fix typo in commentJulia Lawall
2022-05-22net: marvell: prestera: fix typo in commentJulia Lawall
2022-05-22cirrus: cs89x0: fix typo in commentJulia Lawall
2022-05-22net: qed: fix typos in commentsJulia Lawall
2022-05-22net/mlx5: fix typo in commentJulia Lawall
2022-05-22net: mvpp2: fix typo in commentJulia Lawall
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall
2022-05-20Merge branch 'add-a-bhash2-table-hashed-by-port-address'Jakub Kicinski
2022-05-20selftests: Add test for timing a bind request to a port with a populated bhas...Joanne Koong
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski
2022-05-20stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski
2022-05-20selftests: fib_nexthops: Make ping timeout configurableAmit Cohen
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang
2022-05-20net: tulip: fix build with CONFIG_GSCRolf Eike Beer
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets
2022-05-20tcp_ipv6: set the drop_reason in the right placeJakub Kicinski
2022-05-20Merge branch 'net-ipa-next'David S. Miller
2022-05-20net: ipa: save a copy of endpoint default configAlex Elder
2022-05-20net: ipa: rename a few endpoint config data typesAlex Elder
2022-05-20net: ipa: move endpoint configuration data definitionsAlex Elder
2022-05-20net: ipa: open-code ether_setup()Alex Elder
2022-05-20net: ipa: ignore endianness if there is no headerAlex Elder
2022-05-20net: ipa: rename a GSI error codeAlex Elder
2022-05-20net: ipa: drop an unneeded transaction referenceAlex Elder
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-05-19eth: mtk_ppe: fix up after mergeJakub Kicinski
2022-05-19Merge branch 'mptcp-miscellaneous-fixes-and-a-new-test-case'Jakub Kicinski
2022-05-19selftests: mptcp: add MP_FAIL reset testcaseGeliang Tang
2022-05-19mptcp: Do not traverse the subflow connection list without lockMat Martineau
2022-05-19mptcp: Check for orphaned subflow before handling MP_FAIL timerMat Martineau
2022-05-19mptcp: stop using the mptcp_has_another_subflow() helperPaolo Abeni