Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8c2152286aabe753519d7627a2992625b97e4b20
/
drivers
/
net
/
ethernet
1f2149c
net: remove netdev_alloc_page and use __GFP_COLD
by Eric Dumazet
· 13 years ago
84b4050
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers
by Rick Jones
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
e348c5e
tg3: Add MDI-X reporting
by Matt Carlson
· 13 years ago
fa6b2aa
tg3: Restrict large prod ring cap devices
by Matt Carlson
· 13 years ago
513aa6e
tg3: Adjust BD replenish thresholds
by Matt Carlson
· 13 years ago
f3791cd
tg3: Make 1000Base-X FC resolution look like 1000T
by Matt Carlson
· 13 years ago
202ff1c
tg3: Fix advertisement handling
by Hiroaki SHIMODA
· 13 years ago
9205fd9
tg3: switch to build_skb() infrastructure
by Eric Dumazet
· 13 years ago
37f0702
net: Change mii to ethtool advertisement function names
by Matt Carlson
· 13 years ago
b8ffdbd
gianfar: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
cb50870
ksz884x: Use kzalloc rather than kmalloc followed by memset with 0
by Thomas Meyer
· 13 years ago
7a2da3d
ks8*/ksz8*: Casting (void *) value returned by kmalloc is useless
by Thomas Meyer
· 13 years ago
efd0bf9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
505a467
net-forcedeth: fix possible stats inaccuracies on 32b hosts
by david decotigny
· 13 years ago
dd2bc8e
bnx2: switch to build_skb() infrastructure
by Eric Dumazet
· 13 years ago
282edce
sky2: fix hang in napi_disable
by stephen hemminger
· 13 years ago
738a849
sky2: enforce minimum ring size
by stephen hemminger
· 13 years ago
d6f1448
ibm/emac: fix improper cleanup when device is removed to allow re-bind
by Wolfgang Grandegger
· 13 years ago
102463b
stmmac: fix pm functions avoiding sleep on spinlock
by Francesco Virlinzi
· 13 years ago
989508b
stmmac: remove spin_lock in stmmac_ioctl.
by Srinivas Kandagatla
· 13 years ago
19e30c1
stmmac: parameters auto-tuning through HW cap reg
by Giuseppe CAVALLARO
· 13 years ago
c5b9b4e
stmmac: fix advertising 1000Base capabilties for non GMII iface
by Srinivas Kandagatla
· 13 years ago
bbc1754
stmmac: use mdelay on timeout of sw reset
by Francesco Virlinzi
· 13 years ago
8f5f698
forcedeth: stats updated with a deferrable timer
by david decotigny
· 13 years ago
0a1f222
forcedeth: account for dropped RX frames
by david decotigny
· 13 years ago
f5d827a
forcedeth: implement ndo_get_stats64() API
by david decotigny
· 13 years ago
1ec4f2d
forcedeth: allow to silence "TX timeout" debug messages
by Sameer Nanda
· 13 years ago
8932878
forcedeth: Add messages to indicate using MSI or MSI-X
by Mike Ditto
· 13 years ago
674aee3
forcedeth: fix stats on hardware without extended stats support
by david decotigny
· 13 years ago
3ad9b35
net: drivers: use bool type instead of double negation
by Michał Mirosław
· 13 years ago
d9fa7c8
sky2: version 1.30
by stephen hemminger
· 13 years ago
00427a7
sky2: used fixed RSS key
by stephen hemminger
· 13 years ago
b1cb825
sky2: reduce default Tx ring size
by stephen hemminger
· 13 years ago
926d097
sky2: rename up/down functions
by stephen hemminger
· 13 years ago
f9687c4
sky2: pci posting issues
by stephen hemminger
· 13 years ago
1401a80
sky2: fix hang on shutdown (and other irq issues)
by stephen hemminger
· 13 years ago
bbc13ab
r6040: fix check against MCRO_HASHEN bit in r6040_multicast_list
by Florian Fainelli
· 13 years ago
b721e25
ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN
by Joe Perches
· 13 years ago
c857ff6
amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN
by Joe Perches
· 13 years ago
288e127
bna: Convert MAC_ADDRLEN uses to ETH_ALEN
by Joe Perches
· 13 years ago
104bf3f
ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN
by Joe Perches
· 13 years ago
6a3c910
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
by Joe Perches
· 13 years ago
28011cf
net: Add ethtool to mii advertisment conversion helpers
by Matt Carlson
· 13 years ago
f85fa27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
daad616
be2net: Use V1 query link status command for lancer
by Padmanabh Ratnakar
· 13 years ago
5d5adb9
be2net: Fix VLAN promiscous mode for Lancer
by Padmanabh Ratnakar
· 13 years ago
af5875b
be2net: Add EEPROM dump feature for Lancer
by Padmanabh Ratnakar
· 13 years ago
de49bd5
be2net: add register dump feature for Lancer
by Padmanabh Ratnakar
· 13 years ago
293c4a7
be2net: Fix TX queue create for Lancer
by Padmanabh Ratnakar
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
33a5ba1
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
by Rick Jones
· 13 years ago
5e773fd
pch_gbe: Move #include of module.h
by Joe Perches
· 13 years ago
eb2afd4
bnx2x: cache-in compressed fw image
by Dmitry Kravkov
· 13 years ago
eccab1e
net/cadence: enable by default NET_ATMEL
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
ea99d83
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
by Joe Perches
· 13 years ago
82bbcde
igb: Convert bare printk to pr_notice
by Joe Perches
· 13 years ago
876d2d6
igb: Convert printks to pr_<level>
by Jeff Kirsher
· 13 years ago
dbd9636
ixgbevf: Convert printks to pr_<level>
by Jeff Kirsher
· 13 years ago
a4ba8cb
igbvf: Convert printks to pr_<level>
by Jeff Kirsher
· 13 years ago
8d23363
ixgbe: fix LED blink logic to check for link
by Emil Tantilov
· 13 years ago
ef456f8
e1000e: Convert printks to pr_<level>
by Jeff Kirsher
· 13 years ago
ef9b965
e1000e: convert to real ndo_set_rx_mode
by Jesse Brandeburg
· 13 years ago
5219e4c
bnx2x: add endline at end of message
by Dmitry Kravkov
· 13 years ago
a32fd63
NET: MIPS: lantiq: fix etop compile error
by John Crispin
· 13 years ago
4a5f4dd
mlx4_en: Remove FCS bytes from packet length.
by Yevgeny Petrilin
· 13 years ago
612a94d
Sweep the last of the active .get_drvinfo floors under ethernet/
by Rick Jones
· 13 years ago
e52fcb2
bnx2x: uses build_skb() in receive path
by Eric Dumazet
· 13 years ago
c3e072f
net: fsl_pq_mdio: fix non tbi phy access
by Baruch Siach
· 13 years ago
3ac3546
net/smsc911x: Always wait for the chip to be ready
by Robert Marklund
· 13 years ago
23020ab
Sweep additional floors of strcpy in .get_drvinfo routines
by Rick Jones
· 13 years ago
952c5ca
fsl_pq_mdio: Clean up tbi address configuration
by Andy Fleming
· 13 years ago
e19df76
net-forcedeth: Add internal loopback support for forcedeth NICs.
by Sanjay Hortikar
· 13 years ago
898bdf2
forcedeth: fix stats on hardware without extended stats support
by david decotigny
· 13 years ago
5d70b88
bnx2x: update driver version to 1.70.35-0
by Dmitry Kravkov
· 13 years ago
7275408
bnx2x: Remove on-stack napi struct variable
by Ariel Elior
· 13 years ago
4a025f4
bnx2x: prevent race in statistics flow
by Dmitry Kravkov
· 13 years ago
8304859
bnx2x: add fan failure event handling
by Ariel Elior
· 13 years ago
46fa130
bnx2x: remove unused #define
by Dmitry Kravkov
· 13 years ago
b363782
bnx2x: simplify definition of RX_SGE_MASK_LEN and use it.
by Dmitry Kravkov
· 13 years ago
f9c058b
bnx2x: DCBX: use #define instead of magic
by Dmitry Kravkov
· 13 years ago
00253a8
bnx2x: propagate DCBX negotiation
by Dmitry Kravkov
· 13 years ago
b306f5e
bnx2x: separate FCoE and iSCSI license initialization.
by Dmitry Kravkov
· 13 years ago
ad75659
bnx2x: remove unused variable
by Dmitry Kravkov
· 13 years ago
f233caf
bnx2x: use rx_queue index for skb_record_rx_queue()
by Dmitry Kravkov
· 13 years ago
62ac0dc
bnx2x: allow FCoE and DCB for 578xx
by Dmitry Kravkov
· 13 years ago
6589ade
be2net: stop issuing FW cmds if any cmd times out
by Sathya Perla
· 13 years ago
434b364
be2net: don't log more than one error on detecting EEH/UE errors
by Sathya Perla
· 13 years ago
72f0248
be2net: stop checking the UE registers after an EEH error
by Sathya Perla
· 13 years ago
3012803
be2net: init (vf)_if_handle/vf_pmac_id to handle failure scenarios
by Sathya Perla
· 13 years ago
f79d7e6
net/ll_temac: FIX : Wait for indirect wait to end
by Ricardo Ribalda
· 13 years ago
50ec153
net/temac: FIX segfault when process old irqs
by Ricardo Ribalda
· 13 years ago
8d8bdfe
ll_temac: Add support for phy_mii_ioctl
by Ricardo Ribalda
· 13 years ago
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
59caa56
sunhme: Allow usage on SBI based SBus systems
by oftedal
· 13 years ago
10953db
r8169: increase the delay parameter of pm_schedule_suspend
by hayeswang
· 13 years ago
94956ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
e45a618
forcedeth: fix a few sparse warnings (variable shadowing)
by david decotigny
· 13 years ago
0bdfea8
forcedeth: Improve stats counters
by Mandeep Baines
· 13 years ago
4687f3f
forcedeth: remove unneeded stats updates
by david decotigny
· 13 years ago
Next »