index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
i40e: fix call of ndo_dflt_bridge_getlink()
Huaibin Wang
1
-1
/
+1
2016-10-27
i40e: disable MSI-X interrupts if we cannot reserve enough vectors
Guilherme G Piccoli
1
-0
/
+1
2016-10-27
i40e: Fix configure TCs after initial DCB disable
David Ertman
2
-27
/
+5
2016-10-27
ixgbe: fix panic when using macvlan with l2-fwd-offload enabled
Emil Tantilov
1
-4
/
+8
2016-10-27
net: bgmac: fix spelling mistake: "connecton" -> "connection"
Colin Ian King
1
-1
/
+1
2016-10-27
kalmia: avoid potential uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2016-10-27
macsec: Fix header length if SCI is added if explicitly disabled
Tobias Brunner
1
-8
/
+18
2016-10-27
ethernet: fix min/max MTU typos
Stefan Richter
2
-2
/
+2
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
4
-6
/
+6
2016-10-27
genetlink: statically initialize families
Johannes Berg
4
-35
/
+55
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
4
-4
/
+0
2016-10-27
at803x: double check SGMII side autoneg
Zefir Kurtisi
1
-0
/
+39
2016-10-27
Revert "at803x: fix suspend/resume for SGMII link"
Zefir Kurtisi
1
-26
/
+0
2016-10-27
Merge tag 'iwlwifi-next-for-kalle-2016-10-25-2' of git://git.kernel.org/pub/s...
Kalle Valo
12
-75
/
+249
2016-10-27
brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap
Arnd Bergmann
1
-1
/
+1
2016-10-27
Merge tag 'iwlwifi-for-kalle-2015-10-25' of git://git.kernel.org/pub/scm/linu...
Kalle Valo
9
-53
/
+128
2016-10-27
wireless: deprecate WDS and disable by default
Johannes Berg
5
-2
/
+27
2016-10-26
netvsc: fix incorrect receive checksum offloading
Stephen Hemminger
1
-8
/
+11
2016-10-26
net: netcp: add missing of_node_put() in netcp_probe()
Wei Yongjun
1
-0
/
+4
2016-10-26
net: ena: use setup_timer() and mod_timer()
Wei Yongjun
1
-6
/
+3
2016-10-26
amd-xgbe: Fix error return code in xgbe_probe()
Wei Yongjun
1
-0
/
+1
2016-10-26
net: ns83820: use dev_kfree_skb_irq instead of kfree_skb
Wei Yongjun
1
-1
/
+1
2016-10-26
net: eth: altera: Fix error return code in altera_tse_probe()
Wei Yongjun
1
-0
/
+2
2016-10-26
net: dsa: mv88e6xxx: use setup_timer to simplify the code
Wei Yongjun
1
-3
/
+2
2016-10-26
net: netcp: drop kfree for memory allocated with devm_kzalloc
Wei Yongjun
1
-2
/
+0
2016-10-26
rocker: fix error return code in rocker_world_check_init()
Wei Yongjun
1
-1
/
+1
2016-10-26
net: phy: broadcom: Add support for BCM54612E
Xo Wang
1
-0
/
+48
2016-10-26
iwlwifi: mvm: use dev_coredumpsg()
Aviya Erenfeld
1
-45
/
+55
2016-10-26
iwlwifi: mvm: enable dynamic queue allocation mode
Liad Kaufman
1
-3
/
+2
2016-10-24
docs: fix locations of several documents that got moved
Mauro Carvalho Chehab
1
-1
/
+1
2016-10-23
net: fec: Call swap_buffer() prior to IP header alignment
Fabio Estevam
1
-3
/
+3
2016-10-23
bnx2x: Use the correct divisor value for PHC clock readings.
Sudarsana Reddy Kalluru
1
-1
/
+1
2016-10-23
mlxsw: Convert resources into array
Jiri Pirko
8
-190
/
+223
2016-10-23
mlxsw: cmd: Push resource query defines to cmd.h
Jiri Pirko
2
-6
/
+9
2016-10-23
mlxsw: reg: Generare register names automatically
Jiri Pirko
1
-123
/
+73
2016-10-23
mlxsw: reg: Use helper macro to define registers
Jiri Pirko
1
-240
/
+66
2016-10-23
mlxsw: item: Make char *buf arg constant for getters
Jiri Pirko
4
-19
/
+23
2016-10-23
mlxsw: item: Make struct mlxsw_item args const
Jiri Pirko
1
-12
/
+15
2016-10-22
qede: Fix incorrrect usage of APIs for un-mapping DMA memory
Manish Chopra
2
-6
/
+6
2016-10-22
qed: Zero-out the buffer paased to dcbx_query() API
Sudarsana Reddy Kalluru
1
-0
/
+2
2016-10-22
qede: Reconfigure rss indirection direction table when rss count is updated
Sudarsana Reddy Kalluru
1
-0
/
+7
2016-10-22
qed*: Reduce the memory footprint for Rx path
Sudarsana Reddy Kalluru
2
-1
/
+2
2016-10-22
qede: Loopback implementation should ignore the normal traffic
Sudarsana Reddy Kalluru
3
-35
/
+49
2016-10-22
qede: Do not allow RSS config for 100G devices
Sudarsana Reddy Kalluru
1
-0
/
+6
2016-10-22
qede: get_channels() need to populate max tx/rx coalesce values
Sudarsana Reddy Kalluru
1
-0
/
+2
2016-10-22
net: dsa: bcm_sf2: Do not rely on kexec_in_progress
Florian Fainelli
1
-2
/
+3
2016-10-21
hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()
Vitaly Kuznetsov
1
-0
/
+7
2016-10-20
net: use core MTU range checking in misc drivers
Jarod Wilson
5
-20
/
+10
2016-10-20
net: use core MTU range checking in virt drivers
Jarod Wilson
6
-26
/
+29
2016-10-20
net: use core MTU range checking in core net infra
Jarod Wilson
7
-88
/
+74
[prev]
[next]