index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-14
net: openvswitch: add meter drop reason
Adrian Moreno
2
-1
/
+2
2023-08-14
net: openvswitch: add explicit drop action
Eric Garver
3
-1
/
+20
2023-08-14
net: openvswitch: add action error drop reason
Adrian Moreno
2
-1
/
+2
2023-08-14
net: openvswitch: add last-action drop reason
Adrian Moreno
3
-2
/
+57
2023-08-14
mptcp: Remove unnecessary test for __mptcp_init_sock()
Kuniyuki Iwashima
1
-7
/
+2
2023-08-14
mptcp: get rid of msk->subflow
Paolo Abeni
2
-26
/
+12
2023-08-14
mptcp: change the mpc check helper to return a sk
Paolo Abeni
4
-55
/
+38
2023-08-14
mptcp: avoid ssock usage in mptcp_pm_nl_create_listen_socket()
Paolo Abeni
1
-9
/
+15
2023-08-14
mptcp: avoid additional indirection in sockopt
Paolo Abeni
1
-12
/
+16
2023-08-14
mptcp: avoid unneeded indirection in mptcp_stream_accept()
Paolo Abeni
1
-19
/
+10
2023-08-14
mptcp: avoid additional indirection in mptcp_poll()
Paolo Abeni
1
-3
/
+3
2023-08-14
mptcp: avoid additional indirection in mptcp_listen()
Paolo Abeni
1
-4
/
+9
2023-08-14
net: factor out __inet_listen_sk() helper
Paolo Abeni
1
-16
/
+22
2023-08-14
mptcp: mptcp: avoid additional indirection in mptcp_bind()
Paolo Abeni
1
-5
/
+12
2023-08-14
net: factor out inet{,6}_bind_sk helpers
Paolo Abeni
2
-5
/
+13
2023-08-14
mptcp: avoid subflow socket usage in mptcp_get_port()
Paolo Abeni
1
-5
/
+3
2023-08-14
mptcp: avoid additional __inet_stream_connect() call
Paolo Abeni
1
-16
/
+33
2023-08-14
mptcp: avoid unneeded mptcp_token_destroy() calls
Paolo Abeni
1
-2
/
+2
2023-08-13
Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
18
-720
/
+1287
2023-08-13
net/rds: Remove unused function declarations
Yue Haibing
3
-5
/
+0
2023-08-13
netlink: convert nlk->flags to atomic flags
Eric Dumazet
3
-74
/
+48
2023-08-13
net: tcp: refactor the dbg message in tcp_retransmit_timer()
Menglong Dong
1
-10
/
+13
2023-08-13
net: tcp: fix unexcepted socket die when snd_wnd is 0
Menglong Dong
1
-1
/
+17
2023-08-13
net: tcp: allow zero-window ACK update the window
Menglong Dong
1
-1
/
+1
2023-08-13
net: tcp: send zero-window ACK when no memory
Menglong Dong
2
-9
/
+23
2023-08-11
Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS ids
Pauli Virtanen
1
-0
/
+2
2023-08-11
Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters fails
Pauli Virtanen
1
-5
/
+24
2023-08-11
Bluetooth: Remove unnecessary NULL check before vfree()
Ziyang Xuan
1
-2
/
+1
2023-08-11
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()
Manish Mandlik
1
-1
/
+1
2023-08-11
Bluetooth: Fix potential use-after-free when clear keys
Min Li
1
-8
/
+8
2023-08-11
Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
Luiz Augusto von Dentz
2
-11
/
+12
2023-08-11
Bluetooth: hci_conn: Fix hci_le_set_cig_params
Luiz Augusto von Dentz
1
-94
/
+63
2023-08-11
Bluetooth: hci_core: Make hci_is_le_conn_scanning public
Luiz Augusto von Dentz
2
-42
/
+0
2023-08-11
Bluetooth: hci_conn: Fix not allowing valid CIS ID
Luiz Augusto von Dentz
1
-3
/
+6
2023-08-11
Bluetooth: hci_conn: Fix modifying handle while aborting
Luiz Augusto von Dentz
2
-18
/
+38
2023-08-11
Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs
Luiz Augusto von Dentz
1
-0
/
+6
2023-08-11
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Luiz Augusto von Dentz
1
-16
/
+29
2023-08-11
Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL
Luiz Augusto von Dentz
1
-0
/
+11
2023-08-11
Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting
Pauli Virtanen
1
-7
/
+9
2023-08-11
Bluetooth: ISO: handle bound CIS cleanup via hci_conn
Pauli Virtanen
2
-13
/
+6
2023-08-11
Bluetooth: Remove unused declaration amp_read_loc_info()
Yue Haibing
1
-1
/
+0
2023-08-11
Bluetooth: ISO: Add support for BT_PKT_STATUS
Luiz Augusto von Dentz
1
-0
/
+20
2023-08-11
Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic
Luiz Augusto von Dentz
3
-21
/
+11
2023-08-11
Bluetooth: Fix hci_suspend_sync crash
Ying Hsu
1
-0
/
+4
2023-08-11
Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2023-08-11
Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTH
Luiz Augusto von Dentz
2
-8
/
+10
2023-08-11
Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor
Douglas Anderson
1
-5
/
+5
2023-08-11
Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()
Dan Carpenter
1
-1
/
+1
2023-08-11
Bluetooth: ISO: Notify user space about failed bis connections
Iulia Tanasescu
4
-38
/
+68
2023-08-11
Bluetooth: hci_conn: Always allocate unique handles
Luiz Augusto von Dentz
2
-6
/
+25
[prev]
[next]