index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
gl620a.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
net: phy: avoid undefined behavior in *_led_polarity_set()
Arnd Bergmann
3
-3
/
+3
2024-12-18
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
1
-2
/
+3
2024-12-18
net: netdevsim: fix nsim_pp_hold_write()
Eric Dumazet
1
-2
/
+2
2024-12-17
qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()
Gianfranco Trad
1
-0
/
+1
2024-12-17
net: ethernet: bgmac-platform: fix an OF node reference leak
Joe Hattori
1
-1
/
+4
2024-12-17
net: ethernet: oa_tc6: fix tx skb race condition between reference pointers
Parthiban Veerasooran
1
-0
/
+6
2024-12-17
net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0
Parthiban Veerasooran
1
-2
/
+3
2024-12-17
rust: net::phy fix module autoloading
FUJITA Tomonori
1
-2
/
+2
2024-12-17
net: hinic: Fix cleanup in create_rxqs/txqs()
Dan Carpenter
1
-0
/
+2
2024-12-17
team: Fix feature exposure when no ports are present
Daniel Borkmann
1
-2
/
+6
2024-12-17
chelsio/chtls: prevent potential integer overflow on 32bit
Dan Carpenter
1
-2
/
+3
2024-12-17
selftests: net-drv: stats: sanity check netlink dumps
Jakub Kicinski
1
-1
/
+18
2024-12-17
selftests: net-drv: queues: sanity check netlink dumps
Jakub Kicinski
1
-10
/
+13
2024-12-17
selftests: net: support setting recv_size in YNL
Jakub Kicinski
1
-8
/
+8
2024-12-17
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
1
-2
/
+2
2024-12-17
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
1
-7
/
+4
2024-12-15
net: renesas: rswitch: rework ts tags management
Nikita Yushchenko
2
-45
/
+42
2024-12-15
ionic: use ee->offset when returning sprom data
Shannon Nelson
1
-2
/
+2
2024-12-15
ionic: no double destroy workqueue
Shannon Nelson
1
-1
/
+4
2024-12-15
ionic: Fix netdev notifier unregister on failure
Brett Creeley
1
-2
/
+2
2024-12-15
tools/net/ynl: fix sub-message key lookup for nested attributes
Donald Hunter
1
-3
/
+3
2024-12-15
netdevsim: prevent bad user input in nsim_dev_health_break_write()
Eric Dumazet
1
-0
/
+2
2024-12-15
net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()
Vladimir Oltean
1
-1
/
+1
2024-12-15
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
1
-0
/
+5
2024-12-15
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2
-1
/
+9
2024-12-15
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
3
-3
/
+16
2024-12-15
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
3
-2
/
+14
2024-12-15
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
1
-0
/
+7
2024-12-15
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
1
-2
/
+7
2024-12-14
net: tun: fix tun_napi_alloc_frags()
Eric Dumazet
1
-1
/
+1
2024-12-12
net: dsa: tag_ocelot_8021q: fix broken reception
Robert Hodaszi
1
-1
/
+1
2024-12-12
net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundaries
Jesse Van Gavere
1
-24
/
+18
2024-12-12
net: renesas: rswitch: fix initial MPIC register setting
Nikita Yushchenko
2
-13
/
+28
2024-12-12
Bluetooth: btmtk: avoid UAF in btmtk_process_coredump
Thadeu Lima de Souza Cascardo
1
-8
/
+12
2024-12-12
Bluetooth: iso: Fix circular lock in iso_conn_big_sync
Iulia Tanasescu
1
-7
/
+27
2024-12-12
Bluetooth: iso: Fix circular lock in iso_listen_bis
Iulia Tanasescu
1
-2
/
+12
2024-12-12
Bluetooth: SCO: Add support for 16 bits transparent voice setting
Frédéric Danis
2
-14
/
+16
2024-12-12
Bluetooth: iso: Fix recursive locking warning
Iulia Tanasescu
1
-2
/
+6
2024-12-12
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
Iulia Tanasescu
1
-2
/
+1
2024-12-12
Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating
Luiz Augusto von Dentz
1
-22
/
+11
2024-12-12
Bluetooth: hci_core: Fix sleeping function called from invalid context
Luiz Augusto von Dentz
6
-57
/
+97
2024-12-12
team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
1
-1
/
+2
2024-12-12
team: Fix initial vlan_feature set in __team_compute_features
Daniel Borkmann
1
-2
/
+3
2024-12-12
bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
1
-0
/
+1
2024-12-12
bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features
Daniel Borkmann
1
-2
/
+3
2024-12-12
net, team, bonding: Add netdev_base_features helper
Daniel Borkmann
3
-5
/
+9
2024-12-12
net/sched: netem: account for backlog updates from child qdisc
Martin Ottens
1
-6
/
+16
2024-12-12
net: dsa: felix: fix stuck CPU-injected packets with short taprio windows
Vladimir Oltean
1
-6
/
+11
2024-12-12
splice: do not checksum AF_UNIX sockets
Frederik Deweerdt
1
-0
/
+1
2024-12-12
net: usb: qmi_wwan: add Telit FE910C04 compositions
Daniele Palmas
1
-0
/
+3
[next]