summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)AuthorLines
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-2/+2
2014-12-26net: incorrect use of init_completion fixupNicholas Mc Guire-1/+1
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet-1/+1
2014-10-17bna: fix skb->truesize underestimationEric Dumazet-1/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-10-07bna: allow transmit tagged framesIvan Vecera-2/+2
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick-5/+8
2014-08-25bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich-3/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+3
2014-07-30bna: fix performance regressionIvan Vecera-1/+1
2014-07-30bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera-4/+2
2014-07-20bna: remove unnecessary break after returnFabian Frederick-4/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+3
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-3/+3
2014-03-29bna: remove open-coded skb_cow_head.françois romieu-6/+4
2014-03-24bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman-8/+8
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches-10/+6
2014-03-10bna: Replace large udelay() with mdelay()Ben Hutchings-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+30
2014-02-28bna: fix vlan tag stripping and implement its togglingIvan Vecera-10/+30
2014-02-18bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-14/+9
2014-01-16bnad: code cleanupstephen hemminger-27/+2
2014-01-06bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller-2/+2
2013-12-18bna: Update the Driver Version to 3.2.23.0Rasesh Mody-1/+1
2013-12-18bna: Firmware Patch SimplificationRasesh Mody-30/+626
2013-12-18bna: Embed SKB Length in TX VectorRasesh Mody-2/+5
2013-12-18bna: Handle the TX Setup FailuresRasesh Mody-2/+10
2013-12-18bna: Add NULL Check Before Dereferencing TCBRasesh Mody-5/+5
2013-12-18bna: CQ Read FixRasesh Mody-1/+22
2013-12-18bna: RX Processing and Config ChangesRasesh Mody-3/+8
2013-12-18bna: Enable Multi Buffer RXRasesh Mody-125/+343
2013-12-18bna: RX Filter EnhancementsRasesh Mody-56/+266
2013-12-18bna: Fix Filter Add DelRasesh Mody-65/+74
2013-12-18bna: Set Get IOC fw StateRasesh Mody-12/+67
2013-12-18bna: Add software timestamping supportRasesh Mody-0/+3
2013-12-17bnad: make local variable staticstephen hemminger-2/+1
2013-12-09net: bna: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-9/+4
2013-10-18net: bna: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-24brocade: Remove extern from function prototypesJoe Perches-22/+21
2013-09-17DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King-9/+4
2013-08-27bna: firmware update to 3.2.1.1Rasesh Mody-2/+2
2013-08-05bna: Staticize local functionsJingoo Han-5/+5
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-8/+37
2013-06-29bna: switch to fixed_size_llseek()Al Viro-21/+1
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1