Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
15f8c9af83c6cc18b1ff0adc00812bc624cf2592
/
drivers
/
net
/
ethernet
/
nvidia
5d826b7
forcedeth: remove unnecessary carrier status check
by Zhu Yanjun
· 8 years ago
ca92aea
forcedeth: Remove return from a void function
by Zhu Yanjun
· 8 years ago
0fa9e28
net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
44770e1
ethernet: use core min/max MTU checking
by Jarod Wilson
· 8 years ago
de55558
forcedeth: Use setup_timer()
by Amitoj Kaur Chawla
· 9 years ago
0b7c874
forcedeth: fix unilateral interrupt disabling in netpoll path
by Neil Horman
· 9 years ago
138b15e
drivers/net: remove all references to obsolete Ethernet-HOWTO
by Paul Gortmaker
· 9 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
d46781b
ethernet: nvidia: Remove extra parens
by David Wood
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
537fae0
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
by Jiri Pirko
· 11 years ago
cef33c8
trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTRACT1/
by Antonio Ospite
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
1616566
forcedeth: Call dev_kfree_skb_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
04698ef
forcedeth: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
d9bd00a
forcedeth: Cleanup MSI-X to MSI to INTx fallback code
by Alexander Gordeev
· 11 years ago
61c9471
forcedeth: Fix invalid errno reporting in nv_request_irq()
by Alexander Gordeev
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
34f9f43
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3722c1b
net: forcedeth: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
0ab75ae
ethernet: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
86d9be2
forcedeth: run loopback test only on chipsets that support it
by Ivan Vecera
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
4f45c40
net/ethernet/nvidia/forcedeth: Use module_pci_driver to register driver
by Peter Hüwe
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
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
f7f2287
forcedeth: Do a dma_mapping_error check after skb_frag_dma_map
by Neil Horman
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
612a7c4
forcedeth: Fix WARNINGS that result when DMA mapping is not checked
by Larry Finger
· 12 years ago
d05919a
forcedeth: remove __dev* attributes
by Bill Pemberton
· 12 years ago
3f0a1b5
forcedeth: prevent TX timeouts after reboot
by david decotigny
· 12 years ago
1ff39eb
forcedeth: fix TX timeout caused by TX pause on down link
by david decotigny
· 12 years ago
ba9aa13
forcedeth: fix buffer overflow
by david decotigny
· 12 years ago
7491302
forcedeth: advertise transmit time stamping
by Richard Cochran
· 12 years ago
186e868
forcedeth: spin_unlock_irq in interrupt handler fix
by Denis Efremov
· 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
49cbb1c
forcedeth: add transmit timestamping support
by Willem de Bruijn
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
03a2384
forcedeth: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
dae2e9f
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A. Dalvi
· 13 years ago
7505afe
forcedeath: Fix bql support for forcedeath
by Igor Maravic
· 13 years ago
b8bfca9
forcedeth: Support for byte queue limits
by Tom Herbert
· 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
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
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 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
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 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
2a4e7a0
forcedeth: Acknowledge only interrupts that are being processed
by Mike Ditto
· 13 years ago
f9c4082
forcedeth: fix race when unloading module
by david decotigny
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
5d6bcdf
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
by Ian Campbell
· 13 years ago
671173c
forcedeth: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
88f0748
drivers/net/ethernet/*: Enabled vendor Kconfig options
by Jeff Kirsher
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
69b4b09
forcedeth: Move the NVIDIA nForce driver
by Jeff Kirsher
· 13 years ago