Age | Commit message (Expand) | Author | Files | Lines |
2023-07-06 | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 15 | -135/+230 |
2023-07-05 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+5 |
2023-07-05 | mptcp: do not rely on implicit state check in mptcp_listen() | Paolo Abeni | 1 | -0/+5 |
2023-07-05 | mptcp: ensure subflow is unhashed before cleaning the backlog | Paolo Abeni | 1 | -1/+1 |
2023-07-04 | net: dsa: sja1105: always enable the send_meta options | Vladimir Oltean | 1 | -45/+0 |
2023-07-04 | net: dsa: tag_sja1105: fix MAC DA patching from meta frames | Vladimir Oltean | 1 | -2/+2 |
2023-07-04 | net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX | Lin Ma | 1 | -0/+1 |
2023-07-04 | xsk: Honor SO_BINDTODEVICE on bind | Ilya Maximets | 1 | -0/+5 |
2023-07-03 | Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 3 | -9/+4 |
2023-07-03 | tcp: annotate data races in __tcp_oow_rate_limited() | Eric Dumazet | 1 | -3/+9 |
2023-07-03 | net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode | Vladimir Oltean | 1 | -3/+6 |
2023-07-03 | net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode | Vladimir Oltean | 1 | -2/+3 |
2023-07-02 | Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 8 | -24/+658 |
2023-06-29 | Bluetooth: hci_event: Fix parsing of CIS Established Event | Luiz Augusto von Dentz | 1 | -15/+34 |
2023-06-29 | Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpy | Jiapeng Chong | 1 | -3/+1 |
2023-06-29 | Bluetooth: hci_sysfs: make bt_class a static const structure | Ivan Orlov | 1 | -7/+7 |
2023-06-29 | Bluetooth: ISO: Rework sync_interval to be sync_factor | Luiz Augusto von Dentz | 2 | -4/+4 |
2023-06-29 | Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable | Luiz Augusto von Dentz | 1 | -10/+5 |
2023-06-29 | Bluetooth: hci_event: fix Set CIG Parameters error status handling | Pauli Virtanen | 1 | -1/+2 |
2023-06-29 | Bluetooth: ISO: use hci_sync for setting CIG parameters | Pauli Virtanen | 1 | -8/+39 |
2023-06-29 | Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb | Sungwoo Kim | 1 | -0/+2 |
2023-06-29 | Bluetooth: fix use-bdaddr-property quirk | Johan Hovold | 1 | -5/+3 |
2023-06-29 | Bluetooth: fix invalid-bdaddr quirk for non-persistent setup | Johan Hovold | 1 | -17/+11 |
2023-06-29 | Bluetooth: L2CAP: Fix use-after-free | Zhengping Jiang | 1 | -0/+5 |
2023-06-29 | net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT | Vladimir Oltean | 1 | -9/+29 |
2023-06-29 | net/sched: act_ipt: zero skb->cb before calling target | Florian Westphal | 1 | -0/+10 |
2023-06-29 | net/sched: act_ipt: add sanity checks on skb before calling target | Florian Westphal | 1 | -0/+33 |
2023-06-29 | net/sched: act_ipt: add sanity checks on table name and hook locations | Florian Westphal | 1 | -7/+20 |
2023-06-29 | sctp: fix potential deadlock on &net->sctp.addr_wq_lock | Chengfeng Ye | 1 | -2/+2 |
2023-06-29 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 262 | -4447/+6923 |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+6 |
2023-06-28 | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+5 |
2023-06-28 | Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+6 |
2023-06-28 | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+2 |
2023-06-27 | net: scm: introduce and use scm_recv_unix helper | Alexander Mikhalitsyn | 1 | -2/+2 |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 19 | -106/+249 |
2023-06-27 | netlink: Add __sock_i_ino() for __netlink_diag_dump(). | Kuniyuki Iwashima | 2 | -4/+15 |
2023-06-27 | net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses | Vladimir Oltean | 4 | -29/+64 |
2023-06-27 | Revert "af_unix: Call scm_recv() only after scm_set_cred()." | Kuniyuki Iwashima | 1 | -1/+1 |
2023-06-27 | libceph: Partially revert changes to support MSG_SPLICE_PAGES | David Howells | 2 | -39/+107 |
2023-06-26 | Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 21 | -70/+194 |
2023-06-26 | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-06-26 | Merge tag 'nfsd-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 9 | -136/+143 |
2023-06-26 | netfilter: nf_tables: fix underflow in chain reference counter | Pablo Neira Ayuso | 1 | -1/+3 |
2023-06-26 | netfilter: nf_tables: unbind non-anonymous set if rule construction fails | Pablo Neira Ayuso | 1 | -0/+2 |
2023-06-26 | netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va... | Ilia.Gavrilov | 1 | -1/+1 |
2023-06-26 | netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi... | Florian Westphal | 1 | -3/+49 |
2023-06-26 | net: nfc: Fix use-after-free caused by nfc_llcp_find_local | Lin Ma | 6 | -24/+77 |
2023-06-26 | netfilter: nf_tables: limit allowed range via nla_policy | Florian Westphal | 15 | -21/+21 |