Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf9972a921470b0a2da7906104bcd540b20e33bf
/
drivers
/
net
/
igb
2a3abf6
igb: remove sysfs entry that was used to set the number of vfs
by Alexander Duyck
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
3fe7c4c
net/igb: Fix kexec with igb (rev. 3)
by Rafael J. Wysocki
· 16 years ago
cdfa9f6
igb: cleanup igb loopback path
by Alexander Duyck
· 16 years ago
a6a6056
igb: increase delay for copper link setup
by Alexander Duyck
· 16 years ago
d1a8c9e
igb: set num_rx/tx_queues to 0 when queues are freed
by Alexander Duyck
· 16 years ago
59c3de8
igb: add support for x2 link width configurations
by Alexander Duyck
· 16 years ago
65689fe
igb: cleanup tx dma so map & unmap use matching calls
by Alexander Duyck
· 16 years ago
c5cd11e
igb: rework igb_set_multi so that vfs are properly updated
by Alexander Duyck
· 16 years ago
0e34048
igb: update driver to use setup_timer function
by Alexander Duyck
· 16 years ago
c493ea4
igb: remove IGB_DESC_UNUSED since it is better handled by a function call
by Alexander Duyck
· 16 years ago
fa4a7ef
igb: allow tx of pre-formatted vlan tagged packets
by Arthur Jones
· 16 years ago
2d6a5e9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
682337f
igb: remove ASPM L0s workaround
by Alexander Duyck
· 16 years ago
c8ea5ea
igb: add support for 82576 quad copper adapter
by Alexander Duyck
· 16 years ago
9eb2341
igb: add support for another dual port 82576 non-security nic
by Alexander Duyck
· 16 years ago
75f4f38
igb: correct typo that was setting vfta mask to 1
by Alexander Duyck
· 16 years ago
cad6d05
igb: add PF to pool
by Alexander Duyck
· 16 years ago
a2cf8b6
igb: support wol on second port
by Alexander Duyck
· 16 years ago
bd38e5d
igb: resolve warning of unused adapter struct
by Alexander Duyck
· 16 years ago
5e6d5b1
igb: remove netif running call from igb_poll
by Alexander Duyck
· 16 years ago
92be791
igb: switch to new dca API
by Maciej Sosnowski
· 16 years ago
19147bb
igb: remove skb_orphan calls
by Alexander Duyck
· 16 years ago
3768011
igb: this patch addes the sr-iov enablement option via num_vfs parameter
by Alexander Duyck
· 16 years ago
4ae196d
igb: Add support for enabling VFs to PF driver.
by Alexander Duyck
· 16 years ago
e173952
igb: add pf side of VMDq support
by Alexander Duyck
· 16 years ago
1bfaf07
igb: add vfs_allocated_count as placeholder for number of vfs
by Alexander Duyck
· 16 years ago
4654425
igb: update napi polling to consolidate function and return correct values
by Alexander Duyck
· 16 years ago
9107584
drivers/net/igb: fix sparse warning: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
5fbbcb7
igb: remove LRO Kconfig option
by Jeff Kirsher
· 16 years ago
85e8d00
igb: transition driver to only using advanced descriptors
by Alexander Duyck
· 16 years ago
cbd347a
igb: remove unused defines
by Alexander Duyck
· 16 years ago
bc1cbd3
igb: misc cleanup to combine one if statement
by Alexander Duyck
· 16 years ago
56fbbb4
igb: cleanup incorrect comment and set IP Checksum Enable
by Alexander Duyck
· 16 years ago
1e5c3d2
igb: reduce size required to trigger low latency
by Alexander Duyck
· 16 years ago
73cd78f
igb: misc whitespace/formatting cleanups
by Alexander Duyck
· 16 years ago
33af6bc
igb: use timecompare to implement hardware time stamping
by Patrick Ohly
· 16 years ago
c6cb090
igb: stub support for SIOCSHWTSTAMP
by Patrick Ohly
· 16 years ago
38c845c
igb: access to NIC time
by Patrick Ohly
· 16 years ago
5937218
igb: remove dead code in transmit routine
by Jesse Brandeburg
· 16 years ago
86d5d38
igb: update version number and copyright dates
by Alexander Duyck
· 16 years ago
265de40
igb: fix two minor items found during code review
by Alexander Duyck
· 16 years ago
04fe635
igb: update stats before doing reset in igb_down
by Alexander Duyck
· 16 years ago
450c87c
igb: remove redundant count set and err_hw_init
by Alexander Duyck
· 16 years ago
8675737
igb: remove disable_av variable from mac_info struct
by Alexander Duyck
· 16 years ago
fa4dfae
igb: change pba size determination from if to switch statement
by Alexander Duyck
· 16 years ago
a8564f0
igb: move get_hw_control within igb_resume.
by Alexander Duyck
· 16 years ago
4a3c643
igb: don't read eicr when responding to legacy interrupts
by Alexander Duyck
· 16 years ago
28b0759
igb: remove unnecessary adapter->hw calls when just hw-> will do.
by Alexander Duyck
· 16 years ago
8a90086
igb: rename igb_update_mc_addr_list_82575 to not include the 82575
by Alexander Duyck
· 16 years ago
4b1a987
igb: remove redundant timer updates and cleanup watchdog_task
by Alexander Duyck
· 16 years ago
eebbbdb
igb: cleanup igb_netpoll to be more friendly with napi & GRO
by Alexander Duyck
· 16 years ago
dda0e08
igb: add counter for dma out of sync errors
by Alexander Duyck
· 16 years ago
2753f4c
igb: update testing done by ethtool
by Alexander Duyck
· 16 years ago
7d8eb29
igb: update feature flags supported in ethtool
by Alexander Duyck
· 16 years ago
0fbe67a
igb: remove unused rx_hdr_split statistic
by Alexander Duyck
· 16 years ago
312c75a
igb: rename nvm ops
by Alexander Duyck
· 16 years ago
a8d2a0c
igb: rename phy ops
by Alexander Duyck
· 16 years ago
40a70b3
igb: read address from RAH/RAL instead of from EEPROM
by Alexander Duyck
· 16 years ago
c1889bf
igb: make dev_spec a union and remove dynamic allocation
by Alexander Duyck
· 16 years ago
4d6b725
igb: add link check function
by Alexander Duyck
· 16 years ago
aed5dec
igb: remove check for needing an io port
by Alexander Duyck
· 16 years ago
83b7180
igb: move initialization of number of queues into set_interrupt_capability
by Alexander Duyck
· 16 years ago
db76176
igb: move setting of buffsz out of repeated path in alloc_rx_buffers
by Alexander Duyck
· 16 years ago
69d3ca5
igb: optimize/refactor receive path
by Alexander Duyck
· 16 years ago
b3ff29d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
5d0932a
igb: fix link reporting when using sgmii
by Alexander Duyck
· 16 years ago
ec54d7d
igb: prevent skb_over panic w/ mtu smaller than 1K
by Alexander Duyck
· 16 years ago
bbd98fe
igb: Fix DCA errors and do not use context index for 82576
by Alexander Duyck
· 16 years ago
0c8dfc8
net: Add skb_record_rx_queue() calls to multiqueue capable drivers.
by David S. Miller
· 16 years ago
921aa74
igb: make certain to power on optics for 82576 fiber nics
by Alexander Duyck
· 16 years ago
5851765
igb: igb should not flag lltx
by Alexander Duyck
· 16 years ago
5c0999b
igb: Replace LRO with GRO
by Herbert Xu
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
e42e4ba
igb: fix anoying type mismatch warning on rx/tx queue sizing
by Linus Torvalds
· 16 years ago
8d25332
igb: Fix build warning when DCA is disabled.
by David S. Miller
· 16 years ago
26bc19e
igb: re-order queues to support cleaner use of ivar on 82576
by Alexander Duyck
· 16 years ago
0e014cb
igb: defeature tx head writeback
by Alexander Duyck
· 16 years ago
678c610
drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')
by Hannes Eder
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
ea943d4
igb: fixup AER with proper error handling
by Jeff Kirsher
· 16 years ago
5e8427e
igb: Correctly determine pci-e function number in virtual environment
by Alexander Duyck
· 16 years ago
b4557be
igb: update handling of RCTL for smaller buffer sizes
by Alexander Duyck
· 16 years ago
cb7b48f
igb/e1000e: Naming interrupt vectors
by Alexander Duyck
· 16 years ago
40a914f
igb: Add support for pci-e Advanced Error Reporting
by Alexander Duyck
· 16 years ago
527d47c
igb: link up/down messages must follow a specific format
by Alexander Duyck
· 16 years ago
5b9ab2e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
69d728b
igb: loopback bits not correctly cleared from RCTL register
by Alexander Duyck
· 16 years ago
9b07f3d3
igb: remove unneeded bit refrence when enabling jumbo frames
by Alexander Duyck
· 16 years ago
ece4af1
driver/net/*: remove redundant argument comments
by Qinghuang Feng
· 16 years ago
f5f4cf0
igb: do not use phy ops in ethtool test cleanup for non-copper parts
by Alexander Duyck
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
68fd991
igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize
by Alexander Duyck
· 16 years ago
b2d5653
igb: simplify swap in clean_rx_irq if using packet split
by Alexander Duyck
· 16 years ago
2e5c692
igb: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
198d6ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ac45020
igb: use dev_printk instead of printk
by Bjorn Helgaas
· 16 years ago
e1b86d8
igb: Use device_set_wakeup_enable
by \"Rafael J. Wysocki\
· 16 years ago
Next »