summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-14devlink: remove converted commands from small opsJiri Pirko
2023-08-14devlink: remove duplicate temporary netlink callback prototypesJiri Pirko
2023-08-14netlink: specs: devlink: add commands that do per-instance dumpJiri Pirko
2023-08-14devlink: pass flags as an arg of dump_one() callbackJiri Pirko
2023-08-14devlink: introduce dumpit callbacks for split opsJiri Pirko
2023-08-14devlink: rename doit callbacks for per-instance dump commandsJiri Pirko
2023-08-14devlink: introduce devlink_nl_pre_doit_port*() helper functionsJiri Pirko
2023-08-14devlink: parse rate attrs in doit() callbacksJiri Pirko
2023-08-14devlink: parse linecard attr in doit() callbacksJiri Pirko
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno
2023-08-14net: openvswitch: add meter drop reasonAdrian Moreno
2023-08-14net: openvswitch: add explicit drop actionEric Garver
2023-08-14net: openvswitch: add action error drop reasonAdrian Moreno
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno
2023-08-14mptcp: Remove unnecessary test for __mptcp_init_sock()Kuniyuki Iwashima
2023-08-14mptcp: get rid of msk->subflowPaolo Abeni
2023-08-14mptcp: change the mpc check helper to return a skPaolo Abeni
2023-08-14mptcp: avoid ssock usage in mptcp_pm_nl_create_listen_socket()Paolo Abeni
2023-08-14mptcp: avoid additional indirection in sockoptPaolo Abeni
2023-08-14mptcp: avoid unneeded indirection in mptcp_stream_accept()Paolo Abeni
2023-08-14mptcp: avoid additional indirection in mptcp_poll()Paolo Abeni
2023-08-14mptcp: avoid additional indirection in mptcp_listen()Paolo Abeni
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni
2023-08-14mptcp: mptcp: avoid additional indirection in mptcp_bind()Paolo Abeni
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni
2023-08-14mptcp: avoid subflow socket usage in mptcp_get_port()Paolo Abeni
2023-08-14mptcp: avoid additional __inet_stream_connect() callPaolo Abeni
2023-08-14mptcp: avoid unneeded mptcp_token_destroy() callsPaolo Abeni
2023-08-13Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2023-08-13net/rds: Remove unused function declarationsYue Haibing
2023-08-13netlink: convert nlk->flags to atomic flagsEric Dumazet
2023-08-13net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong
2023-08-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen
2023-08-11Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCELLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingPauli Virtanen
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen