index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-26
mac80211_hwsim: Extended Key ID API update
Alexander Wetzel
1
-6
/
+0
2019-07-26
mac80211: add tx dequeue function for process context
Erik Stromdahl
2
-0
/
+28
2019-07-26
lib80211: use crypto API ccm(aes) transform for CCMP processing
Ard Biesheuvel
2
-112
/
+87
2019-07-26
mac80211: remove unused and unneeded remove_sta_debugfs callback
Greg Kroah-Hartman
3
-11
/
+0
2019-07-26
iwlwifi: mvm: remove unused .remove_sta_debugfs callback
Greg Kroah-Hartman
1
-5
/
+0
2019-07-26
iwlwifi: dvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-25
/
+8
2019-07-26
mac80211: pass the vif to cancel_remain_on_channel
Emmanuel Grumbach
10
-15
/
+26
2019-07-26
mac80211_hwsim: Fix a typo in the name of function 'mac80211_hswim_he_capab()'
Christophe JAILLET
1
-2
/
+2
2019-07-26
net: mvneta: use devm_platform_ioremap_resource() to simplify code
Jisheng Zhang
1
-3
/
+1
2019-07-26
tipc: fix changeover issues due to large packet
Tuong Lien
3
-15
/
+155
2019-07-26
tipc: optimize link synching mechanism
Tuong Lien
4
-4
/
+44
2019-07-25
ptp: ptp_dte: remove redundant dev_err message
Ding Xiang
1
-4
/
+1
2019-07-25
mlxsw: spectrum_router: Increase scale of IPv6 nexthop groups
Ido Schimmel
1
-2
/
+2
2019-07-25
mlxsw: spectrum: Expose KVD size for Spectrum-2
Amit Cohen
1
-1
/
+21
2019-07-25
net: sfc: falcon: convert to i2c_new_dummy_device
Wolfram Sang
1
-7
/
+7
2019-07-25
mlx4: avoid large stack usage in mlx4_init_hca()
Arnd Bergmann
1
-27
/
+39
2019-07-25
qed: reduce maximum stack frame size
Arnd Bergmann
1
-19
/
+15
2019-07-25
r8169: improve rtl_set_rx_mode
Heiner Kallweit
1
-30
/
+22
2019-07-25
net/ixgbevf: fix a compilation error of skb_frag_t
Qian Cai
1
-2
/
+5
2019-07-24
selftests: mlxsw: Fix typo in qos_mc_aware.sh
Masanari Iida
1
-2
/
+2
2019-07-24
qlge: Fix build error without CONFIG_ETHERNET
YueHaibing
1
-1
/
+1
2019-07-24
r8169: fix a typo in a comment
Corentin Musard
1
-1
/
+1
2019-07-24
e1000e: add workaround for possible stalled packet
Kai-Heng Feng
2
-1
/
+11
2019-07-24
igc: Add more SKUs for i225 device
Sasha Neftin
3
-0
/
+9
2019-07-24
igc: Update the MAC reset flow
Sasha Neftin
2
-2
/
+2
2019-07-24
igc: Remove the unused field from a device specification structure
Sasha Neftin
1
-5
/
+0
2019-07-24
igc: Remove the polarity field from a PHY information structure
Sasha Neftin
1
-6
/
+0
2019-07-24
Build fixes for skb_frag_size conversion
Matthew Wilcox (Oracle)
6
-9
/
+9
2019-07-24
sfc-falcon: Use dev_get_drvdata where possible
Chuhong Yuan
2
-5
/
+5
2019-07-24
sfc: Use dev_get_drvdata where possible
Chuhong Yuan
2
-7
/
+7
2019-07-24
forcedeth: Use dev_get_drvdata where possible
Chuhong Yuan
1
-2
/
+1
2019-07-24
net: marvell: Use dev_get_drvdata where possible
Chuhong Yuan
2
-6
/
+3
2019-07-24
drivers: net: xgene: Remove acpi_has_method() calls
Kelsey Skunberg
3
-14
/
+13
2019-07-24
can: Add SPDX license identifiers for CAN subsystem
Oliver Hartkopp
8
-2
/
+8
2019-07-24
can: remove obsolete empty ioctl() handler
Oliver Hartkopp
4
-12
/
+2
2019-07-24
can: ti_hecc: use timestamp based rx-offloading
Jeroen Hofstee
1
-137
/
+54
2019-07-24
can: flexcan: add support for DT property 'wakeup-source'
Sean Nyekjaer
1
-0
/
+3
2019-07-24
dt-bindings: can: flexcan: add can wakeup property
Sean Nyekjaer
1
-0
/
+2
2019-07-24
can: flexcan: add support for PE clock source select
Dong Aisheng
1
-2
/
+12
2019-07-24
dt-bindings: can: flexcan: add PE clock source property to device tree
Dong Aisheng
1
-0
/
+8
2019-07-24
can: flexcan: implement can Runtime PM
Aisheng Dong
1
-38
/
+81
2019-07-24
can: Kconfig: correct history of the CAN protocol
Robert P. J. Day
1
-5
/
+6
2019-07-24
can: xilinx_can: clean up indentation issue
Colin Ian King
1
-1
/
+1
2019-07-24
can: xilinx_can: Add support for CANFD FD frames
Appana Durga Kedareswara rao
1
-16
/
+214
2019-07-24
can: xilinx_can: Add cantype parameter in xcan_devtype_data struct
Appana Durga Kedareswara rao
1
-0
/
+12
2019-07-24
can: xilinx_can: Fix flags field initialization for axi can and canps
Appana Durga Kedareswara rao
1
-0
/
+2
2019-07-24
can: xilinx_can: Fix kernel doc warnings
Appana Durga Kedareswara rao
1
-0
/
+6
2019-07-24
can: xilinx_can: Fix style issues
Appana Durga Kedareswara rao
1
-19
/
+22
2019-07-24
can: tcan4x5x: Add tcan4x5x driver to the kernel
Dan Murphy
3
-0
/
+542