aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-21drivers/net/*/: Use static constJoe Perches1-5/+5
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-12-16be2net: use mutex instead of spin lock for mbox_lockIvan Vecera1-1/+1
2010-12-06be2net: Handle out of buffer completions for lancerSathya Perla1-20/+35
2010-12-06be2net: Fix be_dev_family_check() return value checkSathya Perla1-1/+1
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-2/+4
2010-11-27be2net: adding support for Lancer family of CNAsSathya Perla1-50/+131
2010-11-19be2net: Fix to avoid firmware update when interface is not open.Sarveshwar Bandi1-0/+6
2010-10-27be2net: Schedule/Destroy worker thread in probe()/remove() rather than open()/close()Somnath Kotur1-4/+18
2010-10-25be2net: Fix CSO for UDP packetsSomnath Kotur1-12/+8
2010-10-25be2net: Call netif_carier_off() after register_netdev()Somnath Kotur1-1/+1
2010-10-24benet: make be_poll_rx localstephen hemminger1-1/+1
2010-10-24benet: remove dead codestephen hemminger1-3/+0
2010-10-21be2net: Changes to use only priority codes allowed by f/wSomnath Kotur1-6/+14
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-4/+3
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-10-03be2net: add multiple RX queue supportSathya Perla1-246/+315
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-28/+19
2010-09-03be2net: fix a bug in UE detection logicAjit Khaparde1-24/+8
2010-09-03be2net: fix net-snmp error because of wrong packet statsAjit Khaparde1-4/+11
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25be2net: fix to dynamically generate MAC Address for VFsAjit Khaparde1-0/+54
2010-08-24be2net: get rid of be_get_stats()Eric Dumazet1-6/+0
2010-07-30be2net: fix to avoid sending get_stats request if one is already being processed.Ajit Khaparde1-1/+2
2010-07-30be2net: add code to dump registers for debugAjit Khaparde1-0/+127
2010-07-30be2net: fix to correctly know if driver needs to run for a VF or a PFAjit Khaparde1-2/+3
2010-07-23be2net: variable name changesAjit Khaparde1-4/+4
2010-07-23be2net: code to support tx rate configuration on virtual functionsAjit Khaparde1-1/+26
2010-07-23be2net: add vlan support for sriov virtual functionsAjit Khaparde1-8/+46
2010-07-23be2net: add support to get vf configAjit Khaparde1-11/+40
2010-07-23be2net: change to call pmac_del only if necessaryAjit Khaparde1-2/+4
2010-07-10be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi1-0/+1
2010-06-30be2net: memory barrier fixes on IBM p7 platformSathya Perla1-0/+7
2010-06-16be2net: enable ipv6 tso supportAjit Khaparde1-2/+4
2010-06-01be2net: cleanup in case of error in be_open()Sathya Perla1-46/+49
2010-05-28be2net: Patch removes redundant while statement in loop.Sarveshwar Bandi1-1/+1
2010-05-25be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi1-0/+1
2010-05-24be2net: Bug fix in init code in probeSarveshwar Bandi1-4/+6
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-12/+0
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-07benet: fix the misusage of zero dma addressFUJITA Tomonori1-1/+1
2010-04-07benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-2/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+10
2010-04-01be2net: Adding PCI SRIOV supportSarveshwar Bandi1-47/+175
2010-04-01be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-01be2net: fix flashing on big endian architecturesAjit Khaparde1-8/+7
2010-04-01be2net: fix a bug in flashing the redboot sectionAjit Khaparde1-1/+1
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-24net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-03-23be2net: fix unmap_single/page() called incorrectly in Tx compl processingSathya Perla1-21/+12