summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-0947-205/+519
|\
| * net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz2024-05-091-6/+17
| * net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz2024-05-091-2/+14
| * Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni2024-05-096-41/+47
| |\
| | * net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2024-05-092-18/+9
| | * net: hns3: fix port vlan filter not disabled issueYonglong Liu2024-05-091-1/+6
| | * net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2024-05-092-4/+2
| | * net: hns3: release PTP resources if pf initialization failedPeiyang Wang2024-05-091-1/+3
| | * net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang2024-05-095-8/+11
| | * net: hns3: direct return when receive a unknown mailbox messageJian Shen2024-05-091-3/+4
| | * net: hns3: using user configure after hardware resetPeiyang Wang2024-05-092-6/+12
| |/
| * net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu2024-05-091-7/+12
| * ipv6: prevent NULL dereference in ip6_output()Eric Dumazet2024-05-091-1/+1
| * hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski2024-05-091-15/+12
| * ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-091-1/+5
| * dt-bindings: net: mediatek: remove wrongly added clocks and SerDesDaniel Golle2024-05-091-20/+2
| * Merge branch 'rxrpc-miscellaneous-fixes'Jakub Kicinski2024-05-083-21/+37
| |\
| | * rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells2024-05-081-11/+35
| | * rxrpc: Fix congestion control algorithmDavid Howells2024-05-083-10/+2
| |/
| * selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MACIdo Schimmel2024-05-081-11/+3
| * ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida2024-05-081-1/+1
| * net: phy: marvell-88q2xxx: add support for Rev B1 and B2Gregor Herburger2024-05-081-16/+103
| * appletalk: Improve handling of broadcast packetsVincent Duvert2024-05-081-3/+16
| * net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau2024-05-081-2/+7
| * mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal2024-05-081-1/+38
| * nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa2024-05-081-0/+1
| * netlink: specs: Add missing bridge linkinfo attrsDonald Hunter2024-05-071-0/+6
| * phonet: fix rtm_phonet_notify() skb allocationEric Dumazet2024-05-071-1/+1
| * net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo2024-05-061-3/+10
| * MAINTAINERS: update cxgb4 and cxgb3 network drivers maintainerPotnuri Bharat Teja2024-05-041-3/+3
| * rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats2024-05-041-1/+1
| * Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-047-3/+39
| |\
| | * xfrm: Correct spelling mistake in xfrm.h commentAntony Antony2024-04-291-1/+1
| | * xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-265-2/+36
| | * xfrm: fix possible derferencing in error pathAntony Antony2024-04-111-0/+2
| * | Merge tag 'for-net-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-05-049-36/+119
| |\ \
| | * | Bluetooth: qca: fix firmware check error pathJohan Hovold2024-05-031-1/+1
| | * | Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou2024-05-031-0/+3
| | * | Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim2024-05-031-0/+2
| | * | arm64: dts: mediatek: mt8183-pico6: Fix bluetooth nodeChen-Yu Tsai2024-05-031-1/+2
| | * | Bluetooth: qca: fix info leak when fetching board idJohan Hovold2024-05-031-0/+5
| | * | Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2024-05-032-5/+21
| | * | Bluetooth: qca: generalise device address checkJohan Hovold2024-05-032-9/+14
| | * | Bluetooth: qca: fix NVM configuration parsingJohan Hovold2024-05-031-2/+22
| | * | Bluetooth: qca: add missing firmware sanity checksJohan Hovold2024-05-031-6/+32
| | * | Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim2024-05-033-5/+4
| | * | Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim2024-05-031-11/+10
| | * | Bluetooth: qca: fix wcn3991 device address checkJohan Hovold2024-05-031-1/+4
| | * | Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou2024-05-031-0/+4
| * | | net: ks8851: Queue RX packets in IRQ handler instead of disabling BHsMarek Vasut2024-05-041-6/+10
| |/ /