]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2012-05-17 Alexander Duyckigb: retire the RX_CSUM flag and use the netdev flag...
2012-05-17 Alexander Duyckigb: cleanup IVAR configuration
2012-05-17 Alexander Duyckigb: Move ITR related data into work container within...
2012-05-17 Alexander Duyckigb: Consolidate all of the ring feature flags into...
2012-05-17 Alexander Duyckigb: avoid unnecessary conversions from u16 to int
2012-05-17 Alexander Duyckigb: Use node specific allocations for the q_vectors...
2012-05-17 Alexander Duyckigb: push data into first igb_tx_buffer sooner to reduc...
2012-05-17 Alexander Duyckigb: consolidate creation of Tx buffer info and data...
2012-05-17 Alexander Duyckigb: Combine all flag info fields into a single tx_flag...
2012-05-17 Alexander Duyckigb: Cleanup protocol handling in transmit path
2012-05-17 Alexander Duyckigb: Create separate functions for generating cmd_type...
2012-05-17 Alexander Duyckigb: Make first and tx_buffer_info->next_to_watch into...
2012-05-17 Alexander Duyckigb: Consolidate creation of Tx context descriptors...
2012-05-17 Ian Campbellintel: convert to SKB paged frag API.
2012-05-17 Alexander Duyckixgbe: Refactor transmit map and cleanup routines
2012-05-17 Alexander Duyckigb: split buffer_info into tx_buffer_info and rx_buffe...
2012-05-17 Alexander Duyckigb: Make Tx budget for NAPI user adjustable
2012-05-17 Akeem G. Abodunrinigb: Alternate MAC Address Updates for Func2&3
2012-05-17 Akeem G. Abodunrinigb: Alternate MAC Address EEPROM Updates
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
next