summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-14sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsgJeff Layton1-0/+3
2023-08-14netlink: specs: devlink: extend health reporter dump attributes by port indexJiri Pirko1-2/+3
2023-08-14devlink: extend health reporter dump selector by port indexJiri Pirko1-1/+14
2023-08-14netlink: specs: devlink: extend per-instance dump commands to accept instance...Jiri Pirko1-39/+130
2023-08-14devlink: allow user to narrow per-instance dumps by passing handle attrsJiri Pirko1-3/+40
2023-08-14devlink: remove converted commands from small opsJiri Pirko2-98/+3
2023-08-14devlink: remove duplicate temporary netlink callback prototypesJiri Pirko1-48/+0
2023-08-14netlink: specs: devlink: add commands that do per-instance dumpJiri Pirko2-2/+382
2023-08-14devlink: pass flags as an arg of dump_one() callbackJiri Pirko5-56/+56
2023-08-14devlink: introduce dumpit callbacks for split opsJiri Pirko5-147/+144
2023-08-14devlink: rename doit callbacks for per-instance dump commandsJiri Pirko4-45/+52
2023-08-14devlink: introduce devlink_nl_pre_doit_port*() helper functionsJiri Pirko2-4/+28
2023-08-14devlink: parse rate attrs in doit() callbacksJiri Pirko3-38/+25
2023-08-14devlink: parse linecard attr in doit() callbacksJiri Pirko3-21/+13
2023-08-14Revert "vlan: Fix VLAN 0 memory leak"Vlad Buslov1-1/+2
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno3-8/+18
2023-08-14net: openvswitch: add meter drop reasonAdrian Moreno2-1/+2
2023-08-14net: openvswitch: add explicit drop actionEric Garver3-1/+20
2023-08-14net: openvswitch: add action error drop reasonAdrian Moreno2-1/+2
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno3-2/+57
2023-08-14mptcp: Remove unnecessary test for __mptcp_init_sock()Kuniyuki Iwashima1-7/+2
2023-08-14mptcp: get rid of msk->subflowPaolo Abeni2-26/+12
2023-08-14mptcp: change the mpc check helper to return a skPaolo Abeni4-55/+38
2023-08-14mptcp: avoid ssock usage in mptcp_pm_nl_create_listen_socket()Paolo Abeni1-9/+15
2023-08-14mptcp: avoid additional indirection in sockoptPaolo Abeni1-12/+16
2023-08-14mptcp: avoid unneeded indirection in mptcp_stream_accept()Paolo Abeni1-19/+10
2023-08-14mptcp: avoid additional indirection in mptcp_poll()Paolo Abeni1-3/+3
2023-08-14mptcp: avoid additional indirection in mptcp_listen()Paolo Abeni1-4/+9
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni1-16/+22
2023-08-14mptcp: mptcp: avoid additional indirection in mptcp_bind()Paolo Abeni1-5/+12
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni2-5/+13
2023-08-14mptcp: avoid subflow socket usage in mptcp_get_port()Paolo Abeni1-5/+3
2023-08-14mptcp: avoid additional __inet_stream_connect() callPaolo Abeni1-16/+33
2023-08-14mptcp: avoid unneeded mptcp_token_destroy() callsPaolo Abeni1-2/+2
2023-08-13Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller18-720/+1287
2023-08-13net/rds: Remove unused function declarationsYue Haibing3-5/+0
2023-08-13netlink: convert nlk->flags to atomic flagsEric Dumazet3-74/+48
2023-08-13net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong1-10/+13
2023-08-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong1-1/+17
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong1-1/+1
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong2-9/+23
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen1-0/+2
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen1-5/+24
2023-08-11Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan1-2/+1
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik1-1/+1
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz2-11/+12
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz1-94/+63
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz2-42/+0