index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
/
preferred
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
mdio_bus: unhide mdio_bus_init prototype
Arnd Bergmann
1
-2
/
+0
2023-05-18
bridge: always declare tunnel functions
Arnd Bergmann
1
-4
/
+4
2023-05-18
atm: hide unused procfs functions
Arnd Bergmann
1
-0
/
+2
2023-05-18
net: isa: include net/Space.h
Arnd Bergmann
6
-1
/
+9
2023-05-17
Revert "ARM: dts: stm32: add CAN support on stm32f746"
Marc Kleine-Budde
1
-47
/
+0
2023-05-17
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
1
-7
/
+13
2023-05-17
netfilter: nf_tables: fix nft_trans type confusion
Florian Westphal
1
-3
/
+1
2023-05-17
netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...
Tom Rix
1
-0
/
+4
2023-05-17
net: wwan: t7xx: Ensure init is completed before system sleep
Kai-Heng Feng
2
-0
/
+19
2023-05-17
net: selftests: Fix optstring
Benjamin Poirier
1
-1
/
+1
2023-05-17
net: pcs: xpcs: fix C73 AN not getting enabled
Vladimir Oltean
1
-1
/
+1
2023-05-17
net: wwan: iosm: fix NULL pointer dereference when removing device
M Chetan Kumar
3
-12
/
+33
2023-05-17
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
Eric Dumazet
1
-2
/
+2
2023-05-17
mailmap: add entries for Nikolay Aleksandrov
Nikolay Aleksandrov
1
-0
/
+5
2023-05-17
igb: fix bit_shift to be in [1..8] range
Aleksandr Loktionov
1
-2
/
+2
2023-05-17
net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset
Marco Migliore
1
-1
/
+1
2023-05-17
cassini: Fix a memory leak in the error handling path of cas_init_one()
Christophe JAILLET
1
-0
/
+2
2023-05-17
tun: Fix memory leak for detached NAPI queue.
Kuniyuki Iwashima
1
-0
/
+15
2023-05-17
can: kvaser_pciefd: Disable interrupts in probe error path
Jimmy Assarsson
1
-0
/
+2
2023-05-17
can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
Jimmy Assarsson
1
-17
/
+4
2023-05-17
can: kvaser_pciefd: Empty SRB buffer in probe
Jimmy Assarsson
1
-0
/
+15
2023-05-17
can: kvaser_pciefd: Call request_irq() before enabling interrupts
Jimmy Assarsson
1
-5
/
+5
2023-05-17
can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
Jimmy Assarsson
1
-0
/
+2
2023-05-17
can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
Jimmy Assarsson
1
-0
/
+1
2023-05-17
wifi: b43: fix incorrect __packed annotation
Arnd Bergmann
2
-2
/
+2
2023-05-17
wifi: rtw88: sdio: Always use two consecutive bytes for word operations
Martin Blumenstingl
1
-8
/
+0
2023-05-17
devlink: Fix crash with CONFIG_NET_NS=n
Ido Schimmel
1
-1
/
+1
2023-05-16
mac80211_hwsim: fix memory leak in hwsim_new_radio_nl
Zhengchao Shao
1
-1
/
+2
2023-05-16
wifi: iwlwifi: mvm: Add locking to the rate read flow
Ariel Malamud
1
-0
/
+3
2023-05-16
wifi: iwlwifi: Don't use valid_links to iterate sta links
Miri Korenblit
1
-30
/
+22
2023-05-16
wifi: iwlwifi: mvm: don't trust firmware n_channels
Johannes Berg
1
-0
/
+10
2023-05-16
wifi: iwlwifi: mvm: fix OEM's name in the tas approved list
Alon Giladi
1
-1
/
+1
2023-05-16
wifi: iwlwifi: fix OEM's name in the ppag approved list
Alon Giladi
1
-1
/
+1
2023-05-16
wifi: iwlwifi: mvm: fix initialization of a return value
Mukesh Sisodiya
1
-1
/
+1
2023-05-16
wifi: iwlwifi: mvm: fix access to fw_id_to_mac_id
Gregory Greenman
4
-2
/
+22
2023-05-16
wifi: iwlwifi: fw: fix DBGI dump
Johannes Berg
1
-8
/
+11
2023-05-16
wifi: iwlwifi: mvm: fix number of concurrent link checks
Johannes Berg
2
-9
/
+12
2023-05-16
wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock
Johannes Berg
1
-1
/
+1
2023-05-16
wifi: iwlwifi: mvm: don't double-init spinlock
Johannes Berg
1
-5
/
+5
2023-05-16
wifi: iwlwifi: mvm: always free dup_data
Johannes Berg
3
-5
/
+3
2023-05-16
wifi: mac80211: recalc chanctx mindef before assigning
Johannes Berg
1
-0
/
+3
2023-05-16
wifi: mac80211: consider reserved chanctx for mindef
Johannes Berg
3
-30
/
+47
2023-05-16
wifi: mac80211: simplify chanctx allocation
Johannes Berg
1
-1
/
+1
2023-05-16
wifi: mac80211: Abort running color change when stopping the AP
Michael Lee
1
-1
/
+2
2023-05-16
wifi: mac80211: fix min center freq offset tracing
Johannes Berg
1
-1
/
+1
2023-05-16
wifi: iwlwifi: mvm: rfi: disable RFI feature
Gregory Greenman
3
-5
/
+15
2023-05-16
wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()
Christophe JAILLET
1
-2
/
+2
2023-05-16
wifi: mac80211: fortify the spinlock against deadlock by interrupt
Mirsad Goran Todorovac
1
-2
/
+3
2023-05-16
wifi: cfg80211: Drop entries with invalid BSSIDs in RNR
Ilan Peer
1
-1
/
+5
2023-05-16
iavf: send VLAN offloading caps once after VFR
Ahmed Zaki
1
-5
/
+0
[next]