index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 43430
Hans de Goede
1
-0
/
+1
2022-09-07
wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
Alexander Coffin
1
-1
/
+2
2022-09-07
wifi: iwlwifi: calib: Refactor iwl_calib_result usage for clarity
Kees Cook
3
-15
/
+17
2022-09-07
wifi: iwlwifi: don't spam logs with NSS>2 messages
Jason A. Donenfeld
1
-2
/
+2
2022-09-06
iavf: Fix race between iavf_close and iavf_reset_task
Michal Jaron
1
-36
/
+141
2022-09-06
ice: Simplify memory allocation in ice_sched_init_port()
Christophe JAILLET
1
-2
/
+2
2022-09-06
ice: switch: Simplify memory allocation
Christophe JAILLET
1
-4
/
+2
2022-09-06
ice: add helper function to check FW API version
Paul Greenwalt
1
-28
/
+29
2022-09-06
ice: Check if reset in progress while waiting for offsets
Michal Michalik
1
-0
/
+3
2022-09-06
ice: Allow operation with reduced device MSI-X
Tony Nguyen
1
-81
/
+96
2022-09-06
i40e: add description and modify interrupts configuration procedure
Jaroslaw Gawin
2
-21
/
+27
2022-09-06
i40e: Add basic support for I710 devices
Stanislaw Grzeszczak
3
-1
/
+7
2022-09-06
net: usb: qmi_wwan: add Quectel RM520N
jerry.meng
1
-0
/
+1
2022-09-06
net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_data
Christian Marangi
1
-1
/
+1
2022-09-06
wifi: rsi: fix kernel-doc warning
Johannes Berg
1
-0
/
+1
2022-09-06
net: moxa: fix endianness-related issues from 'sparse'
Sergei Antonov
1
-2
/
+2
2022-09-06
net: ftmac100: fix endianness-related issues from 'sparse'
Sergei Antonov
1
-6
/
+6
2022-09-06
wifi: mac80211_hwsim: always activate all links
Johannes Berg
1
-0
/
+8
2022-09-06
wifi: mac80211: keep A-MSDU data in sta and per-link
Benjamin Berg
10
-29
/
+32
2022-09-06
wifi: mac80211: add vif/sta link RCU dereference macros
Johannes Berg
1
-2
/
+1
2022-09-06
wifi: mac80211_hwsim: send NDP for link (de)activation
Johannes Berg
1
-0
/
+28
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
5
-8
/
+8
2022-09-06
wifi: mac80211_hwsim: track active STA links
Johannes Berg
1
-0
/
+41
2022-09-06
wifi: mac80211_hwsim: skip inactive links on TX
Johannes Berg
1
-0
/
+7
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
15
-31
/
+31
2022-09-06
Merge remote-tracking branch 'wireless/main' into wireless-next
Johannes Berg
6
-14
/
+55
2022-09-06
net: lan966x: Extend lan966x with RGMII support
Horatiu Vultur
2
-0
/
+4
2022-09-06
can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-1
/
+1
2022-09-06
can: gs_usb: add RX and TX hardware timestamp support
John Whittington
1
-7
/
+186
2022-09-06
can: gs_usb: use common spelling of GS_USB in macros
Marc Kleine-Budde
1
-11
/
+11
2022-09-05
can: kvaser_pciefd: remove redundant variable ret
Jinpeng Cui
1
-5
/
+2
2022-09-05
can: sja1000: remove redundant variable ret
Jinpeng Cui
1
-5
/
+1
2022-09-05
can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
Biju Das
1
-5
/
+33
2022-09-05
can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one element
Kenneth Lee
1
-10
/
+10
2022-09-05
can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPROBE_DEFER
Christophe JAILLET
1
-16
/
+10
2022-09-05
can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*
Marc Kleine-Budde
2
-38
/
+38
2022-09-05
can: rx-offload: can_rx_offload_init_queue(): fix typo
Marc Kleine-Budde
1
-1
/
+1
2022-09-05
PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.h
Vitaly Kuznetsov
1
-4
/
+0
2022-09-05
r8169: remove not needed net_ratelimit() check
Heiner Kallweit
1
-2
/
+1
2022-09-05
net: phy: Add 1000BASE-KX interface mode
Sean Anderson
2
-0
/
+2
2022-09-05
net: dpaa: Adjust queue depth on rate change
Sean Anderson
5
-6
/
+44
2022-09-05
net: dpaa: Use mac_dev variable in dpaa_netdev_init
Sean Anderson
1
-4
/
+5
2022-09-05
net: fman: Change return type of disable to void
Sean Anderson
5
-20
/
+9
2022-09-05
net: fman: Clean up error handling
Sean Anderson
1
-28
/
+15
2022-09-05
net: fman: Specify type of mac_dev for exception_cb
Sean Anderson
5
-9
/
+10
2022-09-05
net: fman: Use mac_dev for some params
Sean Anderson
5
-40
/
+22
2022-09-05
net: fman: Pass params directly to mac init
Sean Anderson
8
-49
/
+32
2022-09-05
net: fman: Map the base address once
Sean Anderson
4
-27
/
+17
2022-09-05
net: fman: Remove internal_phy_node from params
Sean Anderson
3
-35
/
+34
2022-09-05
net: fman: Inline several functions into initialization
Sean Anderson
3
-128
/
+21
[prev]
[next]