summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2011-01-03atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn-0/+10
2010-12-31starfire: Fix dma_addr_t size test for MIPSBen Hutchings-1/+1
2010-12-31tg3: fix return value check in tg3_read_vpd()David Sterba-1/+1
2010-12-31Broadcom CNIC core network driver: fix mem leak on allocation failures in cni...Jesper Juhl-2/+8
2010-12-28skfp: testing the wrong variable in skfp_driver_init()Dan Carpenter-1/+1
2010-12-28ppp: allow disabling multilink protocol ID compressionstephen hemminger-2/+7
2010-12-28ehea: Avoid changing vlan flagsBreno Leitao-0/+7
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-118/+252
2010-12-25epic100: hamachi: yellowfin: Fix skb allocation sizeJarek Poplawski-6/+6
2010-12-25sundance: Fix oopses with corrupted skb_shared_infoJarek Poplawski-2/+2
2010-12-23USB: mcs7830: return negative if auto negotiate failsDan Carpenter-1/+1
2010-12-22Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-4/+8
2010-12-22atl1c: Do not use legacy PCI power managementRafael J. Wysocki-24/+15
2010-12-20hostap: remove netif_stop_queue from initMeelis Roos-1/+0
2010-12-20mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach-3/+8
2010-12-20typhoon: memory corruption in typhoon_get_drvinfo()Dan Carpenter-1/+0
2010-12-20net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr-2/+10
2010-12-17asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard-0/+4
2010-12-17tehuti: Firmware filename is tehuti/bdx.binBen Hutchings-2/+2
2010-12-16net/veth: Fix packet checksummingMichał Mirosław-1/+3
2010-12-16be2net: use mutex instead of spin lock for mbox_lockIvan Vecera-32/+47
2010-12-16bonding/vlan: Fix mangled NAs on slaves without VLAN tag insertionBen Hutchings-1/+6
2010-12-16bonding: Change active slave quietly when bond is downBen Hutchings-6/+9
2010-12-16bonding/vlan: Remove redundant VLAN tag insertion logicBen Hutchings-26/+1
2010-12-16axnet_cs: move id (0x1bf, 0x2328) to axnet_csKen Kawasaki-1/+1
2010-12-16bonding: Fix slave selection bug.Hillf Danton-2/+2
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge-2/+2
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-7/+135
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-253/+387
2010-12-14p54usb: New USB ID for Gemtek WUBI-100GWEduardo Costa-0/+1
2010-12-13p54usb: add 5 more USBIDsChristian Lamparter-0/+5
2010-12-13libertas: fix potential NULL-pointer dereferenceSven Neumann-1/+1
2010-12-12pppoe.c: Fix kernel panic caused by __pppoe_xmitAndrej Ota-1/+1
2010-12-12WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers.Krzysztof Halasa-1/+4
2010-12-12bnx2x: Advance a version number to 1.60.01-0Vladislav Zolotarov-2/+2
2010-12-12bnx2x: Fixed a compilation warningVladislav Zolotarov-2/+2
2010-12-12bnx2x: LSO code was broken on BE platformsVladislav Zolotarov-16/+26
2010-12-12qlge: Fix deadlock when cancelling worker.Ron Mercer-8/+6
2010-12-10cxgb4vf: Ingress Queue Entry Size needs to be 64 bytesCasey Leedom-4/+11
2010-12-10phy: add the IC+ IP1001 driverGiuseppe CAVALLARO-6/+55
2010-12-10enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri-1/+2
2010-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-63/+82
2010-12-10r8169: Fix runtime power managementRafael J. Wysocki-10/+16
2010-12-09hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer-4/+0
2010-12-09net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman-20/+9
2010-12-09iwlagn: implement layout-agnostic EEPROM readingWey-Yi Guy-1/+120
2010-12-09iwlagn: rename enhanced txpower fieldsJohannes Berg-5/+8
2010-12-08orinoco: fix TKIP countermeasure behaviourDavid Kilroy-2/+2
2010-12-08orinoco: clear countermeasure setting on commitDavid Kilroy-0/+6
2010-12-08ath9k_htc: Fix suspend/resumeSujith Manoharan-2/+18