]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2012-05-17 Akeem G. Abodunrinigb: Code to prevent overwriting SFP I2C
2012-05-17 Alexander Duyckigb: Remove multi_tx_table and simplify igb_xmit_frame
2012-05-17 Joe Jinigb: drop the "adv" off function names relating to...
2012-05-17 Alexander Duyckigb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
2012-05-17 Alexander Duyckigb: Refactor clean_rx_irq to reduce overhead and impro...
2012-05-17 Alexander Duyckigb: update ring and adapter structure to improve perfo...
2012-05-17 Alexander Duyckigb: streamline Rx buffer allocation and cleanup
2012-05-17 Alexander Duyckigb: drop support for single buffer mode
2012-05-17 Alexander Duyckigb: Update max_frame_size to account for an optional...
2012-05-17 Alexander Duyckigb: Update RXDCTL/TXDCTL configurations
2012-05-17 Huang Weiyiigb: remove duplicated #include
2012-05-17 Robert Healyigb: Fix for DH89xxCC near end loopback test
2012-05-17 Jiri Pirkoigb: do vlan cleanup
2012-05-17 Carolyn Wybornyigb: Add support of SerDes Forced mode for certain...
2012-05-17 Carolyn Wybornyigb: Update copyright on all igb driver files.
2012-05-17 Tobias Klausernet: igb: Use is_multicast_ether_addr helper
2012-05-17 Jon Masonigb: remove unnecessary reads of PCI_CAP_ID_EXP
2012-05-17 Michał Mirosławigb: convert to ndo_fix_features
2012-05-17 Carolyn Wybornyigb: Change version to remove number after -k in kernel...
2012-05-17 Jeff Kirshere1000e: Fix default interrupt throttle rate not set...
2012-05-17 Prasanna S... e1000e: MSI interrupt test failed, using legacy interrupt
2012-05-17 Joe Jine1000e: issues in Sx on 82577/8/9
2012-05-17 Matthew Vicke1000e: Guarantee descriptor writeback flush success.
2012-05-17 Bruce Allane1000e: prevent oops when adapter is being closed and...
2012-05-17 Joe Jine1000e: use msleep instead of mdelay
2012-05-17 Bruce Allane1000e: cleanup goto statements to exit points without...
2012-05-17 Bruce Allane1000e: potentially incorrect return for e1000e_setup_f...
2012-05-17 Bruce Allane1000e: potentially incorrect return for e1000_init_hw_...
2012-05-17 Bruce Allane1000e: cleanup: minor whitespace addition (insert...
2012-05-17 Bruce Allane1000e: cleanup: remove unnecessary variable initializa...
2012-05-17 Bruce Allane1000e: cleanup: remove unnecessary test and return
2012-05-17 Bruce Allane1000e: cleanup: remove unnecessary variable ret_val
2012-05-17 Bruce Allane1000e: cleanup: remove unreachable statement
2012-05-17 Bruce Allane1000e: potentially incorrect return for e1000_set_d3_l...
2012-05-17 Bruce Allane1000e: cleanup: always return 0
2012-05-17 Bruce Allane1000e: cleanup: remove unnecessary assignments just...
2012-05-17 Bruce Allane1000e: potential incorrect return for e1000_setup_copp...
2012-05-17 Bruce Allane1000e: potentially incorrect return for e1000_cfg_kmrn...
2012-05-17 Bruce Allane1000e: cleanup: rename goto labels to be more meaningful
2012-05-17 Bruce Allane1000e: cleanup: use goto for common work needed by...
2012-05-17 Bruce Allane1000e: replace '1' with 'true' for boolean get_link_status
2012-05-17 Bruce Allane1000e: pass pointer to hw struct for e1000_init_mac_pa...
2012-05-17 Bruce Allane1000e: use true/false for bool autoneg_false
2012-05-17 Bruce Allane1000e: remove unnecessary parentheses
2012-05-17 Bruce Allane1000e: remove unnecessary returns from void functions
2012-05-17 Bruce Allane1000e: remove test that is always false
2012-05-17 Joe Jine1000e: WoL fails on device ID 0x1501
2012-05-17 Bruce Allane1000e: WoL can fail on 82578DM
2012-05-17 Bruce Allane1000e: remove redundant reverse dependency on CRC32
2012-05-17 Bruce Allane1000e: minor whitespace and indentation cleanup
2012-05-17 Bruce Allane1000e: fix sparse warnings with -D__CHECK_ENDIAN__
2012-05-17 Bruce Allane1000e: fix checkpatch warning from MINMAX test
2012-05-17 Bruce Allane1000e: cleanup - use braces in both branches of a...
2012-05-17 Bruce Allane1000e: cleanup e1000_set_phys_id
2012-05-17 Bruce Allane1000e: cleanup e1000_init_mac_params_82571()
2012-05-17 Bruce Allane1000e: cleanup e1000_init_mac_params_80003es2lan()
2012-05-17 Joe Jine1000e: rename es2lan.c to 80003es2lan.c
2012-05-17 Bruce Allane1000e: cleanup - check return values consistently
2012-05-17 Bruce Allane1000e: add missing initializers reported when compilin...
2012-05-17 Bruce Allane1000e: update copyright year
2012-05-17 Bruce Allane1000e: split lib.c into three more-appropriate files
2012-05-17 Bruce Allane1000e: call er16flash() instead of __er16flash()
2012-05-17 Joe Jine1000e: increase version number
2012-05-17 Bruce Allane1000e: convert final strncpy() to strlcpy()
2012-05-17 Bruce Allane1000e: concatenate long debug strings which span multi...
2012-05-17 Bruce Allane1000e: conditionally restart autoneg on 82577/8/9...
2012-05-17 Bruce Allane1000e: increase Rx PBA to prevent dropping received...
2012-05-17 Joe Jine1000e: ICHx/PCHx LOMs should use LPLU setting in NVM...
2012-05-17 Bruce Allane1000e: update workaround for 82579 intermittently...
2012-05-17 Bruce Allane1000e: disable Early Receive DMA on ICH LOMs
2012-05-17 David S. Millere1000e: Need to include vmalloc.h
2012-05-17 Bruce Allane1000e: 82574/82583 Tx hang workaround
2012-05-17 Bruce Allane1000e: use hardware default values for Transmit Contro...
2012-05-17 Bruce Allane1000e: use default settings for Tx Inter Packet Gap...
2012-05-17 Bruce Allane1000e: 82579: workaround for link drop issue
2012-05-17 Bruce Allane1000e: always set transmit descriptor control register...
2012-05-17 Bruce Allane1000e: re-factor ethtool get/set ring parameter
2012-05-17 Joe Jine1000e: pass pointer to ring struct instead of adapter...
2012-05-17 Joe Jine1000e: add Receive Packet Steering (RPS) support
2012-05-17 Joe Jine1000e: convert to netdev features/hw_features API
2012-05-17 Bruce Allane1000e: cleanup Rx checksum offload code
2012-05-17 Bruce Allane1000e: convert head, tail and itr_register offsets...
2012-05-17 Bruce Allane1000e: re-enable alternate MAC address for all devices...
2012-05-17 Bruce Allane1000e: default IntMode based on kernel config & availa...
2012-05-17 Joe Jine1000e: convert to real ndo_set_rx_mode
2012-05-17 Joe Jinnet: introduce IFF_UNICAST_FLT private flag
2012-05-17 Joe Jine1000e: remove use of ndo_set_multicast_list in drivers
2012-05-17 Jeff Kirshere1000e: Convert printks to pr_<level>
2012-05-17 Bruce Allane1000e: demote a debugging WARN to a debug log message
2012-05-17 Eric Dumazete1000e: fix skb truesize underestimation
2012-05-17 Bruce Allane1000e: locking bug introduced by commit 67fd4fcb
2012-05-17 Bruce Allane1000e: bad short packets received when jumbos enabled...
2012-05-17 Joe Jine1000e: convert driver to use extended descriptors
2012-05-17 Joe Jindrivers/net: Add module.h to drivers who were implicitl...
2012-05-17 Bruce Allane1000e: hitting BUG_ON() from napi_enable
2012-05-17 Andrei Emeltchenkoe1000: Silence sparse warnings by correcting type
2012-05-17 Tushar Davev2 e1000: Neaten e1000_dump function
2012-05-17 Joe Perchese1000: Neaten e1000_config_dsp_after_link_change
2012-05-17 Joe Jine1000: fix vlan processing regression
2012-05-17 Joe Jine1000: Remove unnecessary k.alloc/v.alloc OOM messages
next