summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
Commit message (Expand)AuthorAgeFilesLines
...
| * bna: fix performance regressionIvan Vecera2014-07-311-1/+1
| * bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera2014-07-301-4/+2Star
* | bna: remove unnecessary break after returnFabian Frederick2014-07-211-4/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-3/+3
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
|/
* bna: remove open-coded skb_cow_head.françois romieu2014-03-291-6/+4Star
* bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-1/+1
|\
| * bna: Replace large udelay() with mdelay()Ben Hutchings2014-03-101-1/+1
* | brocade: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-10/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-10/+30
|\|
| * bna: fix vlan tag stripping and implement its togglingIvan Vecera2014-02-281-10/+30
* | bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-14/+9Star
|/
* bnad: code cleanupstephen hemminger2014-01-172-27/+2Star
* bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller2014-01-071-2/+2
* bna: Update the Driver Version to 3.2.23.0Rasesh Mody2013-12-181-1/+1
* bna: Firmware Patch SimplificationRasesh Mody2013-12-184-30/+626
* bna: Embed SKB Length in TX VectorRasesh Mody2013-12-182-2/+5
* bna: Handle the TX Setup FailuresRasesh Mody2013-12-181-2/+10
* bna: Add NULL Check Before Dereferencing TCBRasesh Mody2013-12-181-5/+5
* bna: CQ Read FixRasesh Mody2013-12-181-1/+22
* bna: RX Processing and Config ChangesRasesh Mody2013-12-182-3/+8
* bna: Enable Multi Buffer RXRasesh Mody2013-12-186-125/+343
* bna: RX Filter EnhancementsRasesh Mody2013-12-185-56/+266
* bna: Fix Filter Add DelRasesh Mody2013-12-184-65/+74
* bna: Set Get IOC fw StateRasesh Mody2013-12-183-12/+67
* bna: Add software timestamping supportRasesh Mody2013-12-182-0/+3
* bnad: make local variable staticstephen hemminger2013-12-172-2/+1Star
* net: bna: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-101-1/+0Star
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-9/+4Star
|\
| * DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King2013-09-171-9/+4Star
* | net: bna: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0Star
* | brocade: Remove extern from function prototypesJoe Perches2013-09-241-22/+21Star
|/
* bna: firmware update to 3.2.1.1Rasesh Mody2013-08-271-2/+2
* bna: Staticize local functionsJingoo Han2013-08-051-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-109-8/+37
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-1/+1
| |\
| * | bna: Driver and Firmware UpdatedRasesh Mody2013-05-202-3/+3
| * | bna: Enahncement to Identify Default IOC FunctionRasesh Mody2013-05-203-4/+8
| * | bna: Fix Ucast Failure HandlingRasesh Mody2013-05-203-1/+23
| * | bna: Clear Driver Config Flags When HW ResetsRasesh Mody2013-05-201-0/+3
* | | bna: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1Star
| |/ |/|
* | lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro2013-06-161-1/+1
|/
* bna: add missing iounmap() on error in bnad_init()Wei Yongjun2013-05-131-2/+3
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-4/+2Star
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-3/+2Star