| Commit message (Expand) | Author | Files | Lines |
2022-05-22 | rxrpc, afs: Fix selection of abort codes | David Howells | 3 | -6/+8 |
2022-05-22 | rxrpc: Return an error to sendmsg if call failed | David Howells | 1 | -0/+6 |
2022-05-22 | rxrpc: Automatically generate trace tag enums | David Howells | 1 | -219/+42 |
2022-05-22 | rxrpc: Fix locking issue | David Howells | 8 | -22/+62 |
2022-05-22 | rxrpc: Use refcount_t rather than atomic_t | David Howells | 13 | -122/+119 |
2022-05-22 | rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc | David Howells | 4 | -22/+94 |
2022-05-22 | net: ipa: use data space for command opcodes | Alex Elder | 1 | -2/+4 |
2022-05-22 | net: ipa: remove command info pool | Alex Elder | 5 | -50/+18 |
2022-05-22 | net: ipa: remove command direction argument | Alex Elder | 3 | -20/+9 |
2022-05-22 | net: ipa: get rid of ipa_cmd_info->direction | Alex Elder | 2 | -6/+1 |
2022-05-22 | net: ipa: count the number of modem TX endpoints | Alex Elder | 2 | -5/+7 |
2022-05-22 | net: ipa: kill gsi_trans_commit_wait_timeout() | Alex Elder | 4 | -40/+7 |
2022-05-22 | net: ipa: specify RX aggregation time limit in config data | Alex Elder | 8 | -4/+35 |
2022-05-22 | net: ipa: support hard aggregation limits | Alex Elder | 2 | -35/+69 |
2022-05-22 | net: ipa: make endpoint HOLB drop configurable | Alex Elder | 2 | -2/+8 |
2022-05-22 | qed: fix typos in comments | Julia Lawall | 2 | -2/+2 |
2022-05-22 | nfp: flower: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-22 | net: marvell: prestera: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-22 | cirrus: cs89x0: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-22 | net: qed: fix typos in comments | Julia Lawall | 3 | -5/+5 |
2022-05-22 | net/mlx5: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-22 | net: mvpp2: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-22 | net: sparx5: switchdev: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-21 | selftests: Add test for timing a bind request to a port with a populated bhas... | Joanne Koong | 3 | -0/+122 |
2022-05-21 | net: Add a second bind table hashed by port and address | Joanne Koong | 7 | -83/+489 |
2022-05-21 | wwan: iosm: use a flexible array rather than allocate short objects | Jakub Kicinski | 1 | -4/+1 |
2022-05-21 | stcp: Use memset_after() to zero sctp_stream_out_ext | Xiu Jianfeng | 1 | -6/+3 |
2022-05-21 | net: mscc: fix the alignment in ocelot_port_fdb_del() | Alaa Mohamed | 1 | -1/+1 |
2022-05-21 | net: vxlan: Fix kernel coding style | Alaa Mohamed | 1 | -7/+6 |
2022-05-21 | eth: bnxt: make ulp_id unsigned to make GCC 12 happy | Jakub Kicinski | 2 | -12/+12 |
2022-05-21 | selftests: fib_nexthops: Make ping timeout configurable | Amit Cohen | 1 | -25/+28 |
2022-05-21 | net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr() | Yang Yingliang | 1 | -5/+5 |
2022-05-21 | net: tulip: fix build with CONFIG_GSC | Rolf Eike Beer | 1 | -1/+1 |
2022-05-21 | net: avoid strange behavior with skb_defer_max == 1 | Jakub Kicinski | 1 | -8/+5 |
2022-05-21 | sfc/siena: Remove duplicate check on segments | Martin Habets | 1 | -8/+1 |
2022-05-20 | tcp_ipv6: set the drop_reason in the right place | Jakub Kicinski | 1 | -1/+1 |
2022-05-20 | net: ipa: save a copy of endpoint default config | Alex Elder | 3 | -28/+28 |
2022-05-20 | net: ipa: rename a few endpoint config data types | Alex Elder | 4 | -47/+47 |
2022-05-20 | net: ipa: move endpoint configuration data definitions | Alex Elder | 2 | -62/+62 |
2022-05-20 | net: ipa: open-code ether_setup() | Alex Elder | 1 | -2/+9 |
2022-05-20 | net: ipa: ignore endianness if there is no header | Alex Elder | 1 | -15/+17 |
2022-05-20 | net: ipa: rename a GSI error code | Alex Elder | 2 | -4/+4 |
2022-05-20 | net: ipa: drop an unneeded transaction reference | Alex Elder | 1 | -8/+2 |
2022-05-20 | eth: mtk_ppe: fix up after merge | Jakub Kicinski | 1 | -1/+2 |
2022-05-20 | selftests: mptcp: add MP_FAIL reset testcase | Geliang Tang | 1 | -0/+10 |
2022-05-20 | mptcp: Do not traverse the subflow connection list without lock | Mat Martineau | 2 | -16/+1 |
2022-05-20 | mptcp: Check for orphaned subflow before handling MP_FAIL timer | Mat Martineau | 2 | -13/+6 |
2022-05-20 | mptcp: stop using the mptcp_has_another_subflow() helper | Paolo Abeni | 3 | -16/+2 |
2022-05-20 | tcp: improve PRR loss recovery | Yuchung Cheng | 1 | -5/+5 |
2022-05-20 | docs: change the title of networking docs | Jakub Kicinski | 1 | -2/+2 |