aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-23qlcnic: dont free host resources during fw recoveryAmit Kumar Salecha1-29/+3
2010-06-23qlcnic: release device resources during interface downAmit Kumar Salecha6-37/+114
2010-06-23qlcnic: fix mac address mgmtAmit Kumar Salecha1-3/+8
2010-06-23qlcnic: handshake with card after fw loadAmit Kumar Salecha3-7/+9
2010-06-23qlcnic: cleanup skb allocationAmit Kumar Salecha3-21/+13
2010-06-23bridge: 64bit rx/tx countersEric Dumazet3-13/+23
2010-06-23net: Introduce u64_stats_sync infrastructureEric Dumazet1-0/+107
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-23net: Fix a typo in netlink.hJustin P. Mattock1-1/+1
2010-06-23e1000e: disable gig speed when in S0->Sx transitionBruce Allan1-14/+5
2010-06-23e1000e: packet split should not be used with early receiveBruce Allan1-1/+1
2010-06-23e1000e: do not touch PHY page 800 registers when link speed is 1000MbpsBruce Allan1-2/+0
2010-06-23e1000e: avoid polling h/w registers during link negotiationBruce Allan3-28/+29
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland2-0/+39
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland15-69/+173
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland6-67/+278
2010-06-20caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland9-18/+26
2010-06-18e1000e: update driver version numberBruce Allan1-1/+3
2010-06-18e1000e: update copyright informationBruce Allan11-12/+12
2010-06-18e1000e: enable support for EEE on 82579Bruce Allan4-1/+70
2010-06-18e1000e: initial support for 82579 LOMsBruce Allan7-46/+386
2010-06-18e1000e: fix check for manageability on ICHx/PCHBruce Allan1-4/+27
2010-06-18e1000e: separate out PHY statistics register updatesBruce Allan3-47/+126
2010-06-18e1000e: cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan1-13/+19
2010-06-18e1000e: cleanup ethtool loopback setup codeBruce Allan1-32/+42
2010-06-18cxgb4: minor cleanupDimitris Michailidis2-3/+2
2010-06-18cxgb4: update FW definitionsDimitris Michailidis4-24/+73
2010-06-18cxgb4: add a missing error interruptDimitris Michailidis1-0/+1
2010-06-18cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis1-3/+4
2010-06-18cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis1-3/+3
2010-06-18cxgb4: set dev_id to the port numberDimitris Michailidis1-0/+1
2010-06-18cxgb4: implement EEHDimitris Michailidis4-3/+124
2010-06-18cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis1-49/+60
2010-06-18cxgb4: dynamically determine flash size and FW image locationDimitris Michailidis4-23/+61
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller106-2435/+4945
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville13-18/+96
2010-06-17qlcnic: fix register accessAmit Kumar Salecha1-7/+14
2010-06-17qlcnic: fix race in tx stop queueRajesh K Borundia4-19/+26
2010-06-17qlcnic: seperate interrupt for TXschacko4-19/+72
2010-06-17qlcnic: change driver descriptionSritej Velaga2-7/+6
2010-06-17qlcnic: fix device soft resetSucheta Chakraborty1-1/+1
2010-06-16be2net: enable ipv6 tso supportAjit Khaparde2-3/+5
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu1-1/+2
2010-06-16net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman1-5/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman2-24/+33
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman2-4/+48
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman1-3/+8
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman3-16/+42
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman2-0/+19