Age | Commit message (Expand) | Author | Files | Lines |
2011-10-20 | r8169: fix wrong eee setting for rlt8111evl | hayeswang | 1 | -1/+1 |
2011-10-20 | r8169: fix driver shutdown WoL regression. | françois romieu | 1 | -32/+56 |
2011-10-19 | pptp: pptp_rcv_core() misses pskb_may_pull() call | Eric Dumazet | 1 | -8/+12 |
2011-10-19 | pptp: fix skb leak in pptp_xmit() | Eric Dumazet | 1 | -0/+2 |
2011-10-19 | bonding: use local function pointer of bond->recv_probe in bond_handle_frame | Mitsuo Hayasaka | 1 | -2/+5 |
2011-10-19 | smsc911x: Add support for SMSC LAN89218 | Phil Edworthy | 1 | -0/+2 |
2011-10-19 | tg3: negate USE_PHYLIB flag check | Jiri Pirko | 1 | -1/+1 |
2011-10-19 | netconsole: enable netconsole can make net_device refcnt incorrent | Gao feng | 1 | -0/+5 |
2011-10-10 | mscan: too much data copied to CAN frame due to 16 bit accesses | Wolfgang Grandegger | 1 | -3/+8 |
2011-10-10 | bnx2x: fix cl_id allocation for non-eth clients for NPAR mode | Dmitry Kravkov | 2 | -7/+13 |
2011-10-10 | mlx4_en: fix endianness with blue frame support | Thadeu Lima de Souza Cascardo | 1 | -3/+3 |
2011-10-05 | macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode | David Ward | 1 | -1/+1 |
2011-10-03 | pch_gbe: Fixed the issue on which a network freezes | Toshiharu Okada | 1 | -29/+27 |
2011-10-03 | pch_gbe: Fixed the issue on which PC was frozen when link was downed. | Toshiharu Okada | 1 | -1/+1 |
2011-10-03 | net: xen-netback: correctly restart Tx after a VM restore/migrate | David Vrabel | 1 | -2/+2 |
2011-10-03 | bonding: properly stop queuing work when requested | Andy Gospodarek | 3 | -7/+12 |
2011-09-29 | ibmveth: Fix oops on request_irq failure | Brian King | 1 | -2/+2 |
2011-09-29 | cxgb4: Fix EEH on IBM P7IOC | Divy Le Ray | 1 | -0/+3 |
2011-09-29 | dp83640: reduce driver noise | Richard Cochran | 1 | -2/+2 |
2011-09-28 | Merge git://github.com/davem330/net | Linus Torvalds | 12 | -32/+68 |
2011-09-28 | Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless | David S. Miller | 9 | -29/+42 |
2011-09-27 | Merge branch 'master' of git://git.infradead.org/users/linville/wireless into... | John W. Linville | 9 | -29/+42 |
2011-09-27 | bnx2x: add missing break in bnx2x_dcbnl_get_cap | Shmulik Ravid | 1 | -0/+1 |
2011-09-27 | bnx2x: fix WOL by enablement PME in config space | Dmitry Kravkov | 1 | -1/+9 |
2011-09-27 | bnx2x: fix hw attention handling | Dmitry Kravkov | 2 | -2/+16 |
2011-09-26 | ath9k: Fix a dma warning/memory leak | Mohammed Shafi Shajakhan | 1 | -1/+9 |
2011-09-26 | rtlwifi: rtl8192cu: Fix unitialized struct | Larry Finger | 1 | -0/+1 |
2011-09-26 | iwlagn: fix dangling scan request | Johannes Berg | 1 | -14/+16 |
2011-09-26 | [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference | Neil Horman | 3 | -12/+42 |
2011-09-21 | iwlegacy: do not use interruptible waits | Stanislaw Gruszka | 5 | -13/+13 |
2011-09-21 | iwlegacy: fix command queue timeout | Stanislaw Gruszka | 1 | -0/+2 |
2011-09-21 | ath9k_hw: Fix Rx DMA stuck for AR9003 chips | Rajkumar Manoharan | 1 | -1/+1 |
2011-09-21 | ixgbe: fix possible null buffer error | Jesse Brandeburg | 1 | -2/+2 |
2011-09-21 | tg3: fix VLAN tagging regression | Kasper Pedersen | 1 | -2/+0 |
2011-09-20 | net: pxa168: Fix build errors by including interrupt.h | Tanmay Upadhyay | 1 | -0/+1 |
2011-09-20 | netconsole: switch init_netconsole() to late_initcall | Lin Ming | 1 | -1/+7 |
2011-09-20 | gianfar: Fix overflow check and return value for gfar_get_cls_all() | Ben Hutchings | 1 | -4/+4 |
2011-09-20 | ppp_generic: fix multilink fragment MTU calculation (again) | Henry Wong | 1 | -1/+6 |
2011-09-20 | GRETH: avoid overwrite IP-stack's IP-frags checksum | Daniel Hellstrom | 1 | -2/+5 |
2011-09-20 | GRETH: RX/TX bytes were never increased | Daniel Hellstrom | 2 | -0/+6 |
2011-09-20 | Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linux | David S. Miller | 1 | -5/+27 |
2011-09-20 | Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davem | John W. Linville | 5 | -42/+73 |
2011-09-19 | b43: Fix beacon problem in ad-hoc mode | Manual Munz | 1 | -1/+2 |
2011-09-18 | Merge git://github.com/davem330/net | Linus Torvalds | 29 | -356/+603 |
2011-09-17 | r8169: do not enable the TBI for anything but the original 8169. | Francois Romieu | 1 | -3/+10 |
2011-09-17 | r8169: remove erroneous processing of always set bit. | Francois Romieu | 1 | -1/+6 |
2011-09-17 | r8169: fix WOL setting for 8105 and 8111evl | Hayes Wang | 1 | -1/+9 |
2011-09-17 | r8169: add MODULE_FIRMWARE for the firmware of 8111evl | Hayes Wang | 1 | -0/+1 |
2011-09-17 | r8169: fix the reset setting for 8111evl | Hayes Wang | 1 | -0/+1 |
2011-09-17 | can: ti_hecc: include linux/io.h | Daniel Mack | 1 | -0/+1 |