aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)Author
2012-01-18mlx4_en: set number of rx rings used by RSS using ethtoolYevgeny Petrilin
2012-01-03mlx4_core: Elaborating limitation on VF port optionsYevgeny Petrilin
2012-01-03mlx4_core: fix mtt range deallocationMarcel Apfelbaum
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-30mlx4_en: nullify cq->vector field when closing completion queueYevgeny Petrilin
2011-12-29mlx4_core: limiting VF port optionsYevgeny Petrilin
2011-12-29mlx4_core: using array index for sense_allowedYevgeny Petrilin
2011-12-26mlx4: Add missing include of linux/slab.hAxel Lin
2011-12-20mlx4_en: FIX: Setting default_qpn before using itYevgeny Petrilin
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-19mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin
2011-12-19mlx4: not using spin_lock_irq when getting vf by resource.Yevgeny Petrilin
2011-12-19mlx4_en: nullify cached multicast address list after cleanupAlexander Guller
2011-12-19mlx4_core: Changing link sensing logicYevgeny Petrilin
2011-12-19mlx4: capability for link sensingYevgeny Petrilin
2011-12-16mlx4: Fix compile error when driver is comiled-inJoerg Roedel
2011-12-13mlx4_en: updated driver version to 2.0Yevgeny Petrilin
2011-12-13mlx4_core: updated driver version to 1.1Yevgeny Petrilin
2011-12-13mlx4_core: Modify driver initialization flow to accommodate SRIOV for EthernetJack Morgenstein
2011-12-13mlx4_core: adjust catas operation for SRIOV modeJack Morgenstein
2011-12-13mlx4_core: mtts resources units changed to offsetMarcel Apfelbaum
2011-12-13mlx4_en: Allow communication between functions on same hostEugenia Emantayev
2011-12-13mlx4: Ethernet port management modificationsEugenia Emantayev
2011-12-13mlx4: Traffic steering management support for SRIOVEugenia Emantayev
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen
2011-12-13mlx4_core: Add wrapper functions and comm channel and slave event support to EQsJack Morgenstein
2011-12-13mlx4_core: mtt modifications for SRIOVJack Morgenstein
2011-12-13mlx4_core: cq modifications for SRIOVJack Morgenstein
2011-12-13mlx4_core: qp modifications for SRIOVJack Morgenstein
2011-12-13mlx4_core: srq modifications for SRIOVJack Morgenstein
2011-12-13mlx4_core: Added FW commands and their wrappers for supporting SRIOVMarcel Apfelbaum
2011-12-13net/mlx4_core: Implement the master-slave communication channelYevgeny Petrilin
2011-12-13mlx4_core: Reduce number of PD bits to 17Jack Morgenstein
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein
2011-12-13mlx4: Extanding port_mask functionalityJack Morgenstein
2011-12-13mlx4_core: initial header-file changes for SRIOV supportJack Morgenstein
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-27net/mlx4_en: bug fix for the case of vlan id 0 and UP 0Amir Vadai
2011-11-27net/mlx4_en: adding loopback supportAmir Vadai
2011-11-27net/mlx4_en: fix WOL handlers were always looking at port2 capability bitOren Duer
2011-11-27net/mlx4_en: using non collapsed CQ on TXYevgeny Petrilin
2011-11-27net/mlx4_en: fix sparse warning on a cast which truncates bits from constant ...Or Gerlitz
2011-11-27net/mlx4: fix UDP RSS related settingsOr Gerlitz
2011-11-27net/mlx4: move RSS related definitions to be globalOr Gerlitz
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-14mlx4_en: Remove FCS bytes from packet length.Yevgeny Petrilin
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches