aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam1-5/+44
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-16/+34
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-23be2net: move be_func_init() call inside be_setup()Sathya Perla1-46/+42
2015-02-23be2net: refactor adapter resource cleanup sequence into be_cleanup()Kalesh AP1-24/+16
2015-02-23be2net: refactor adapter resource initialzation sequence into be_resume()Kalesh AP1-35/+21
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla1-46/+45
2015-02-23be2net: refactor error detect/recovery functionKalesh AP1-14/+17
2015-02-23be2net: use a wrapper to schedule and cancel error detection taskSathya Perla1-15/+30
2015-02-23be2net: refactor function initalization sequence into be_func_init()Sathya Perla1-44/+32
2015-02-23be2net: get rid of be_get_initial_config() call from be_probe()Sathya Perla1-25/+13
2015-02-23be2net: move adapter fields alloc/free code to new routinesSathya Perla1-213/+195
2015-02-20be2net: Add a few inline functions to test TXQ conditionsSriharsha Basavapatna1-4/+18
2015-02-20be2net: Minor code cleanup in tx completion processSriharsha Basavapatna1-23/+24
2015-02-20be2net: Refactor be_xmit_enqueue() routineSriharsha Basavapatna1-40/+86
2015-02-20be2net: Refactor wrb_fill_hdr() routineSriharsha Basavapatna1-39/+66
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
2015-02-07be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla1-13/+22
2015-02-07be2net: process port misconfig async eventVasundhara Volam1-6/+22
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla1-91/+120
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla1-16/+13
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam1-16/+49
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam1-2/+8
2015-02-07be2net: refactor code that checks flash file compatibilityVasundhara Volam1-68/+70
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla1-0/+149
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-1/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+38
2015-01-24be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam1-1/+1
2015-01-24be2net: issue function reset cmd in resume pathKalesh AP1-0/+4
2015-01-24be2net: fix failure case in setting flow controlKalesh AP1-5/+7
2015-01-24be2net: move interface create code to a separate routineKalesh AP1-20/+29
2015-01-15be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna1-3/+38
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+6
2015-01-05be2net: support TX batching using skb->xmit_more flagSathya Perla1-113/+125
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-18be2net: Fix incorrect setting of tunnel offload flag in netdev featuresSriharsha Basavapatna1-0/+2
2014-12-11be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna1-10/+32
2014-12-08emulex: Use skb_put_padto instead of skb_padto() and skb->len assignmentAlexander Duyck1-2/+1
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf1-0/+2
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf1-0/+3
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-2/+4
2014-11-16be2net:use netdev_rss_key_fill() helperEric Dumazet1-5/+5
2014-11-14be2net: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-09-22be2net: fix alignment on line wrapKalesh AP1-3/+3
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP1-2/+4
2014-09-22be2net: remove space after typecastsKalesh AP1-1/+1
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP1-2/+0