Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | net: qrtr: ns: Fix module refcnt | Chris Lew | 2024-05-16 | 1 | -0/+27 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Jakub Kicinski | 2024-05-15 | 322 | -3896/+7223 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: bridge: mst: fix vlan use-after-free | Nikolay Aleksandrov | 2024-05-15 | 1 | -6/+10 | |
| * | | | | | | | | | | net: bridge: xmit: make sure we have at least eth header len bytes | Nikolay Aleksandrov | 2024-05-15 | 1 | -0/+6 | |
* | | | | | | | | | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-05-18 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | sysctl: treewide: constify argument ctl_table_root::permissions(table) | Thomas Weißschuh | 2024-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table) | Thomas Weißschuh | 2024-04-24 | 1 | -1/+0 | |
* | | | | | | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2024-05-15 | 323 | -3927/+7213 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-14 | 7 | -44/+65 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | ax25: Fix reference count leak issue of net_device | Duoming Zhou | 2024-05-14 | 1 | -6/+1 | |
| | * | | | | | | | | | | ax25: Fix reference count leak issues of ax25_dev | Duoming Zhou | 2024-05-14 | 1 | -2/+1 | |
| | * | | | | | | | | | | ax25: Use kernel universal linked list to implement ax25_dev_list | Duoming Zhou | 2024-05-14 | 1 | -25/+15 | |
| | * | | | | | | | | | | netlabel: fix RCU annotation for IPv4 options on socket creation | Davide Caratti | 2024-05-13 | 2 | -6/+32 | |
| | * | | | | | | | | | | inet: fix inet_fill_ifaddr() flags truncation | Eric Dumazet | 2024-05-13 | 1 | -3/+10 | |
| | * | | | | | | | | | | ipv6: sr: fix invalid unregister error path | Hangbin Liu | 2024-05-11 | 1 | -0/+2 | |
| | * | | | | | | | | | | ipv6: sr: fix incorrect unregister order | Hangbin Liu | 2024-05-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | ipv6: sr: add missing seg6_local_exit | Hangbin Liu | 2024-05-11 | 1 | -0/+1 | |
| | * | | | | | | | | | | net: openvswitch: fix overwriting ct original tuple for ICMPv6 | Ilya Maximets | 2024-05-11 | 1 | -1/+2 | |
| | * | | | | | | | | | | af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg | Breno Leitao | 2024-05-11 | 1 | -1/+1 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1 | Luiz Augusto von Dentz | 2024-05-14 | 2 | -9/+17 | |
| * | | | | | | | | | | Bluetooth: HCI: Remove HCI_AMP support | Luiz Augusto von Dentz | 2024-05-14 | 7 | -457/+47 | |
| * | | | | | | | | | | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() | Sungwoo Kim | 2024-05-14 | 5 | -53/+78 | |
| * | | | | | | | | | | Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warning | Gustavo A. R. Silva | 2024-05-14 | 1 | -22/+16 | |
| * | | | | | | | | | | LE Create Connection command timeout increased to 20 secs | Mahesh Talewad | 2024-05-14 | 1 | -1/+1 | |
| * | | | | | | | | | | Bluetooth: compute LE flow credits based on recvbuf space | Sebastian Urban | 2024-05-14 | 2 | -25/+122 | |
| * | | | | | | | | | | Bluetooth: hci_sync: Use cmd->num_cis instead of magic number | Gustavo A. R. Silva | 2024-05-14 | 1 | -1/+1 | |
| * | | | | | | | | | | Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync() | Gustavo A. R. Silva | 2024-05-14 | 1 | -1/+1 | |
| * | | | | | | | | | | Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warning | Gustavo A. R. Silva | 2024-05-14 | 1 | -15/+11 | |
| * | | | | | | | | | | Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warnings | Gustavo A. R. Silva | 2024-05-14 | 2 | -51/+36 | |
| * | | | | | | | | | | Bluetooth: Remove 3 repeated macro definitions | Zijun Hu | 2024-05-14 | 1 | -4/+0 | |
| * | | | | | | | | | | Bluetooth: hci_conn: Remove a redundant check for HFP offload | Zijun Hu | 2024-05-14 | 1 | -4/+4 | |
| * | | | | | | | | | | Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 2024-05-14 | 1 | -25/+21 | |
| * | | | | | | | | | | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generated | Iulia Tanasescu | 2024-05-14 | 2 | -79/+73 | |
| * | | | | | | | | | | Bluetooth: ISO: Make iso_get_sock_listen generic | Iulia Tanasescu | 2024-05-14 | 1 | -33/+42 | |
| * | | | | | | | | | | Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLED | Luiz Augusto von Dentz | 2024-05-14 | 2 | -4/+10 | |
| * | | | | | | | | | | Bluetooth: Add proper definitions for scan interval and window | Luiz Augusto von Dentz | 2024-05-14 | 1 | -8/+8 | |
| * | | | | | | | | | | net: revert partially applied PHY topology series | Jakub Kicinski | 2024-05-14 | 3 | -60/+2 | |
| * | | | | | | | | | | mptcp: include inet_common in mib.h | Matthieu Baerts (NGI0) | 2024-05-14 | 1 | -0/+2 | |
| * | | | | | | | | | | mptcp: move mptcp_pm_gen.h's include | Matthieu Baerts (NGI0) | 2024-05-14 | 3 | -2/+2 | |
| * | | | | | | | | | | mptcp: remove unnecessary else statements | Matthieu Baerts (NGI0) | 2024-05-14 | 1 | -15/+17 | |
| * | | | | | | | | | | mptcp: prefer strscpy over strcpy | Matthieu Baerts (NGI0) | 2024-05-14 | 3 | -4/+5 | |
| * | | | | | | | | | | mptcp: add net.mptcp.available_schedulers | Gregory Detal | 2024-05-14 | 3 | -1/+49 | |
| * | | | | | | | | | | mptcp: sockopt: info: stop early if no buffer | Matthieu Baerts (NGI0) | 2024-05-14 | 1 | -0/+4 | |
| * | | | | | | | | | | mptcp: fix full TCP keep-alive support | Matthieu Baerts (NGI0) | 2024-05-14 | 2 | -0/+61 | |
| * | | | | | | | | | | mptcp: SO_KEEPALIVE: fix getsockopt support | Matthieu Baerts (NGI0) | 2024-05-14 | 1 | -2/+0 | |
| * | | | | | | | | | | tcp: rstreason: fully support in tcp_check_req() | Jason Xing | 2024-05-14 | 1 | -1/+1 | |
| * | | | | | | | | | | tcp: rstreason: handle timewait cases in the receive path | Jason Xing | 2024-05-14 | 2 | -2/+2 | |
| * | | | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-05-14 | 3 | -3/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca | Miao Xu | 2024-05-03 | 1 | -0/+3 | |
| | * | | | | | | | | | | tcp: Add new args for cong_control in tcp_congestion_ops | Miao Xu | 2024-05-03 | 3 | -3/+4 |