Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6b4d8d9fd1acb9ff230810793b363dbdb267b892
/
drivers
/
net
6b4d8d9
mlx4_en: Adjusting moderation per each ring
by Alexander Guller
· 13 years ago
fe0af03
mlx4_en: Removing reserve vectors
by Alexander Guller
· 13 years ago
76532d0
mlx4_en: Assigning TX irq per ring
by Alexander Guller
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
1d0861a
Add ethtool -g support to 8139cp
by Rick Jones
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
d5b1d8c
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 13 years ago
ebe42d1
igb: consolidate creation of Tx buffer info and data descriptor
by Alexander Duyck
· 13 years ago
2bbfebe
igb: Combine all flag info fields into a single tx_flags structure
by Alexander Duyck
· 13 years ago
31f6adb
igb: Cleanup protocol handling in transmit path
by Alexander Duyck
· 13 years ago
e032afc
igb: Create separate functions for generating cmd_type and olinfo
by Alexander Duyck
· 13 years ago
8542db0
igb: Make first and tx_buffer_info->next_to_watch into pointers
by Alexander Duyck
· 13 years ago
7d13a7d
igb: Consolidate creation of Tx context descriptors into a single function
by Alexander Duyck
· 13 years ago
0603464
igb: split buffer_info into tx_buffer_info and rx_buffer_info
by Alexander Duyck
· 13 years ago
13fde97
igb: Make Tx budget for NAPI user adjustable
by Alexander Duyck
· 13 years ago
b64e9dd
e1000e: bad short packets received when jumbos enabled on 82579
by Bruce Allan
· 13 years ago
0ef4eed
e1000: convert to private mutex from rtnl
by Jesse Brandeburg
· 13 years ago
4e0d8f7d
e1000: convert mdelay to msleep
by Jesse Brandeburg
· 13 years ago
a4010af
e1000: convert hardware management from timers to threads
by Jesse Brandeburg
· 13 years ago
19d478b
ixgbe: bump version number
by Don Skidmore
· 13 years ago
5d6bcdf
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
by Ian Campbell
· 13 years ago
e878d78
virtio-net: Verify page list size before fitting into skb
by Sasha Levin
· 13 years ago
45b5846
igb: Alternate MAC Address Updates for Func2&3
by Akeem G. Abodunrin
· 13 years ago
6538ee6
igb: Alternate MAC Address EEPROM Updates
by Akeem G. Abodunrin
· 13 years ago
76d0652
igb: Code to prevent overwriting SFP I2C
by Akeem G. Abodunrin
· 13 years ago
6b8456c
ixgbe: X540 devices RX PFC frames pause traffic even if disabled
by John Fastabend
· 13 years ago
4de2a02
ixgbe: DCB X540 devices support max traffic class of 4
by John Fastabend
· 13 years ago
32701dc
ixgbe: fixup hard dependencies on supporting 8 traffic classes
by John Fastabend
· 13 years ago
2ad30e2
ixgbe: Fix PFC mask generation
by Mark Rustad
· 13 years ago
462d599
e1000e: WoL fails on device ID 0x1501
by Bruce Allan
· 13 years ago
03299e4
e1000e: WoL can fail on 82578DM
by Bruce Allan
· 13 years ago
f0cd7bd
bnx2x: remove some dead code
by Dan Carpenter
· 13 years ago
01139222
chelsio: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
6a930b9f
cxgb3: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
5dc3e19
myri10ge: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
01c6802
xen: netfront: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
ea066ad
xen: netback: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
94d60a7
vxge: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
3e7307f
ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599
by Emil Tantilov
· 13 years ago
860502b
ixgbe: get pauseparam autoneg
by Mika Lansirinne
· 13 years ago
837617a
ixgbe: do not disable flow control in ixgbe_check_mac_link
by Emil Tantilov
· 13 years ago
217995e
ixgbe: send MFLCN to ethtool
by Emil Tantilov
· 13 years ago
7d14528
ixgbe: add support for new 82599 device
by Emil Tantilov
· 13 years ago
2466dd9
ixgbe: fix driver version initialization in firmware
by Jacob Keller
· 13 years ago
e1befd7
ixgbe: remove return code for functions that always return 0
by Emil Tantilov
· 13 years ago
3fbaa3a
ixgbe: clear the data field in ixgbe_read_i2c_byte_generic
by Emil Tantilov
· 13 years ago
7edebf9
ixgbe: prevent link checks while resetting
by Emil Tantilov
· 13 years ago
8ce9d6c
e1000e: make function tables const
by Jeff Kirsher
· 13 years ago
cb2d0f3
macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode
by David Ward
· 13 years ago
70f143812
bna: Multiple Definition and Interface Setup Fix
by Rasesh Mody
· 13 years ago
83e1b91
NET: white space/coding style cleanup of asix driver
by Grant Grundler
· 13 years ago
610d885
NET: fix phy init for Asix AX88178 USB (GigE)
by Grant Grundler
· 13 years ago
4ad1438
NET: fix phy init for AX88772 USB ethernet
by Grant Grundler
· 13 years ago
805e969
pch_gbe: Fixed the issue on which a network freezes
by Toshiharu Okada
· 13 years ago
5f3a114
pch_gbe: Fixed the issue on which PC was frozen when link was downed.
by Toshiharu Okada
· 13 years ago
d0e5d83
net: xen-netback: correctly restart Tx after a VM restore/migrate
by David Vrabel
· 13 years ago
a355d86
tehuti: shorten PCI device table.
by françois romieu
· 13 years ago
5d472b7
drivers/net/ethernet: remove unused #define.
by françois romieu
· 13 years ago
141b9e6
rtl8150: removal of forward declarations.
by françois romieu
· 13 years ago
3235de1
sc92031: use standard #defines from mii.h.
by françois romieu
· 13 years ago
7880b72
bnx2: don't request firmware when there's no userspace.
by françois romieu
· 13 years ago
0654011
net: sh_eth: fix build failure
by Yoshihiro Shimoda
· 13 years ago
a0db2da
bonding: properly stop queuing work when requested
by Andy Gospodarek
· 13 years ago
3de0945
be2net: Making die temperature ioctl call async
by Somnath Kotur
· 13 years ago
5a56eb1
be2net: Modified PCI MaxReadReq size to 4096 bytes
by Somnath Kotur
· 13 years ago
92aa921
be2net: Fixed Endianness issues in the response read log length field while retrieving FAT data
by Somnath Kotur
· 13 years ago
9ae081c
be2net: Change the data type of the 'on die temperature' stat.
by Somnath Kotur
· 13 years ago
3ab81b5
be2net: Add 60 second delay to allow FAT dump completion on recovery from EEH
by Somnath Kotur
· 13 years ago
76231e0
netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking.
by David Daney
· 13 years ago
6fe3264
netdev/phy: Use mdiobus_read() so that proper locks are taken.
by David Daney
· 13 years ago
8e00f5f
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
56fd49e
bna: Driver Version changed to 3.0.2.2
by Rasesh Mody
· 13 years ago
5bcf6ac
bna: Add Callback to Fix RXQ Stop
by Rasesh Mody
· 13 years ago
aafd5c2
bna: PLL Init Fix and Add Stats Attributes
by Rasesh Mody
· 13 years ago
586b2816
bna: Brocade 1860 HW Enablement
by Rasesh Mody
· 13 years ago
1bf9fd70
bna: Implement FW Download for New HW
by Rasesh Mody
· 13 years ago
f391fda
bna: Capability Map and MFG Block Changes for New HW
by Rasesh Mody
· 13 years ago
be3a84d
bna: Brocade 1860 IOC PLL, Reg Defs and ASIC Mode Changes
by Rasesh Mody
· 13 years ago
3869f80
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 13 years ago
f9b491e
usbnet: add timestamping support
by Michael Riesch
· 13 years ago
7f5c6ad
net/fec: add poll controller function for fec nic
by Xiao Jiang
· 13 years ago
c7c83d1
net/fec: replace hardcoded irq num with macro
by Xiao Jiang
· 13 years ago
0ccb974
ixgbe: add ECC warning for legacy interrupts
by Don Skidmore
· 13 years ago
f3df98e
ixgbe: cleanup ixgbe_setup_gpie() for X540
by Don Skidmore
· 13 years ago
4f51bf7
ixgbe add thermal sensor support for x540 hardware
by Jacob Keller
· 13 years ago
9da712d
ixgbe: update {P}FC thresholds to account for X540 and loopback
by John Fastabend
· 13 years ago
934c18c
ixgbe: disable LLI for FCoE
by Vasu Dev
· 13 years ago
d5bf4f6
ixgbe: Cleanup q_vector interrupt throttle rate logic
by Emil Tantilov
· 13 years ago
dd1ed3b
ixgbevf: Fix broken trunk vlan
by Greg Rose
· 13 years ago
d5bc77a
e1000: don't enable dma receives until after dma address has been setup
by Dean Nelson
· 13 years ago
95de86c
ibmveth: Fix oops on request_irq failure
by Brian King
· 13 years ago
6482aa7
cxgb4: Fix EEH on IBM P7IOC
by Divy Le Ray
· 13 years ago
02715ed
dp83640: reduce driver noise
by Richard Cochran
· 13 years ago
2e11437
candev: allow SJW user setting for bittiming calculation
by Oliver Hartkopp
· 13 years ago
d4fa0e3
net: sh_eth: move the asm/sh_eth.h to include/linux/
by Yoshihiro Shimoda
· 13 years ago
ae70644
net: sh_eth: use ioremap()
by Yoshihiro Shimoda
· 13 years ago
fd734c6
can/sja1000: add driver for EMS PCMCIA card
by Oliver Hartkopp
· 13 years ago
2ef7b45
Merge git://github.com/davem330/net
by Linus Torvalds
· 13 years ago
0874073
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 13 years ago
b582ad8
Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless
by David S. Miller
· 13 years ago
Next »