aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-223-6/+8
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-05-221-0/+6
* rxrpc: Automatically generate trace tag enumsDavid Howells2022-05-221-219/+42
* rxrpc: Fix locking issueDavid Howells2022-05-228-22/+62
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-2213-122/+119
* rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-05-224-22/+94
* Merge branch 'ipa-next'David S. Miller2022-05-2214-162/+156
|\
| * net: ipa: use data space for command opcodesAlex Elder2022-05-221-2/+4
| * net: ipa: remove command info poolAlex Elder2022-05-225-50/+18
| * net: ipa: remove command direction argumentAlex Elder2022-05-223-20/+9
| * net: ipa: get rid of ipa_cmd_info->directionAlex Elder2022-05-222-6/+1
| * net: ipa: count the number of modem TX endpointsAlex Elder2022-05-222-5/+7
| * net: ipa: kill gsi_trans_commit_wait_timeout()Alex Elder2022-05-224-40/+7
| * net: ipa: specify RX aggregation time limit in config dataAlex Elder2022-05-228-4/+35
| * net: ipa: support hard aggregation limitsAlex Elder2022-05-222-35/+69
| * net: ipa: make endpoint HOLB drop configurableAlex Elder2022-05-222-2/+8
|/
* qed: fix typos in commentsJulia Lawall2022-05-222-2/+2
* nfp: flower: fix typo in commentJulia Lawall2022-05-221-1/+1
* net: marvell: prestera: fix typo in commentJulia Lawall2022-05-221-1/+1
* cirrus: cs89x0: fix typo in commentJulia Lawall2022-05-221-1/+1
* net: qed: fix typos in commentsJulia Lawall2022-05-223-5/+5
* net/mlx5: fix typo in commentJulia Lawall2022-05-221-1/+1
* net: mvpp2: fix typo in commentJulia Lawall2022-05-221-1/+1
* net: sparx5: switchdev: fix typo in commentJulia Lawall2022-05-221-1/+1
* Merge branch 'add-a-bhash2-table-hashed-by-port-address'Jakub Kicinski2022-05-2010-83/+611
|\
| * selftests: Add test for timing a bind request to a port with a populated bhas...Joanne Koong2022-05-203-0/+122
| * net: Add a second bind table hashed by port and addressJoanne Koong2022-05-207-83/+489
|/
* wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski2022-05-201-4/+1
* stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng2022-05-201-6/+3
* net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed2022-05-201-1/+1
* net: vxlan: Fix kernel coding styleAlaa Mohamed2022-05-201-7/+6
* eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski2022-05-202-12/+12
* selftests: fib_nexthops: Make ping timeout configurableAmit Cohen2022-05-201-25/+28
* net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang2022-05-201-5/+5
* net: tulip: fix build with CONFIG_GSCRolf Eike Beer2022-05-201-1/+1
* net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski2022-05-201-8/+5
* sfc/siena: Remove duplicate check on segmentsMartin Habets2022-05-201-8/+1
* tcp_ipv6: set the drop_reason in the right placeJakub Kicinski2022-05-201-1/+1
* Merge branch 'net-ipa-next'David S. Miller2022-05-206-125/+128
|\
| * net: ipa: save a copy of endpoint default configAlex Elder2022-05-203-28/+28
| * net: ipa: rename a few endpoint config data typesAlex Elder2022-05-204-47/+47
| * net: ipa: move endpoint configuration data definitionsAlex Elder2022-05-202-62/+62
| * net: ipa: open-code ether_setup()Alex Elder2022-05-201-2/+9
| * net: ipa: ignore endianness if there is no headerAlex Elder2022-05-201-15/+17
| * net: ipa: rename a GSI error codeAlex Elder2022-05-202-4/+4
| * net: ipa: drop an unneeded transaction referenceAlex Elder2022-05-201-8/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-196-52/+20
|\
| * netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell2022-05-181-0/+2
| * netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal2022-05-161-48/+4
| * netfilter: nf_conncount: reduce unnecessary GCWilliam Tu2022-05-162-0/+12