aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-24tipc: Remove unnecessary includes in socket codeAllan Stephens
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens
2011-06-24tipc: Correct typo in link statistics outputAllan Stephens
2011-06-24tipc: Eliminate checks for empty zone list during name translationAllan Stephens
2011-06-24tipc: Convert name table publication lists to standard kernel listsAllan Stephens
2011-06-24tipc: Partition name table instance array info into two partsAllan Stephens
2011-06-24tipc: Eliminate redundant masking in message header routinesAllan Stephens
2011-06-24tipc: Eliminate message header routines for caching destination nodeAllan Stephens
2011-06-24tipc: Optimizations & corrections to message rejectionAllan Stephens
2011-06-24tipc: Optimize routing of returned payload messagesAllan Stephens
2011-06-24tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens
2011-06-24tipc: Standardize exit logic for message rejection handlingAllan Stephens
2011-06-24tipc: Remove unused sanity test macroAllan Stephens
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl
2011-06-24qlcnic: multi protocol internal loopback support added.Sucheta Chakraborty
2011-06-24qlcnic: Add support to enable/disable FW dump capabilityAnirban Chakraborty
2011-06-24qlcnic: fix default operating state of interfaceAmit Kumar Salecha
2011-06-24qlcnic: fix initial number of msix entries in adapter.Sucheta Chakraborty
2011-06-24qlcnic: Add code to tune FW dumpAnirban Chakraborty
2011-06-24qlcnic: Remove holding api lock while taking the dumpAnirban Chakraborty
2011-06-24qlcnic: Add capability to take FW dump deterministicallySritej Velaga
2011-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2011-06-23ixgbe: update driver version stringDon Skidmore
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck
2011-06-23ixgbe: disable RSC when Rx checksum is offEmil Tantilov
2011-06-23ixgbe: move reset code into a separate functionEmil Tantilov
2011-06-23ixgbe: move setting RSC into a separate functionEmil Tantilov
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck
2011-06-23ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck
2011-06-23ixgbe: remove ntuple filteringAlexander Duyck
2011-06-23net: Fix build failures due to ip_is_fragment()David S. Miller
2011-06-23dcb: use nlmsg_free() instead of kfree()Dan Carpenter
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens
2011-06-22ath9k: enable support for AR9330Gabor Juhos
2011-06-22ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos
2011-06-22ath9k: configure internal regulator for AR9330Gabor Juhos
2011-06-22ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos
2011-06-22ath9k: fix few register offsets for AR9330Gabor Juhos
2011-06-22ath9k: set diversity group for AR9330Gabor Juhos
2011-06-22ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos
2011-06-22ath9k: remove superfluous parenthesesGabor Juhos
2011-06-22ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos
2011-06-22ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos