summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * iwlegacy: set tx power after rxon_assocStanislaw Gruszka2011-08-012-3/+11
| | | * ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau2011-08-011-0/+2
| * | | bnx2x: Clear MDIO access warning during first driver loadYaniv Rosner2011-08-031-1/+5
| * | | bnx2x: Fix BCM578xx MAC testYaniv Rosner2011-08-031-5/+4Star
| * | | bnx2x: Fix BCM54618se invalid link indicationYaniv Rosner2011-08-031-2/+9
| * | | bnx2x: Fix BCM84833 linkYaniv Rosner2011-08-031-9/+12
| * | | bnx2x: Fix link issue with DAC over 578xxYaniv Rosner2011-08-031-0/+3
| * | | bnx2x: Fix LED behaviorYaniv Rosner2011-08-031-7/+17
| * | | bnx2x: Fix BCM578xx-B0 MDIO accessYaniv Rosner2011-08-033-3/+18
| * | | bnx2x: Fix remote fault handlingYaniv Rosner2011-08-033-45/+69
| * | | bnx2x: Fix chip hanging due to TX pipe stall.Yaniv Rosner2011-08-031-1/+11
| * | | bnx2x: Fix missing pause on for 578xxYaniv Rosner2011-08-032-0/+8
| * | | r8169 : MAC address change fix for the 8168e-vl.françois romieu2011-08-031-0/+27
| * | | bnx2x: Prevent restarting Tx during bnx2x_nic_unloadVladislav Zolotarov2011-08-021-2/+8
| * | | drivers/net/niu.c: adjust array indexJulia Lawall2011-08-011-2/+2
| * | | r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)Lennart Sorensen2011-07-291-0/+1
| * | | sis190: Rx filter init is needed for MAC address change.Klement Fish2011-07-291-1/+11
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-07-313-2/+7
|\ \ \
| * | | smc91c92_cs.c: fix bogus compiler warningDominik Brodowski2011-07-291-1/+1
| * | | orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin2011-07-291-1/+4
| * | | hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin2011-07-291-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-301-1/+2
|\ \ \ \
| * | | | sungem: fix compile failure caused by trivial #include consolidationJiri Kosina2011-07-291-1/+2
* | | | | Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-304-49/+135
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net/fec: add device tree probe supportShawn Guo2011-07-271-5/+98
| * | | | net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-273-40/+19Star
| * | | | net/fec: gasket needs to be enabled for some i.mxShawn Guo2011-07-271-4/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-2820-223/+318
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson2011-07-281-3/+3
| * | | | tg3: Break larger frags into 4k chunks for 5719Matt Carlson2011-07-282-6/+47
| * | | | tg3: Add tx BD budgeting codeMatt Carlson2011-07-281-20/+29
| * | | | tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson2011-07-281-37/+42
| * | | | tg3: Add partial fragment unmapping codeMatt Carlson2011-07-282-0/+27
| * | | | tg3: Generalize tg3_skb_error_unmap()Matt Carlson2011-07-281-32/+16Star
| * | | | tg3: Remove short DMA check for 1st fragmentMatt Carlson2011-07-281-3/+0Star
| * | | | tg3: Simplify tx bd assignmentsMatt Carlson2011-07-281-39/+37Star
| * | | | tg3: Reintroduce tg3_tx_ring_infoMatt Carlson2011-07-282-7/+12
| * | | | ASIX: Use only 11 bits of header for data sizeMarek Vasut2011-07-281-2/+2
| * | | | ASIX: Simplify condition in rx_fixup()Marek Vasut2011-07-281-3/+2Star
| * | | | Fix cdc-phonet buildChris Clayton2011-07-281-0/+1
| * | | | bonding: reduce noise during initAndy Gospodarek2011-07-281-1/+1
| * | | | bonding: fix string comparison errorsAndy Gospodarek2011-07-281-62/+71
| * | | | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-288-6/+14
| * | | | forcedeth: fix vlansJiri Pirko2011-07-281-3/+13
| * | | | gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3eSebastian Pöhn2011-07-281-5/+1Star
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-283-3/+6
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-263-3/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin2011-07-261-2/+3
| | | * | | b43: bcma: drop BROKENRafał Miłecki2011-07-261-1/+1
| | | * | | b43: bus: fix memory corruption when setting driver's dataRafał Miłecki2011-07-261-0/+2