summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+2
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2997/+10038
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-101/+111
2023-04-25Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+1
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+5
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima-0/+3
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-12/+11
2023-04-24net: ethtool: coalesce: try to make user settings stick twiceJakub Kicinski-11/+43
2023-04-24netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima-52/+23
2023-04-24Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-345/+432
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2023-04-24Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki-0/+1
2023-04-23Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz-6/+31
2023-04-23Bluetooth: Cancel sync command before suspend and power offArchie Pusaka-0/+7
2023-04-23Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issueZijun Hu-6/+7
2023-04-23bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li-1/+8
2023-04-23Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li-1/+0
2023-04-23bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li-0/+28
2023-04-23Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini-1/+5
2023-04-23Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz-57/+66
2023-04-23Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz-1/+2
2023-04-23Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz-95/+160
2023-04-23Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncIulia Tanasescu-1/+0
2023-04-23Bluetooth: fix inconsistent indentingLanzhe Li-1/+1
2023-04-23Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz-6/+26
2023-04-23Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu-118/+202
2023-04-23Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi-0/+540
2023-04-23Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick-2/+7
2023-04-23Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz-5/+11
2023-04-23Bluetooth: hci_sync: Remove duplicate statementInga Stotland-1/+0
2023-04-23Bluetooth: Convert MSFT filter HCI cmd to hci_syncBrian Gix-25/+11
2023-04-23Bluetooth: hci_sync: Don't wait peer's reply when powering offArchie Pusaka-3/+5
2023-04-23Bluetooth: hci_sync: Fix smatch warningLuiz Augusto von Dentz-1/+1
2023-04-23net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela-14/+11
2023-04-23net/sched: sch_qfq: use extack on errors messagesPedro Tammela-4/+5
2023-04-23net/sched: sch_htb: use extack on errors messagesPedro Tammela-8/+9
2023-04-23net/sched: act_pedit: rate limit datapath messagesPedro Tammela-7/+5
2023-04-23net/sched: act_pedit: remove extra check for key typePedro Tammela-22/+7
2023-04-23net/sched: act_pedit: check static offsets a prioriPedro Tammela-6/+14
2023-04-23net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela-4/+13
2023-04-23net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela-8/+3
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng-5/+5
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean-8/+2
2023-04-23net: dsa: update TX path comments to not mention skb_mac_header()Vladimir Oltean-3/+3
2023-04-23net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean-1/+1
2023-04-23net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean-1/+1
2023-04-23net: dsa: tag_ksz: do not rely on skb_mac_header() in TX pathsVladimir Oltean-9/+9
2023-04-23net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmitVladimir Oltean-1/+1