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-10-17
igc: Add HW initialization code
Sasha Neftin
10
-1
/
+819
2018-10-17
igc: Add transmit and receive fastpath and interrupt handlers
Sasha Neftin
4
-44
/
+1205
2018-10-17
igc: Add support for Tx/Rx rings
Sasha Neftin
8
-1
/
+1172
2018-10-17
igc: Add interrupt support
Sasha Neftin
4
-0
/
+1267
2018-10-17
igc: Add netdev
Sasha Neftin
4
-1
/
+534
2018-10-17
igc: Add support for PF
Sasha Neftin
9
-1
/
+442
2018-10-17
igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support
Sasha Neftin
6
-0
/
+212
2018-10-16
net: hns3: fix for multiple unmapping DMA problem
Fuyun Liang
1
-5
/
+8
2018-10-16
net: hns3: rename hns_nic_dma_unmap
Fuyun Liang
1
-7
/
+7
2018-10-16
net: hns3: add handling for big TX fragment
Fuyun Liang
1
-14
/
+31
2018-10-16
net: hns3: move DMA map into hns3_fill_desc
Peng Li
2
-26
/
+24
2018-10-16
net: hns3: remove hns3_fill_desc_tso
Peng Li
1
-39
/
+5
2018-10-16
qed: Prevent link getting down in case of autoneg-off.
Rahul Verma
1
-7
/
+33
2018-10-16
qede: Check available link modes before link set from ethtool.
Rahul Verma
1
-19
/
+45
2018-10-16
qed: Add supported link and advertise link to display in ethtool.
Rahul Verma
4
-55
/
+403
2018-10-16
qed: Added supported transceiver modes, speed capability and board config to ...
Rahul Verma
1
-1
/
+53
2018-10-16
qed: Align local and global PTT to propagate through the APIs.
Rahul Verma
5
-23
/
+35
2018-10-16
net: aquantia: make function aq_fw2x_update_stats static
YueHaibing
1
-1
/
+1
2018-10-15
net: phy: merge phy_start_aneg and phy_start_aneg_priv
Heiner Kallweit
1
-18
/
+3
2018-10-15
hv_netvsc: fix vf serial matching with pci slot info
Haiyang Zhang
1
-4
/
+11
2018-10-15
fore200e: fix missing unlock on error in bsq_audit()
Wei Yongjun
1
-0
/
+1
2018-10-15
bnxt_en: Add PCI ID for BCM57508 device.
Michael Chan
1
-0
/
+3
2018-10-15
bnxt_en: Add new NAPI poll function for 57500 chips.
Michael Chan
2
-4
/
+114
2018-10-15
bnxt_en: Refactor bnxt_poll_work().
Michael Chan
2
-11
/
+38
2018-10-15
bnxt_en: Add coalescing setup for 57500 chips.
Michael Chan
1
-0
/
+46
2018-10-15
bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.
Michael Chan
2
-43
/
+45
2018-10-15
bnxt_en: Add RSS support for 57500 chips.
Michael Chan
1
-4
/
+109
2018-10-15
bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.
Michael Chan
2
-10
/
+22
2018-10-15
bnxt_en: Allocate/Free CP rings for 57500 series chips.
Michael Chan
1
-5
/
+66
2018-10-15
bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.
Michael Chan
2
-6
/
+56
2018-10-15
bnxt_en: Add helper functions to get firmware CP ring ID.
Michael Chan
1
-11
/
+56
2018-10-15
bnxt_en: Allocate completion ring structures for 57500 series chips.
Michael Chan
2
-0
/
+67
2018-10-15
bnxt_en: Modify the ring reservation functions for 57500 series chips.
Michael Chan
1
-30
/
+97
2018-10-15
bnxt_en: Adjust MSIX and ring groups for 57500 series chips.
Michael Chan
1
-1
/
+8
2018-10-15
bnxt_en: Re-structure doorbells.
Michael Chan
4
-62
/
+171
2018-10-15
bnxt_en: Add 57500 new chip ID and basic structures.
Michael Chan
2
-15
/
+88
2018-10-15
bnxt_en: Configure context memory on new devices.
Michael Chan
1
-3
/
+120
2018-10-15
bnxt_en: Check context memory requirements from firmware.
Michael Chan
2
-8
/
+248
2018-10-15
bnxt_en: Add new flags to setup new page table PTE bits on newer devices.
Michael Chan
2
-2
/
+23
2018-10-15
bnxt_en: Refactor bnxt_ring_struct.
Michael Chan
2
-67
/
+77
2018-10-15
bnxt_en: Update interrupt coalescing logic.
Michael Chan
2
-21
/
+125
2018-10-15
bnxt_en: Add maximum extended request length fw message support.
Michael Chan
2
-7
/
+28
2018-10-15
bnxt_en: Add additional extended port statistics.
Michael Chan
3
-7
/
+121
2018-10-15
bnxt_en: Update firmware interface spec. to 1.10.0.3.
Michael Chan
2
-92
/
+224
2018-10-15
r8169: remove unneeded call to netif_stop_queue in rtl8169_net_suspend
Heiner Kallweit
1
-1
/
+0
2018-10-15
r8169: simplify rtl8169_set_magic_reg
Heiner Kallweit
1
-20
/
+12
2018-10-15
octeontx2-af: remove unused cgx_fwi_link_change
Arnd Bergmann
1
-17
/
+0
2018-10-15
nfp: devlink port split support for 1x100G CXP NIC
Ryan C Goodfellow
1
-3
/
+14
2018-10-15
dpaa2-eth: remove unused FD field
Ioana Radulescu
1
-2
/
+2
2018-10-15
dpaa2-eth: mark unused parameter in dpaa2_eth_tx_conf
Ioana Ciornei
1
-1
/
+1
[next]