summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1834-201/+327
|\
| * net: deinit automatic LIST_HEADEric Dumazet2011-02-181-0/+2
| * net: dont leave active on stack LIST_HEADLinus Torvalds2011-02-181-2/+5
| * net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2011-02-182-0/+2
| * tg3: Restrict phy ioctl accessMatt Carlson2011-02-171-2/+6
| * drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-172-0/+4
| * ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-172-1/+52
| * ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
| * e1000e: flush all writebacks before unloadJesse Brandeburg2011-02-171-10/+21
| * e1000e: check down flag in tasksJesse Brandeburg2011-02-171-0/+21
| * isdn: hisax: Use l2headersize() instead of dup (and buggy) func.David S. Miller2011-02-151-8/+1
| * arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell2011-02-141-10/+20
| * cxgb4vf: Use defined Mailbox TimeoutCasey Leedom2011-02-141-1/+1
| * cxgb4vf: Quiesce Virtual Interfaces on shutdown ...Casey Leedom2011-02-141-0/+41
| * cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ...Casey Leedom2011-02-141-8/+8
| * cxgb4vf: Check driver parameters in the right place ...Casey Leedom2011-02-141-12/+11
| * pch_gbe: Fix the MAC Address load issue.Toshiharu Okada2011-02-142-1/+8
| * iwlwifi: Delete iwl3945_good_plcp_health.David S. Miller2011-02-141-66/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-145-1/+8
| |\
| | * mac80211: add missing locking in ieee80211_reconfigEliad Peller2011-02-091-0/+2
| | * iwl3945: remove plcp checkStanislaw Gruszka2011-02-091-1/+0
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-02-093-0/+6
| | |\
| | | * Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang2011-02-021-0/+1
| | | * Bluetooth: add Atheros BT AR9285 fw supportedCho, Yu-Chen2011-01-262-0/+5
| * | | net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck2011-02-141-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-141-1/+2
| |\ \ \
| | * | | netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy2011-02-141-1/+2
| * | | | pch_gbe: Fix the issue that the receiving data is not normal.Toshiharu Okada2011-02-131-42/+55
| * | | | stmmac: enable wol via magic frame by default.Giuseppe Cavallaro2011-02-131-1/+3
| * | | | ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl2011-02-131-2/+3
| * | | | Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-131-6/+6
| * | | | hisax: Fix unchecked alloc_skb() return.David S. Miller2011-02-131-15/+20
| * | | | USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl2011-02-131-1/+3
| * | | | Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl2011-02-131-0/+3
| * | | | net: dcb: application priority is per net_deviceJohn Fastabend2011-02-131-1/+5
| * | | | bridge: Replace mp->mglist hlist with a boolHerbert Xu2011-02-123-12/+9
| * | | | bridge: Fix timer typo that may render snooping less effectiveHerbert Xu2011-02-111-2/+2
| * | | | bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu2011-02-111-1/+2
| * | | | ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert2011-02-111-0/+1
| * | | | xfrm: avoid possible oopse in xfrm_alloc_dstHiroaki SHIMODA2011-02-101-2/+5
| * | | | net: fix ifenslave build flagsRandy Dunlap2011-02-101-0/+2
* | | | | Merge branch 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6Linus Torvalds2011-02-181-0/+10
|\ \ \ \ \
| * | | | | xen: suspend and resume system devices when running PVHVMIan Campbell2011-02-171-0/+10
* | | | | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-1817-36/+47
|\ \ \ \ \ \
| * | | | | | workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo2011-02-161-1/+3
| * | | | | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-1617-35/+35
| * | | | | | workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo2011-02-141-0/+9
* | | | | | | Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-182-16/+35
* | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-02-171-5/+2
|\ \ \ \ \ \ \
| * | | | | | | PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-02-161-5/+2
OpenPOWER on IntegriCloud