summaryrefslogtreecommitdiff
path: root/drivers/net/benet/be_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02be2net: remove netif_stop_queue being called before register_netdev.Ajit Khaparde1-2/+0
2011-02-02be2net: fix a crash seen during insmod/rmmod testAjit Khaparde1-2/+0
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/ne...David S. Miller1-1/+1
2010-12-17be2net: 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-28be2net: 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()...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-25benet: make be_poll_rx localstephen hemminger1-1/+1
2010-10-25benet: 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-04be2net: add multiple RX queue supportSathya Perla1-246/+315
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-26be2net: 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-31be2net: fix to avoid sending get_stats request if one is already being proces...Ajit Khaparde1-1/+2
2010-07-31be2net: add code to dump registers for debugAjit Khaparde1-0/+127
2010-07-31be2net: 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-11be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi1-0/+1
2010-07-01be2net: memory barrier fixes on IBM p7 platformSathya Perla1-0/+7
2010-06-17be2net: 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-26be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi1-0/+1
2010-05-25be2net: 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-15drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-08benet: fix the misusage of zero dma addressFUJITA Tomonori1-1/+1
2010-04-08benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-2/+2
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+10
2010-04-02be2net: Adding PCI SRIOV supportSarveshwar Bandi1-47/+175
2010-04-02be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-02be2net: fix flashing on big endian architecturesAjit Khaparde1-8/+7
2010-04-02be2net: fix a bug in flashing the redboot sectionAjit Khaparde1-1/+1
2010-03-31net: remove redundant codeEric Dumazet1-1/+0