summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-08net: dsa: b53: fix jumbo frames on 10/100 portsJonas Gorski1-1/+1
2024-10-08net: dsa: b53: allow lower MTUs on BCM5325/5365Jonas Gorski1-1/+1
2024-10-08net: dsa: b53: fix max MTU for BCM5325/BCM5365Jonas Gorski1-0/+6
2024-10-08net: dsa: b53: fix max MTU for 1g switchesJonas Gorski1-1/+4
2024-10-08net: dsa: b53: fix jumbo frame mtu checkJonas Gorski1-1/+1
2024-10-08net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removalNicolas Pitre1-8/+12
2024-10-08net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removalNicolas Pitre1-1/+1
2024-10-08net: airoha: Update tx cpu dma ring idx at the end of xmit loopLorenzo Bianconi1-4/+5
2024-10-08net: phy: Remove LED entry from LEDs list on unregisterChristian Marangi1-2/+3
2024-10-08net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET1-2/+2
2024-10-08Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski1-1/+1
2024-10-08net: dsa: lan9303: ensure chip reset and wait for READY statusAnatolij Gustschin1-0/+29
2024-10-08net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin1-1/+6
2024-10-05net: phy: bcm84881: Fix some error handling pathsChristophe JAILLET1-2/+2
2024-10-05net: Fix an unsafe loop on the listAnastasia Kovaleva2-1/+4
2024-10-04Bluetooth: btusb: Don't fail external suspend requestsLuiz Augusto von Dentz1-2/+18
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz1-0/+3
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-04net: pse-pd: Fix enabled status mismatchKory Maincent1-0/+11
2024-10-04selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() testKacper Ludwinski1-1/+1
2024-10-04ibmvnic: Inspect header requirements before using scrq directNick Child1-2/+4
2024-10-04selftests: add regression test for br_netfilter panicAndy Roulin3-0/+124
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-04net: dsa: sja1105: fix reception from VLAN-unaware bridgesVladimir Oltean1-1/+0
2024-10-04Documentation: networking/tcp_ao: typo and grammar fixesLeo Stone1-10/+10
2024-10-04rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells1-5/+5
2024-10-04rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells3-4/+10
2024-10-04tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
2024-10-04tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-04tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-04net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan1-18/+19
2024-10-04net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan1-0/+14
2024-10-04sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior2-2/+4
2024-10-04net: phy: dp83869: fix memory corruption when enabling fiberIngo van Lil1-1/+0
2024-10-03sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-10-03dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItemsRavikanth Tuniki1-1/+2
2024-10-03doc: net: napi: Update documentation for napi_schedule_irqoffSean Anderson1-3/+2
2024-10-03iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong2-2/+10
2024-10-03iomap: don't bother unsharing delalloc extentsDarrick J. Wong1-1/+2
2024-10-03net/ncsi: Disable the ncsi work before freeing the associated structureEddie James1-0/+2
2024-10-03net: phy: qt2025: Fix warning: unused import DeviceIdFUJITA Tomonori1-2/+2
2024-10-03gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
2024-10-03bridge: mcast: Fail MDB get request on empty entryIdo Schimmel1-1/+1
2024-10-03vrf: revert "vrf: Remove unnecessary RCU-bh critical section"Willem de Bruijn1-0/+2
2024-10-03net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup codeDan Carpenter1-1/+1
2024-10-03net: phy: realtek: Check the index value in led_hw_control_getHui Wang1-0/+3
2024-10-03ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet1-2/+2
2024-10-03selftests: rds: move include.sh to TEST_FILESHangbin Liu2-1/+2
2024-10-03net: test for not too small csum_start in virtio_net_hdr_to_skb()Eric Dumazet1-1/+3
2024-10-03net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2-4/+16