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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-23
net: phy: sfp: make the i2c-bus dt property mandatory
Antoine Tenart
1
-13
/
+15
2018-05-23
net: phy: sfp: warn the user when no tx_disable pin is available
Antoine Tenart
1
-0
/
+9
2018-05-23
nfp: assign vNIC id as phys_port_name of vNICs which are not ports
Jakub Kicinski
5
-7
/
+30
2018-05-23
nfp: use split in naming of PCIe PF ports
Jakub Kicinski
3
-1
/
+11
2018-05-23
nfp: abm: force Ethternet port up
Jakub Kicinski
3
-0
/
+18
2018-05-23
nfp: abm: spawn port netdevs
Jakub Kicinski
4
-20
/
+225
2018-05-23
nfp: add devlink_eswitch_mode_set callback
Jakub Kicinski
2
-0
/
+22
2018-05-23
nfp: add app pointer to port representors
Jakub Kicinski
1
-0
/
+2
2018-05-23
nfp: abm: create project-specific vNIC structure
Jakub Kicinski
6
-4
/
+186
2018-05-23
nfp: abm: add initial active buffer management NIC skeleton
Jakub Kicinski
6
-0
/
+155
2018-05-23
nfp: core: allow 4-byte aligned accesses to Memory Units
Jakub Kicinski
1
-50
/
+44
2018-05-23
nfp: add shared buffer configuration
Jakub Kicinski
6
-1
/
+294
2018-05-23
nfp: add support for per-PCI PF mailbox
Jakub Kicinski
3
-0
/
+173
2018-05-23
nfp: move rtsym helpers to pf code
Jakub Kicinski
3
-48
/
+51
2018-05-22
qedi: Add get_generic_tlv_data handler.
Manish Rangankar
1
-0
/
+16
2018-05-22
qedi: Add support for populating ethernet TLVs.
Manish Rangankar
3
-0
/
+191
2018-05-22
qedf: Add get_generic_tlv_data handler.
Chad Dupuis
2
-0
/
+18
2018-05-22
qedf: Add support for populating ethernet TLVs.
Chad Dupuis
4
-1
/
+104
2018-05-22
qede: Add support for populating ethernet TLVs.
Sudarsana Reddy Kalluru
1
-0
/
+101
2018-05-22
qed: Add driver infrastucture for handling mfw requests.
Sudarsana Reddy Kalluru
3
-1
/
+160
2018-05-22
qed: Add support for processing iscsi tlv request.
Sudarsana Reddy Kalluru
2
-1
/
+134
2018-05-22
qed: Add support for processing fcoe tlv request.
Sudarsana Reddy Kalluru
2
-1
/
+831
2018-05-22
qed: Add support for tlv request processing.
Sudarsana Reddy Kalluru
5
-1
/
+443
2018-05-22
qed: Add MFW interfaces for TLV request support.
Sudarsana Reddy Kalluru
1
-0
/
+231
2018-05-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2
-199
/
+264
2018-05-22
mlxsw: spectrum_router: Add support for route append
David Ahern
1
-0
/
+2
2018-05-22
i40e: use the more traditional 'i' loop variable
Jacob Keller
1
-28
/
+28
2018-05-22
i40e: add function doc headers for ethtool stats functions
Jacob Keller
1
-0
/
+38
2018-05-22
i40e: update data pointer directly when copying to the buffer
Jacob Keller
1
-59
/
+58
2018-05-22
i40e: fold prefix strings directly into stat names
Jacob Keller
1
-68
/
+69
2018-05-22
i40e: use WARN_ONCE to replace the commented BUG_ON size check
Jacob Keller
1
-2
/
+4
2018-05-22
i40e: split i40e_get_strings() into smaller functions
Jacob Keller
1
-83
/
+100
2018-05-22
i40e: always return all queue stat strings
Jacob Keller
1
-5
/
+17
2018-05-22
i40e: always return VEB stat strings
Jacob Keller
1
-29
/
+23
2018-05-22
i40e: free skb after clearing lock in ptp_stop
Jacob Keller
1
-1
/
+3
2018-05-21
ti: ethernet: davinci: Fix cast to int warnings
Florian Fainelli
1
-4
/
+4
2018-05-21
net: ethernet: davinci_emac: Fix printing of base address
Florian Fainelli
1
-2
/
+2
2018-05-21
net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk format
Florian Fainelli
1
-2
/
+2
2018-05-21
net: ethernet: ti: cpts: Fix timestamp print
Florian Fainelli
1
-1
/
+2
2018-05-21
ti: ethernet: cpdma: Use correct format for genpool_*
Florian Fainelli
1
-1
/
+1
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
72
-353
/
+697
2018-05-21
cxgb4: copy the length of cpl_tx_pkt_core to fw_wr
Ganesh Goudar
1
-15
/
+14
2018-05-21
net: ethernet: Sort Kconfig sourcing alphabetically
Florian Fainelli
1
-8
/
+8
2018-05-21
net: phy: phylink: Don't release NULL GPIO
Florian Fainelli
1
-1
/
+1
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-216
/
+286
2018-05-20
mv88e6xxx: Fix uninitialized variable warning.
David S. Miller
1
-1
/
+1
2018-05-20
net: dsa: mv88e6xxx: Add support for EEPROM via platform data
Andrew Lunn
2
-5
/
+8
2018-05-20
net: dsa: mv88e6xxx: Add minimal platform_data support
Andrew Lunn
1
-7
/
+49
2018-05-20
net: dsa: mv88e6xxx: Remove OF check for IRQ domain
Andrew Lunn
1
-3
/
+0
2018-05-20
sh_eth: fix typo in comment to BCULR write
Sergei Shtylyov
1
-1
/
+2
[next]