aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Perla4-116/+133
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 Basavapatna2-10/+33
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+10
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 AP3-10/+11
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP3-8/+12
2014-09-22be2net: remove space after typecastsKalesh AP2-5/+5
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP2-5/+0
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP2-0/+5
2014-09-22be2net: remove multiple blank linesKalesh AP3-4/+0
2014-09-22be2net: add blank line after declarationsKalesh AP4-0/+38
2014-09-22be2net: remove return statements for void functionsKalesh AP2-5/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2-0/+8
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy1-2/+2
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP1-2/+2
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP1-5/+3
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP1-2/+21
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli4-16/+73
2014-09-13be2net: add ethtool "-m" option supportMark Leonard3-19/+109
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2-1/+7
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde1-7/+15
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam1-4/+6
2014-09-13be2net: fix some log messagesVasundhara Volam3-12/+9
2014-09-02be2net: query max_tx_qs for BE3 super-nic profile from FWSuresh Reddy1-2/+12
2014-09-02be2net: define macro for_all_tx_queues_on_eq()Sathya Perla2-3/+7
2014-09-02be2net: get rid of TX budgetSathya Perla2-21/+11
2014-09-02be2net: make be_cmd_get_regs() return a statusVasundhara Volam2-6/+6
2014-09-02be2net: define BE_MAX_MTUKalesh AP2-7/+9
2014-09-02be2net: remove unncessary gotosKalesh AP1-10/+6
2014-09-02be2net: fix log messages in lancer FW download pathKalesh AP1-19/+11
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam3-1/+5
2014-09-02be2net: Add TX completion error statistics in ethtoolKalesh AP4-0/+92
2014-09-02be2net: add a description for counter rx_input_fifo_overflow_dropSathya Perla1-0/+5
2014-09-02be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla2-69/+58
2014-09-02be2net: add a few log messagesSathya Perla2-8/+16
2014-08-29benet: Set skb->csum_level for encapsulated checksumTom Herbert1-2/+2
2014-08-29be2net: Use dev_consume_skb_any() in the non-drop pathRick Jones1-1/+1
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1