summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-1852-86/+100
* drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N2013-02-183-12/+24
* tg3: Use different macros for pci_chip_rev_id accessesJoe Perches2013-02-182-401/+408
* tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches2013-02-182-9/+5
* bgmac: fix unaligned accesses to network headersHauke Mehrtens2013-02-181-1/+1
* ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger2013-02-181-1/+2
* ipv6: fix warning in xfrm6_mode_tunnel_inputstephen hemminger2013-02-181-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-02-1814-660/+973
|\
| * ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSAlexander Duyck2013-02-151-1/+1
| * ixgbe: fix Tx timeouts with BQLEmil Tantilov2013-02-152-7/+34
| * ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume2013-02-153-0/+119
| * ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Emil Tantilov2013-02-151-24/+10
| * ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov2013-02-151-1/+1
| * ixgbe: Add support for set_channels ethtool operationAlexander Duyck2013-02-151-0/+38
| * ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck2013-02-151-0/+72
| * ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2013-02-152-13/+8
| * ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck2013-02-151-22/+26
| * ixgbe: Add function for setting XPS queue mappingAlexander Duyck2013-02-153-5/+20
| * ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck2013-02-153-35/+19
| * igb: increase timeout for ethtool offline self-testStefan Assmann2013-02-151-1/+1
| * igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-02-152-23/+31
| * e1000e: display a warning message when SmartSpeed worksKoki Sanagi2013-02-151-0/+7
| * e1000: fix whitespace issues and multi-line commentsJeff Kirsher2013-02-155-528/+586
* | net: move ioctl functions into a separated fileCong Wang2013-02-183-574/+577
* | net: ehea module param description fixDave Young2013-02-181-4/+4
* | ipv6: optimize inet6_hash_frag()Eric Dumazet2013-02-181-14/+1
* | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-02-181-59/+44
|\ \ | |/ |/|
| * tipc: remove redundant checking for the number of iovecs in a send requestYing Xue2013-02-151-6/+3
| * tipc: byte-based overload control on socket receive queueYing Xue2013-02-151-38/+39
| * tipc: eliminate duplicated discard_rx_queue routineYing Xue2013-02-151-15/+2
* | net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet2013-02-151-3/+1
* | ieee802154: at86rf230: Remove empty suspend/resume callbacksLars-Peter Clausen2013-02-151-12/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-02-154-300/+495
|\ \
| * | ixgbe: refactor initialization of feature flagsEmil Tantilov2013-02-151-20/+38
| * | igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin2013-02-151-251/+11
| * | igb: Intialize MAC function pointersAkeem G. Abodunrin2013-02-151-0/+61
| * | igb: Initialize NVM function pointersAkeem G. Abodunrin2013-02-151-0/+109
| * | igb: Initialize PHY function pointersAkeem G. Abodunrin2013-02-151-0/+112
| * | igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2013-02-152-15/+28
| * | igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
| * | igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
| * | igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny2013-02-151-6/+1
| * | igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2013-02-152-34/+161
* | | v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-1512-11/+226
* | | net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar2013-02-152-31/+50
* | | net: Add skb_unclone() helper function.Pravin B Shelar2013-02-1513-21/+23
| |/ |/|
* | tg3: Update version to 3.130Michael Chan2013-02-151-2/+2
* | tg3: Set initial carrier state to off.Michael Chan2013-02-151-0/+2
* | tg3: Fix 5762 NVRAM sizingMichael Chan2013-02-151-2/+4
* | tg3: Expand EEE support for all 5717 B0Michael Chan2013-02-151-1/+1