Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
202975b4c522c197e4e2269d389aafbf056a4c37
/
drivers
/
net
/
ethernet
/
intel
202975b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
a24006e
ptp: Enable clock drivers along with associated net/PHY drivers
by Ben Hutchings
· 12 years ago
42a7cce
ptp: Make PTP_1588_CLOCK select rather than depend on PPS
by Ben Hutchings
· 12 years ago
c562830
pps, ptp: Remove dependencies on EXPERIMENTAL
by Ben Hutchings
· 12 years ago
ac56558
e1000: fix concurrent accesses to PHY from watchdog and ethtool
by Maxime Bizon
· 12 years ago
ede4126
igb: Fix EEPROM writes via ethtool on i210
by Carolyn Wyborny
· 12 years ago
09e7728
igb: Add function to read i211's invm version
by Carolyn Wyborny
· 12 years ago
40b2012
igb: Remove workaround for EEE configuration on i210/I211
by Carolyn Wyborny
· 12 years ago
3af3361
ixgbe: fix default setting of TXDCTL.WTHRESH
by Emil Tantilov
· 12 years ago
3645adb
ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_event
by Jacob Keller
· 12 years ago
810b6d7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
815cccb
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
by John Fastabend
· 12 years ago
ac61d51
igb: Fix sparse warning in igb_ptp_rx_pktstamp
by Alexander Duyck
· 12 years ago
0b1a6f2
igb: Update firmware version info for ethtool output.
by Carolyn Wyborny
· 12 years ago
9f0b851
igb: Enable auto-crossover during forced operation on 82580 and above.
by Matthew Vick
· 12 years ago
91ffb8e
igbvf: Check for error on dma_map_single call
by Greg Rose
· 12 years ago
f9d08f16
ixgbevf: Do not forward LLDP type frames
by Greg Rose
· 12 years ago
f42df16
ixgbe: reduce PTP rx path overhead
by Jiri Benc
· 12 years ago
39ac868
ixgbe: add/update descriptor maps in comments
by Josh Hay
· 12 years ago
f4de00e
ixgbe: Do not decrement budget in ixgbe_clean_rx_irq
by Alexander Duyck
· 12 years ago
3970c32
ixgbe: Return success or failure on VF MAC filter set
by Greg Rose
· 12 years ago
ec74a47
ixgbe: clean up the condition for turning on/off the laser
by Emil Tantilov
· 12 years ago
b3343a2
net, ixgbe: handle link local multicast addresses in SR-IOV mode
by John Fastabend
· 12 years ago
a301340
ixgbe: Fix return value from macvlan filter function
by Greg Rose
· 12 years ago
d7bbcd3
ixgbe: Add support for pipeline reset
by Don Skidmore
· 12 years ago
1b3d2d7
ixgbevf: Update version string
by Greg Rose
· 12 years ago
55fdd45b
ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lock
by John Fastabend
· 12 years ago
6132ee8
ixgbevf: Check for error on dma_map_single call
by Greg Rose
· 12 years ago
f447770
ixgbevf: make netif_napi_add and netif_napi_del symmetric
by John Fastabend
· 12 years ago
3db7380
igb: Update version
by Carolyn Wyborny
· 12 years ago
59f3010
igb: Update get cable length function for i210/i211
by Carolyn Wyborny
· 12 years ago
6e97c17
e1000e: Minimum packet size must be 17 bytes
by Tushar Dave
· 12 years ago
1f4702a
ixgbe: Fix possible memory leak in ixgbe_set_ringparam
by Alexander Duyck
· 12 years ago
de52a12
ixgbe: Add function ixgbe_reset_pipeline_82599
by Don Skidmore
· 12 years ago
505e3718
ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len
by Alexander Duyck
· 12 years ago
71a49f7
ixgbe: Correcting small packet padding
by Tushar Dave
· 12 years ago
51a1f72
ixgbe: using is_zero_ether_addr() to simplify the code
by Wei Yongjun
· 12 years ago
1a71ab2
ixgbe: (PTP) refactor init, cyclecounter and reset
by Jacob Keller
· 12 years ago
f8a06c2
ixgbe: add WOL support for new subdevice id
by Emil Tantilov
· 13 years ago
56e9409
ixgbevf: Add VF DCB + SR-IOV support
by Alexander Duyck
· 13 years ago
bffb3bc
ixgbe: Enable support for VF API version 1.1 in the PF.
by Alexander Duyck
· 13 years ago
f591cd9
ixgbe: Add support for GET_QUEUES message to get DCB configuration
by Alexander Duyck
· 13 years ago
107d301
ixgbe: Add support for tracking the default user priority to SR-IOV
by Alexander Duyck
· 12 years ago
a048b40
ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlen
by Alexander Duyck
· 13 years ago
6a05004
igb: Split igb_update_dca into separate Tx and Rx functions
by Alexander Duyck
· 12 years ago
0c2cc02
igb: Move the calls to set the Tx and Rx queues into igb_open
by Alexander Duyck
· 12 years ago
5536d21
igb: Combine q_vector and ring allocation into a single function
by Alexander Duyck
· 12 years ago
de78d1f
igb: Lock buffer size at 2K even on systems with larger pages
by Alexander Duyck
· 12 years ago
2e334ee
igb: Move rx_buffer related code in Rx cleanup path into separate function
by Alexander Duyck
· 12 years ago
cbc8e55
igb: Map entire page and sync half instead of mapping and unmapping half pages
by Alexander Duyck
· 12 years ago
db2ee5b
igb: Combine post-processing of skb into a single function
by Alexander Duyck
· 12 years ago
1a1c225
igb: Do not use header split, instead receive all frames into a single buffer
by Alexander Duyck
· 12 years ago
b534550
igb: Split Rx timestamping into two separate functions
by Alexander Duyck
· 12 years ago
ea5ceea
igb: Correcting and improving small packet check and padding
by Tushar Dave
· 12 years ago
374c65d
ixgbe: Add mailbox API version negotiation support to ixgbe PF
by Alexander Duyck
· 13 years ago
58a02be
ixgbe: Move message handling routines into their own functions
by Alexander Duyck
· 13 years ago
872844d
ixgbe: Enable jumbo frames support w/ SR-IOV
by Alexander Duyck
· 13 years ago
245f292
ixgbe: Initialize q_vector cpu and affinity masks correctly
by Alexander Duyck
· 13 years ago
8edc0e6
e1000e: Change wthresh to 1 to avoid possible Tx stalls
by Hiroaki SHIMODA
· 12 years ago
16e310a
e1000e: add device IDs for i218
by Bruce Allan
· 12 years ago
c88887e
ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs
by Alexander Duyck
· 12 years ago
91e2b89
ixgbevf: Set the netdev number of Tx queues
by Greg Rose
· 12 years ago
df376f0
ixgbe: add support for X540-AT1
by joshua.a.hay@intel.com
· 12 years ago
4a97df0
ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bit
by Emil Tantilov
· 12 years ago
1cc92eb
ixgbe: fix PTP ethtool timestamping function
by Jacob Keller
· 12 years ago
db0677f
ixgbe: (PTP) Fix PPS interrupt code
by Jacob Keller
· 12 years ago
8208367
ixgbe: Fix PTP X540 SDP alignment code for PPS signal
by Jacob Keller
· 13 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
edc7d57
netlink: add attributes to fdb interface
by stephen hemminger
· 12 years ago
fdb2f9c
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2ddc7fe
ixgbevf: Return error on failure to enable VLAN
by Alexander Duyck
· 12 years ago
5c60f81
ixgbevf: Add fix to VF to handle multi-descriptor buffers
by Alexander Duyck
· 12 years ago
ac6ed8f
ixgbevf: Fix AIM (Adaptive Interrupt Moderation)
by Greg Rose
· 12 years ago
b3d58a8
ixgbevf - Remove unused parameter in ixgbevf_receive_skb
by Narendra K
· 13 years ago
0584d99
ixgbe: Do not read the spoofed packets counter when not in IOV mode
by Greg Rose
· 13 years ago
4b2cd27
ixgbevf: Fix code for handling timeout
by Alexander Duyck
· 13 years ago
1ef7615
ptp: link the phc device to its parent device
by Richard Cochran
· 12 years ago
c9f14bf3
igb: Use dma_unmap_addr and dma_unmap_len defines
by Alexander Duyck
· 12 years ago
a57fe23
igb: Simplify how we populate the RSS key
by Alexander Duyck
· 12 years ago
797fd4b
igb: Change how we populate the RSS indirection table
by Alexander Duyck
· 12 years ago
f412878
igb: Change Tx cleanup loop to do/while instead of for
by Alexander Duyck
· 12 years ago
f33005a
igb: Remove logic that was doing NUMA pseudo-aware allocations
by Alexander Duyck
· 12 years ago
3dbdf96
igb: Fix stats output on i210/i211 parts.
by Carolyn Wyborny
· 12 years ago
f557147
igb: Change how we check for pre-existing and assigned VFs
by Stefan Assmann
· 12 years ago
012dc19
ixgbevf: scheduling while atomic in reset hw path
by John Fastabend
· 12 years ago
3118678
ixgbevf: Add support for VF API negotiation
by Alexander Duyck
· 13 years ago
e546111
igb: Support to enable EEE on all eee_supported devices
by Akeem G. Abodunrin
· 12 years ago
ae1c07a
igb: Remove artificial restriction on RQDPC stat reading
by Alexander Duyck
· 13 years ago
6b6e272
netdev: make address const in device address management
by stephen hemminger
· 12 years ago
59d86c7
e1000: Small packets may get corrupted during padding by HW
by Tushar Dave
· 12 years ago
e57b8bd
igb: Add 1588 support to I210/I211.
by Matthew Vick
· 13 years ago
1f6e817
igb: Prevent dropped Tx timestamps via work items and interrupts.
by Matthew Vick
· 12 years ago
201987e
igb: Store the MAC address in the name in the PTP struct.
by Matthew Vick
· 13 years ago
a918802
igb: Correct PTP support query from ethtool.
by Matthew Vick
· 12 years ago
a79f4f8
igb: Update PTP function names/variables and locations.
by Matthew Vick
· 13 years ago
3c89f6d
igb: Tidy up wrapping for CONFIG_IGB_PTP.
by Matthew Vick
· 13 years ago
4ffdf91
ixgbe: Improve statistics accuracy for DDP traffic
by Mark Rustad
· 13 years ago
91fbd8f
ixgbe: added reg_ops file to debugfs
by Catherine Sullivan
· 13 years ago
826ff0d
ixgbe: added netdev_ops file to debugfs
by Catherine Sullivan
· 13 years ago
Next »