Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c76cb6ed5431756071cc13635db70234597b9cf7
/
drivers
/
net
/
ethernet
/
intel
/
e1000
5add2f9
e1000: use new API ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
3111912
e1000: use disable_hardirq() for e1000_netpoll()
by WANG Cong
· 8 years ago
91c527a
ethernet/intel: use core min/max MTU checking
by Jarod Wilson
· 8 years ago
ae95d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
1f2f83f
e1000: call ndo_stop() instead of dev_close() when running offline selftest
by Stefan Assmann
· 9 years ago
a4605fe
e1000: Double Tx descriptors needed check for 82544
by Alexander Duyck
· 9 years ago
847a1d6
e1000: Do not overestimate descriptor counts in Tx pre-check
by Alexander Duyck
· 9 years ago
13a87c1
e1000: Elementary checkpatch warnings and checks removed
by Janusz Wolak
· 9 years ago
c619581
e1000: get rid of duplicate exit path
by Jean Sacren
· 9 years ago
f03fed6
e1000: fix kernel-doc argument being missing
by Jean Sacren
· 9 years ago
b6fad9f
e1000: fix a typo in the comment
by Jean Sacren
· 9 years ago
4e01f3a
e1000: clean up the checking logic
by Jean Sacren
· 9 years ago
a48954c
e1000: Remove checkpatch coding style errors
by Janusz Wolak
· 9 years ago
9eab46b
e1000: fix data race between tx_ring->next_to_clean
by Dmitriy Vyukov
· 9 years ago
e09b890
e1000: make eeprom read/write scheduler friendly
by Joern Engel
· 9 years ago
32b3e08
drivers/net/intel: use napi_complete_done()
by Jesse Brandeburg
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
3077232
e1000: remove dead e1000_init_eeprom_params calls
by Francois Romieu
· 9 years ago
6bf93ba
e1000: Replace e1000_free_frag with skb_free_frag
by Alexander Duyck
· 10 years ago
837a1db
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
by Alexander Duyck
· 10 years ago
dbedd44
ethernet: codespell comment spelling fixes
by Joe Perches
· 10 years ago
08e8331
e1000: add dummy allocator to fix race condition between mtu change and netpoll
by Sabrina Dubroca
· 10 years ago
f9c029d
e1000: call netif_carrier_off early on down
by Eliezer Tamir
· 10 years ago
8a4d0b9
net: e1000: support txtd update delay via xmit_more
by Florian Westphal
· 10 years ago
d5c7d7f
e1000: fix time comparison
by Asaf Vertz
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
67fd893
ethernet/intel: Use napi_alloc_skb
by Alexander Duyck
· 10 years ago
a94d9e2
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
by Alexander Duyck
· 10 years ago
a22bb0b
e1000: unset IFF_UNICAST_FLT on WMware 82545EM
by Francesco Ruggeri
· 10 years ago
de591c7
e1000: switch to napi_gro_frags api
by Florian Westphal
· 10 years ago
1380960
e1000: convert to build_skb
by Florian Westphal
· 10 years ago
580f321
e1000: rename struct e1000_buffer to e1000_tx_buffer
by Florian Westphal
· 10 years ago
93f0afe
e1000: add and use e1000_rx_buffer info for Rx
by Florian Westphal
· 10 years ago
2b294b1
e1000: perform copybreak ahead of DMA unmap
by Florian Westphal
· 10 years ago
2037110
e1000: move tbi workaround code into helper function
by Florian Westphal
· 10 years ago
4f0aeb1
e1000: move e1000_tbi_adjust_stats to where its used
by Florian Westphal
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
887a79f
e1000: e1000_ethertool.c coding style fixes
by Krzysztof Majzerowicz-Jaszcz
· 10 years ago
06f4d03
e1000: Fix TSO for non-accelerated vlan traffic
by Vlad Yasevich
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
4097ae9
e1000: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
537fae0
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
by Jiri Pirko
· 10 years ago
1aa65f4
e1000: Use time_after() for time comparison
by Manuel Schölling
· 11 years ago
c46d150
e1000: remove the check: skb->len<=0
by Yongjian Xu
· 11 years ago
9760822
e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpers
by Tobias Klauser
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
4a54b1e
e1000: remove open-coded skb_cow_head
by Francois Romieu
· 11 years ago
7dc8660
e1000: remove debug messages with function names
by Jakub Kicinski
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
74a1b1e
e1000: fix possible reset_task running after adapter down
by Vladimir Davydov
· 11 years ago
b2f963bf
e1000: fix lockdep warning in e1000_reset_task
by Vladimir Davydov
· 11 years ago
6a7d64e
e1000: prevent oops when adapter is being closed and reset simultaneously
by yzhu1
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
49a45a0
e1000: fix wrong queue idx calculation
by Hong Zhiguo
· 11 years ago
5ccc921
intel: Remove extern from function prototypes
by Joe Perches
· 11 years ago
9931a26
DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper
by Russell King
· 11 years ago
ede23fa
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d6b057b
e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings
by Christoph Paasch
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
6cfbd97
e1000: fix whitespace issues and multi-line comments
by Jeff Kirsher
· 12 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
9f9a12f
net/intel: remove __dev* attributes
by Bill Pemberton
· 12 years ago
d755814
treewide: fix typo of "suppport" in various comments
by Masanari Iida
· 12 years ago
ac56558
e1000: fix concurrent accesses to PHY from watchdog and ethtool
by Maxime Bizon
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 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
59d86c7
e1000: Small packets may get corrupted during padding by HW
by Tushar Dave
· 12 years ago
2f66fd3
e1000: add byte queue limits
by Otto Estuardo Solares Cabrera
· 12 years ago
3646f0e
netdev: make pci_error_handlers const
by Stephen Hemminger
· 12 years ago
c819bbd5
e1000: configure and read MDI settings
by Jesse Brandeburg
· 12 years ago
e10df2c
e1000: advertise transmit time stamping
by Richard Cochran
· 12 years ago
1aa8b47
drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers
by Ben Hutchings
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
7500673
e1000: Combining Bitwise OR in one expression.
by Tushar Dave
· 12 years ago
281a8f2
e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
by Sebastian Andrzej Siewior
· 13 years ago
17eea0d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8ce6909
e1000: Prevent reset task killing itself.
by Tushar Dave
· 13 years ago
a306085
e1000: look in the page and not in skb->data for the last byte
by Sebastian Andrzej Siewior
· 13 years ago
4af4a233
e1000: remove workaround for Errata 23 from jumbo alloc
by Sebastian Andrzej Siewior
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
dd7f5c9
e1000: Silence sparse warnings by correcting type
by Andrei Emeltchenko
· 13 years ago
eab467f
e1000: add transmit timestamping support
by Willem de Bruijn
· 13 years ago
e825b73
e1000: Support RX-ALL flag.
by Ben Greear
· 13 years ago
b3f4d59
intel: make wired ethernet driver message level consistent (rev2)
by stephen hemminger
· 13 years ago
52f5509
e1000: fix vlan processing regression
by Jiri Pirko
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
4679026
net: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
e29b5d8
v2 e1000: Neaten e1000_dump function
by Tushar Dave
· 13 years ago
542c3f4
e1000: Neaten e1000_config_dsp_after_link_change
by Joe Perches
· 13 years ago
b0d1562
e1000: Support RX-FCS flag.
by Ben Greear
· 13 years ago
11a78dc
e1000: Support sending custom Ethernet CRC.
by Ben Greear
· 13 years ago
Next »