index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
et131x
/
et131x.c
Age
Commit message (
Expand
)
Author
2014-10-03
staging: et131x: Remove et131x driver from drivers/staging
Mark Einon
2014-09-29
staging: et131x: Simplify for loop in et131x_init_send()
Mark Einon
2014-09-29
staging: et131x: Audit and update comments
Mark Einon
2014-09-28
staging: et131x: Remove unnecessary parentheses
Mark Einon
2014-09-28
staging: et131x: Remove unnecessary OOM message
Mark Einon
2014-09-28
staging: et131x: Cat some lines less than 80 columns
Mark Einon
2014-09-28
staging: et131x: Use ether_addr_copy when copying ethernet addresses
Mark Einon
2014-09-23
staging: et131x: Remove unnecessary defines to enable driver PM
Mark Einon
2014-09-23
staging: et131x: Add space after { in pci ID table
Mark Einon
2014-09-23
staging: et131x: don't cast a void* to a struct pointer
Mark Einon
2014-09-23
staging: et131x: zero allocation of fbr to prevent random address access
Mark Einon
2014-09-23
staging: et131x: Reduce split lines by renaming flowcontrol
Mark Einon
2014-09-23
staging: et131x: Use braces on all arms of if/else in et131x_handle_recv_pkts
Mark Einon
2014-09-23
staging: et131x: Reduce split lines by renaming some psr variables
Mark Einon
2014-09-23
staging: et131x: Reduce split lines in et131x_rx_dma_memory_alloc()
Mark Einon
2014-09-23
staging: et131x: Remove unused ce_stats struct member
Mark Einon
2014-09-23
staging: et131x: Remove unused MP_TCB defines
Mark Einon
2014-09-23
staging: et131x: Remove unused et131x_adapter struct members
Mark Einon
2014-09-19
staging: et131x: logical continuations should be on the previous line
Mark Einon
2014-09-19
staging: et131x: Fix 'else is not generally useful after a break or return'
Mark Einon
2014-09-19
staging: et131x: Use variable names instead of types in sizeof
Mark Einon
2014-09-19
staging: et131x: Use braces on all arms of if/else statements
Mark Einon
2014-09-19
staging: et131x: Remove spaces after casts
Mark Einon
2014-09-19
staging: et131x: Add spinlock definition comments
Mark Einon
2014-09-19
staging: et131x: Remove useless assignment to NULL
Mark Einon
2014-09-19
staging: et131x: Remove send_hw_lock spinlock
Mark Einon
2014-09-19
staging: et131x: Simplify unlocking tcb_send_qlock in et131x_tx_timeout()
Mark Einon
2014-09-19
staging: et131x: Remove blank lines form et131x.c
Mark Einon
2014-09-19
staging: et131x: Simplify code in nic_rx_pkts() for multicast_pkts_rcvd
Mark Einon
2014-09-19
staging: et131x: Combine two if statements with same effect
Mark Einon
2014-09-19
staging: et131x: Remove struct tcb->flags
Mark Einon
2014-09-19
staging: et131x: Remove ununsed statistics
Mark Einon
2014-09-19
staging: et131x: Tidy up rx/tx dropped & bytes stats
Mark Einon
2014-09-19
staging: et131x: In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the p...
Mark Einon
2014-09-19
staging: et131x: Remove et131x_send_packets() function
Mark Einon
2014-09-08
staging: et131x: Fix whitespace - alignment matching open parenthesis
Mark Einon
2014-09-08
staging: et131x: Add auto-negotiation and 1000BT_Half as supported protocols
Mark Einon
2014-09-08
staging: et131x: Remove spinlock fbr_lock
Mark Einon
2014-09-08
staging: et131x: Remove dead code in isr
Mark Einon
2014-09-02
staging: et131x: et131x.c: sparse warning of incompatible types
Sudip Mukherjee
2014-08-31
Merge 3.17-rc3 into staging-next
Greg Kroah-Hartman
2014-08-30
staging: et131x: Implement NAPI support
Mark Einon
2014-08-30
staging: et131x: Fix ET_INTR_TXDMA_ISR register name typo
Mark Einon
2014-08-30
staging: et131x: Rename NUM_PACKETS_HANDLED to MAX_PACKETS_HANDLED
Mark Einon
2014-08-30
staging: et131x: Remove unnecessary i2c_wack variable
Mark Einon
2014-08-30
staging: et131x: Use for loop to initialise contiguous macstat registers to zero
Mark Einon
2014-08-30
staging: et131x: Use for loop to initialise contiguous registers to zero
Mark Einon
2014-08-30
staging: et131x: Don't handle rx/tx packets when changing mtu
Mark Einon
2014-08-30
staging: et131x: Use eth_mac_addr() instead of duplicating the functionality
Mark Einon
2014-08-17
staging: et131x: Fix errors caused by phydev->addr accesses before initialisa...
Mark Einon
[next]