index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
et131x
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: et131x: Removing final checkpatch errors, all line >80 chars
Mark Einon
2012-11-21
1
-18
/
+27
*
staging: et131x: Replace kmem_cache use with plain kmalloc/kfree
Mark Einon
2012-11-21
2
-61
/
+19
*
staging: et131x: Remove incorrect comments regarding alignment
Mark Einon
2012-11-21
1
-10
/
+0
*
staging: et131x: Reduce indenting in et131x_rx_dma_memory_free()
Mark Einon
2012-11-21
1
-20
/
+20
*
staging: et131x: Remove alignment offset padding on DMA buffer allocation/free
Mark Einon
2012-11-21
1
-4
/
+2
*
staging: et131x: Refactor et131x_isr() to remove indenting
Mark Einon
2012-11-21
1
-154
/
+141
*
staging: et131x: remove use of __devexit_p
Bill Pemberton
2012-11-21
1
-1
/
+1
*
staging: et131x: remove use of __devinit
Bill Pemberton
2012-11-21
1
-1
/
+1
*
staging: et131x: remove use of __devexit
Bill Pemberton
2012-11-21
1
-1
/
+1
*
staging: et131x: Remove unnecessary DMA address alignment code
Mark Einon
2012-11-13
1
-67
/
+5
*
staging: et131x: Avoid unnecessary calculations in for loop
Mark Einon
2012-11-13
1
-9
/
+11
*
staging: et131x: Align ring_index and fbr[] indicies
Mark Einon
2012-11-02
1
-62
/
+43
*
staging: et131x: Remove unused buffer[1,2] variables.
Mark Einon
2012-11-02
1
-7
/
+0
*
staging: et131x: Add ethtool printout to match MII regs
Mark Einon
2012-10-31
1
-0
/
+6
*
staging: et131x: Remove unnecessary PHY register write
Mark Einon
2012-10-30
2
-19
/
+1
*
staging: et131x: Remove unnecessary NULL pointer assignments
Mark Einon
2012-10-30
1
-8
/
+6
*
staging: et131x: Update TODO list in README
Mark Einon
2012-10-30
1
-0
/
+1
*
staging: et131x: Refactor nic_rx_pkts() to remove indenting
Mark Einon
2012-10-30
1
-113
/
+88
*
staging: et131x: Remove duplicate code for fbr[0, 1]
Mark Einon
2012-10-30
1
-282
/
+180
*
staging: et131x: Fix i386 build warnings from use of dma_addr_t
Mark Einon
2012-10-23
1
-11
/
+9
*
staging: et131x: Remove USE_FBR0 define and #ifdefs
Mark Einon
2012-10-22
1
-51
/
+7
*
staging: et131x: Use upper_32_bits() instead of '>> 32'
Mark Einon
2012-10-22
1
-30
/
+25
*
staging: et131x: Remove fbr_lookup.real_physaddr
Mark Einon
2012-10-22
1
-25
/
+6
*
staging: et131x: Fix 64bit tx dma address handling
Mark Einon
2012-10-22
1
-63
/
+39
*
staging: et131x: Use skb_headlen() where appropriate
Mark Einon
2012-10-22
1
-16
/
+9
*
Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-10-01
1
-6
/
+1
|
\
|
*
staging: et131x: using is_zero_ether_addr() to simplify the code
Wei Yongjun
2012-09-04
1
-6
/
+1
*
|
et131x: Use PCI Express Capability accessors
Jiang Liu
2012-08-23
1
-14
/
+5
|
/
*
staging/et131x: fix checkpatch warnings
Toshiaki Yamane
2012-07-19
1
-5
/
+7
*
staging/et131x: use SET_ETHTOOL_OPS directly
Devendra Naga
2012-07-16
1
-7
/
+1
*
staging/et131x: use module_pci_driver macro
Devendra Naga
2012-07-11
1
-21
/
+1
*
Staging: et131x: fix | vs & typos
Dan Carpenter
2012-06-11
1
-3
/
+3
*
Staging: et131x: fix coding style issues
Adnan Ali
2012-06-11
1
-7
/
+4
*
staging: et131x: Fix coding style issues
joseph daniel
2012-05-01
1
-4
/
+6
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
Staging: et131x: unify return value of .ndo_set_mac_address if address is inv...
Danny Kukawka
2012-02-24
1
-1
/
+1
*
drivers:staging:et131x Fix some typo's in staging et131x.
Justin P. Mattock
2012-02-24
2
-5
/
+5
*
staging: et131x: use netif_rx_ni() for packet receive
Mark Einon
2012-02-24
1
-1
/
+1
*
staging: clean up Greg's email address in some TODO files
Greg Kroah-Hartman
2012-02-15
1
-1
/
+1
*
staging: et131x: Revert changes from previous commit
Mark Einon
2011-12-08
1
-15
/
+13
*
staging: et131x: Remove section comments
Mark Einon
2011-11-26
1
-35
/
+11
*
et131x: uncloak PCIe capabilities.
Francois Romieu
2011-11-26
1
-20
/
+29
*
et131x: kiss netdev.{base_addr, irq} goodbye.
Francois Romieu
2011-11-26
1
-11
/
+6
*
et131x: remove extraneous pci_save_state.
Francois Romieu
2011-11-26
1
-1
/
+0
*
et131x: fix error paths in et131x_pci_setup.
Francois Romieu
2011-11-26
1
-61
/
+38
*
et131x: uintxy_t removal.
Francois Romieu
2011-11-26
1
-26
/
+27
*
et131x: add static qualifiers.
Francois Romieu
2011-11-26
1
-59
/
+60
*
staging: fix more ET131X build errors
Randy Dunlap
2011-11-18
1
-1
/
+2
*
staging: et131x depends on NET
Randy Dunlap
2011-11-18
1
-1
/
+1
*
linux-next: et131x: Fix build error when CONFIG_PM_SLEEP not enabled
Mark Einon
2011-11-18
1
-6
/
+6
[next]