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-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
131
-143
/
+10
2016-10-12
drivers: net: xgene: fix: Use GPIO to get link status
Iyappan Subramanian
3
-3
/
+23
2016-10-12
net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-30
/
+40
2016-10-12
net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-17
/
+25
2016-10-12
net: ti: cpsw: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-7
/
+10
2016-10-12
net: stmmac: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-41
/
+56
2016-10-12
net: stmmac: use phydev from struct net_device
Philippe Reynes
4
-33
/
+30
2016-10-12
net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-31
/
+53
2016-10-12
net: mv643xx_eth: use phydev from struct net_device
Philippe Reynes
1
-45
/
+43
2016-10-11
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
4
-4
/
+0
2016-10-11
kthread: kthread worker API cleanup
Petr Mladek
1
-5
/
+5
2016-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-954
/
+1043
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-16
/
+10
2016-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
12
-44
/
+111
2016-10-09
be2net: Enable VF link state setting for BE3
Suresh Reddy
1
-1
/
+1
2016-10-09
be2net: Fix TX stats for TSO packets
Sriharsha Basavapatna
1
-2
/
+12
2016-10-09
be2net: Update Copyright string in be_hw.h
Sriharsha Basavapatna
1
-1
/
+1
2016-10-09
be2net: NCSI FW section should be properly updated with ethtool for BE3
Sriharsha Basavapatna
1
-1
/
+23
2016-10-09
be2net: Provide an alternate way to read pf_num for BEx chips
Sriharsha Basavapatna
2
-1
/
+10
2016-10-08
Merge branch 'work.const-qstr' into work.misc
Al Viro
3
-16
/
+10
2016-10-07
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
5
-6
/
+338
2016-10-08
wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
Christophe Jaillet
1
-4
/
+4
2016-10-07
net: macb: NULL out phydev after removing mdio bus
Nathan Sullivan
1
-0
/
+1
2016-10-07
xen-netback: make sure that hashes are not send to unaware frontends
Paul Durrant
1
-11
/
+9
2016-10-07
iw_cxgb4: add fast-path for small REG_MR operations
Steve Wise
1
-0
/
+1
2016-10-07
cxgb4: advertise support for FR_NSMR_TPTE_WR
Steve Wise
4
-0
/
+10
2016-10-07
IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets
Jack Morgenstein
1
-4
/
+9
2016-10-06
drivers: net: phy: Correct duplicate MDIO_XGENE entry
Laura Abbott
1
-7
/
+1
2016-10-06
ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEM
Geert Uytterhoeven
1
-0
/
+1
2016-10-06
net: ethernet: mediatek: get hw lro capability by the chip id instead of by t...
Nelson Chang
2
-2
/
+13
2016-10-06
net: ethernet: mediatek: get the chip id by ETHDMASYS registers
Nelson Chang
2
-0
/
+34
2016-10-06
net: bgmac: Fix errant feature flag check
Jon Mason
1
-1
/
+1
2016-10-06
net: phy: Add Wake-on-LAN driver for Microsemi PHYs.
Raju Lakkaraju
1
-0
/
+128
2016-10-06
drivers: net: cpsw-phy-sel: add support to configure rgmii internal delay
Mugunthan V N
1
-0
/
+14
2016-10-06
net: hns: Add missing \n to end of dev_err messages, tidy up text
Colin Ian King
1
-11
/
+11
2016-10-06
net: ps3_gelic: Add missing \n to end of deb_dbg message
Colin Ian King
1
-1
/
+1
2016-10-06
net: axienet: Add missing \n to end of dev_err messages
Colin Ian King
1
-2
/
+2
2016-10-06
xen/netback: add fraglist support for to-guest rx
Ross Lagerwall
2
-10
/
+30
2016-10-06
xen-netback: batch copies for multiple to-guest rx packets
David Vrabel
2
-10
/
+18
2016-10-06
xen-netback: process guest rx packets in batches
David Vrabel
1
-1
/
+14
2016-10-06
xen-netback: immediately wake tx queue when guest rx queue has space
David Vrabel
1
-16
/
+8
2016-10-06
xen-netback: refactor guest rx
David Vrabel
2
-384
/
+215
2016-10-06
xen-netback: retire guest rx side prefix GSO feature
Paul Durrant
4
-50
/
+2
2016-10-06
xen-netback: separate guest side rx code into separate module
Paul Durrant
3
-755
/
+790
2016-10-06
Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linux
David S. Miller
10
-116
/
+132
2016-10-05
phy: micrel.c: Enable ksz9031 energy-detect power-down mode
Mike Looijmans
1
-0
/
+21
2016-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
700
-17554
/
+72839
2016-10-04
mlxsw: switchx2: Fix misuse of hard_header_len
Yotam Gigi
1
-1
/
+1
2016-10-04
mlxsw: spectrum: Fix misuse of hard_header_len
Yotam Gigi
1
-1
/
+1
2016-10-04
fsl/fman: remove leftover comment
Madalin Bucur
1
-4
/
+0
[next]