summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-14qlcnic: change capture mask for FW dumpAnirban Chakraborty2-8/+4
2011-07-14qlcnic: define error code for loopback testAmit Kumar Salecha3-12/+30
2011-07-14qlcnic: fix race in skb->len access.Sucheta Chakraborty1-2/+2
2011-07-14qlcnic: enable mac-learning in promiscous mode.Sucheta Chakraborty3-6/+16
2011-07-14qlcnic: updated supported cards informationSritej Velaga1-0/+2
2011-07-14qlcnic: fix chip reset logicSritej Velaga1-7/+8
2011-07-14bnx2: Read iSCSI config from shared memory during ->probe()Michael Chan2-4/+16
2011-07-14bnx2: Add MCP dumpJeffrey Huang2-13/+56
2011-07-14cnic: Return proper error code if we fail to send netlink messageMichael Chan2-3/+3
2011-07-14cnic: Fix ring setup/shutdown codeMichael Chan1-2/+7
2011-07-14cnic: Fix port_mode settingMichael Chan1-1/+1
2011-07-14cnic: Replace get_random_bytes() with random32()Michael Chan1-2/+3
2011-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller8-99/+152
2011-07-14tg3: Match power source to driver stateMatt Carlson1-8/+16
2011-07-14tg3: Add function status reportingMatt Carlson2-24/+91
2011-07-14tg3: Create critical section around GPIO togglingMatt Carlson2-11/+53
2011-07-14tg3: Determine PCI function number in one placeMatt Carlson2-3/+12
2011-07-14tg3: Check transitions to D0 power stateMatt Carlson1-10/+17
2011-07-14tg3: Move power state transitions to init_oneMatt Carlson1-43/+34
2011-07-14tg3: Detect APE enabled devs earlierMatt Carlson1-21/+31
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-17/+37
2011-07-14sfc: Remove 'Communications' after 'Solarflare' in references to hardwareBen Hutchings2-3/+2
2011-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-13/+24
2011-07-13sfc: Remove 'Solarstorm' from Kconfig descriptionsBen Hutchings1-4/+4
2011-07-13slip: remove dead code within the slip initializationMatvejchikov Ilya1-18/+6
2011-07-13slip: remove redundant check slip_devs for NULLMatvejchikov Ilya1-3/+0
2011-07-13slip: fix MTU comparation operation when reallocating buffersMatvejchikov Ilya1-1/+1
2011-07-13slip: remove redundant NULL-pointer check before calling slhc_freeMatvejchikov Ilya1-2/+1
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-3/+3
2011-07-13be2net: move to new vlan modelAjit Khaparde2-26/+9
2011-07-13be2net: account for skb allocation failuresEric Dumazet3-2/+4
2011-07-13e1000e: use GFP_KERNEL allocations at init timeJeff Kirsher2-17/+22
2011-07-13e1000e: Add Jumbo Frame support to 82583 devicesCarolyn Wyborny1-3/+2
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-17/+0
2011-07-12drivers/net: static should be at beginning of declarationJesper Juhl1-6/+6
2011-07-12slip: fix wrong SLIP6 ifdef-endif placingMatvejchikov Ilya1-1/+1
2011-07-12e1000e: remove e1000_queue_statsEric Dumazet1-7/+0
2011-07-12ixgbe: Make certain to initialize the fdir_perfect_lock in all casesAlexander Duyck1-2/+3
2011-07-12igb: Add support of SerDes Forced mode for certain hardwareCarolyn Wyborny3-4/+22
2011-07-12igb: Update copyright on all igb driver files.Carolyn Wyborny17-17/+17
2011-07-12igb: Fix lack of flush after register write and before delayCarolyn Wyborny1-0/+1
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches1-0/+3
2011-07-10natsemi: fix another dma-debug reportJim Cromie1-2/+2
2011-07-09benet: Add missing comma between constant string arrayJoe Perches1-3/+3
2011-07-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller82-984/+2105
2011-07-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-6/+16
2011-07-08bna: use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+2
2011-07-08hso: fix a use after free conditionGreg KH1-3/+4
2011-07-08net/natsemi: Fix module parameter permissionsJean Delvare1-1/+1
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser20-141/+35