index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-01
net: ll_temac: Fix and simplify error handling by using devres functions
Esben Haabendal
3
-42
/
+22
2019-05-01
net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()
YueHaibing
1
-1
/
+1
2019-05-01
netdevsim: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2019-05-01
sfc: mcdi_port: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-05-01
net: aquantia: remove outdated device ids
Nikita Danilov
3
-12
/
+0
2019-05-01
net: aquantia: fixups on 64bit dma counters
Dmitry Bogdanov
6
-64
/
+36
2019-05-01
net: aquantia: get total counters from DMA block
Dmitry Bogdanov
1
-4
/
+5
2019-05-01
net: aquantia: fetch up to date statistics on ethtool request
Dmitry Bogdanov
1
-1
/
+8
2019-05-01
net: aquantia: extract timer cb into work job
Igor Russkikh
2
-6
/
+20
2019-05-01
net: aquantia: introduce fwreq mutex
Nikita Danilov
4
-10
/
+42
2019-05-01
net: aquantia: user correct MSI irq type
Igor Russkikh
1
-1
/
+1
2019-05-01
net: aquantia: use macros for better visibility
Igor Russkikh
2
-8
/
+8
2019-05-01
net: aquantia: improve ifup link detection
Igor Russkikh
1
-2
/
+1
2019-05-01
net: aquantia: link status irq handling
Igor Russkikh
4
-19
/
+50
2019-05-01
net: aquantia: create global service workqueue
Nikita Danilov
4
-1
/
+56
2019-05-01
net: aquantia: link interrupt handling function
Igor Russkikh
1
-0
/
+14
2019-05-01
net: aquantia: add link interrupt fields
Igor Russkikh
2
-1
/
+4
2019-05-01
net: aquantia: implement hwmon api for chip temperature
Yana Esina
4
-0
/
+144
2019-05-01
net: aquantia: add infrastructure to readout chip temperature
Yana Esina
3
-0
/
+39
2019-04-30
r8169: remove manual autoneg restart workaround
Heiner Kallweit
1
-8
/
+0
2019-04-30
r8169: add rtl_reset_packet_filter
Heiner Kallweit
1
-13
/
+12
2019-04-30
r8169: add helpers rtl_eri_set/clear_bits
Heiner Kallweit
1
-36
/
+40
2019-04-30
r8169: make ERIAR_EXGMAC the default in eri functions
Heiner Kallweit
1
-114
/
+108
2019-04-30
net: dsa: mv88e6060: Remove support for legacy probing
Andrew Lunn
2
-40
/
+2
2019-04-30
net: dsa: mv88e6060: Support probing as an mdio device
Andrew Lunn
1
-1
/
+58
2019-04-30
net: dsa: b53: Use vlan_filtering property from dsa_switch
Vladimir Oltean
2
-4
/
+2
2019-04-30
net: dsa: b53: Let DSA call .port_vlan_filtering only when necessary
Vladimir Oltean
1
-2
/
+2
2019-04-30
net: dsa: mt7530: Use the DSA vlan_filtering helper function
Vladimir Oltean
2
-12
/
+5
2019-04-30
net: dsa: mt7530: Let DSA handle the unsetting of vlan_filtering
Vladimir Oltean
1
-2
/
+2
2019-04-30
net: dsa: b53: Let DSA handle mismatched VLAN filtering settings
Vladimir Oltean
1
-18
/
+7
2019-04-29
net: phy: micrel: make sure the factory test bit is cleared
Antoine Tenart
1
-1
/
+14
2019-04-28
net: phy: avoid unneeded MDIO reads in genphy_read_status
Heiner Kallweit
1
-1
/
+5
2019-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
14
-14
/
+18
2019-04-27
cxgb4: Delete all hash and TCAM filters before resource cleanup
Vishal Kulkarni
2
-11
/
+33
2019-04-27
net: dsa: mv88e6xxx: Remove legacy probe support
Andrew Lunn
1
-70
/
+1
2019-04-27
net: dsa: mv88e6060: Replace REG_READ macro
Andrew Lunn
1
-13
/
+7
2019-04-27
net: dsa: mv88e6060: Replace REG_WRITE macro
Andrew Lunn
1
-32
/
+41
2019-04-27
net: dsa: mv88e6060: Replace ds with priv
Andrew Lunn
2
-21
/
+23
2019-04-27
net: dsa: mv88e6060: Add SPDX header
Andrew Lunn
1
-5
/
+1
2019-04-27
ibmvnic: Add device identification to requested IRQs
Murilo Fossa Vicentini
2
-4
/
+11
2019-04-27
cpsw: Put back cpsw_ndo_poll_controller()
David S. Miller
1
-0
/
+12
2019-04-27
net: ethernet: ti: cpsw: move ethtool func in separate file
Grygorii Strashko
4
-725
/
+769
2019-04-27
net: ethernet: ti: cpsw: switch to use mac sl api
Grygorii Strashko
4
-42
/
+34
2019-04-27
net: ethernet: ti: cpsw: introduce mac sl module api
Grygorii Strashko
2
-0
/
+401
2019-04-27
net: ethernet: ti: cpsw: move common hw init code in separate func
Grygorii Strashko
4
-102
/
+139
2019-04-27
net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...
Grygorii Strashko
1
-2
/
+2
2019-04-27
net: ethernet: ti: cpsw: move cpsw definitions in priv header
Grygorii Strashko
2
-426
/
+438
2019-04-27
net: ethernet: ti: cpsw: refactor probe to group common hw initialization
Grygorii Strashko
1
-116
/
+97
2019-04-27
net: ethernet: ti: davinci_mdio: use devm_ioremap()
Grygorii Strashko
1
-1
/
+1
2019-04-27
net: ethernet: ti: ale: do not auto delete mcast super entries
Grygorii Strashko
1
-0
/
+3
[next]