summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mlx4_en: optimize adaptive moderation algorithm for better latencyYevgeny Petrilin2011-03-232-13/+6
* mlx4_en: moderation parameters are not reseted.Yevgeny Petrilin2011-03-231-2/+1
* mlx4_en: going out of range of TX rings when reporting statsYevgeny Petrilin2011-03-231-1/+1
* net: davinci_emac:Fix translation logic for buffer descriptorSriram2011-03-223-4/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-03-226-22/+30
|\
| * ath9k: Fix kernel panic in AR2427Mohammed Shafi Shajakhan2011-03-211-2/+2
| * rtlwifi: Fix memset argument orderIlia Mirkin2011-03-211-16/+15
| * rt2x00: Add unknown Toshiba devicePeter Lemenkov2011-03-211-0/+2
| * rt2x00: Add 2L Central Europe BV 8070Peter Lemenkov2011-03-211-0/+2
| * rt2x00: Add Planex Communications, Inc. RT8070Peter Lemenkov2011-03-211-0/+1
| * rt2x00: Add rt2870 device idPeter Lemenkov2011-03-211-1/+1
| * orinoco: Maintain lock until entry removed from listJoe Gunn2011-03-211-1/+1
| * iwlwifi: missing unlock on error pathDan Carpenter2011-03-211-2/+5
| * zd1211rw: TrendNet TEW-509UB id addedTõnu Samuel2011-03-211-0/+1
* | NET: smsc95xx: don't use stack for async writes to the deviceMarc Zyngier2011-03-221-7/+10
* | veth: Fix the byte countersEric W. Biederman2011-03-211-1/+1
* | macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman2011-03-211-6/+12
* | can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg2011-03-211-3/+3
|/
* niu: Rename NIU parent platform device name to fix conflict.David S. Miller2011-03-191-1/+1
* r8169: fix a bug in rtl8169_init_phy()Eric Dumazet2011-03-191-2/+2
* bonding: fix a typo in a commentNicolas de Pesloüan2011-03-191-1/+1
* ftmac100: use resource_size()Dan Carpenter2011-03-181-1/+1
* gianfar: Fall back to software tcp/udp checksum on older controllersAlex Dubov2011-03-182-2/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-183-4/+4
|\
| * kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-171-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2011-02-15122-1183/+3859
| |\
| * | fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-1/+1
| * | Comment typo fixes for 'descriptor'Justin P. Mattock2011-01-192-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-03-171-448/+517
|\ \ \
| * \ \ Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Chris Metcalf2011-03-1741-273/+473
| |\ \ \
| * | | | tile on-chip network driver: sync up with latest fixesChris Metcalf2011-03-101-446/+515
| * | | | arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf2011-03-011-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-7/+0
|\ \ \ \ \
| * | | | | [SCSI] bnx2i: Added support for the 57712(E) devicesEddie Wai2011-02-241-7/+0
* | | | | | Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-161-62/+0
|\ \ \ \ \ \
| * | | | | | ARM: lh7a40x: remove unmaintained platform supportRussell King2011-01-241-62/+0
* | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-1626-128/+123
|\ \ \ \ \ \ \
| * | | | | | | dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2826-128/+123
| * | | | | | | Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2011-02-2860-447/+772
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-161-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | appletalk: remove the BKLArnd Bergmann2011-03-051-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-16540-21376/+80267
|\ \ \ \ \ \ \ \
| * | | | | | | | bonding: enable netpoll without checking link statusAndy Gospodarek2011-03-161-2/+0
| * | | | | | | | net: introduce rx_handler results and logic around thatJiri Pirko2011-03-162-15/+18
| * | | | | | | | bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko2011-03-163-10/+14
| * | | | | | | | bonding: wrap slave state workJiri Pirko2011-03-164-25/+46
| * | | | | | | | net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko2011-03-163-50/+15
| * | | | | | | | bonding: register slave pointer for rx_handlerJiri Pirko2011-03-162-6/+14
| * | | | | | | | be2net: Bump up the version numberAjit Khaparde2011-03-161-1/+1
| * | | | | | | | be2net: Copyright notice change. Update to Emulex instead of ServerEnginesAjit Khaparde2011-03-166-30/+30
OpenPOWER on IntegriCloud