summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes3-33/+24
2016-09-22net: ethernet: mediatek: fix missing changes merged for conflicts overlapping...Sean Wang1-3/+1
2016-09-22cxgb4: add support for drop and redirect actionsRahul Lakkireddy1-0/+71
2016-09-22cxgb4: add support for offloading u32 filtersRahul Lakkireddy6-2/+525
2016-09-22cxgb4: add parser to translate u32 filters to internal specRahul Lakkireddy1-0/+282
2016-09-22cxgb4: add common api support for configuring filtersRahul Lakkireddy5-34/+512
2016-09-22cxgb4: move common filter code to separate fileRahul Lakkireddy5-264/+346
2016-09-22net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2-6/+19
2016-09-22net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky1-9/+5
2016-09-22net/mlx4_en: Fix wrong indentationKamal Heib1-1/+1
2016-09-22net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan1-12/+14
2016-09-22nfp: bpf: add offload of TC direct action modeJakub Kicinski4-2/+82
2016-09-22nfp: bpf: add support for legacy redirect actionJakub Kicinski3-0/+7
2016-09-22nfp: bpf: add packet marking supportJakub Kicinski6-22/+101
2016-09-22nfp: bpf: allow offloaded filters to update statsJakub Kicinski4-0/+97
2016-09-22nfp: bpf: add hardware bpf offloadJakub Kicinski5-7/+324
2016-09-22nfp: add BPF to NFP code translatorJakub Kicinski5-0/+2333
2016-09-21mlxsw: spectrum: Implement max rif resourceNogah Frankel3-12/+41
2016-09-21mlxsw: pci: Add max router interface resourceNogah Frankel2-1/+8
2016-09-21mlxsw: pci: Add some miscellaneous resourcesNogah Frankel3-8/+23
2016-09-21mlxsw: spectrum: Implement max virtual routers resourceNogah Frankel2-9/+38
2016-09-21mlxsw: pci: Add max virtual routers resourceNogah Frankel2-1/+8
2016-09-21mlxsw: profile: Add KVD resources to profile configNogah Frankel4-22/+76
2016-09-21mlxsw: pci: Add KVD size relate resourcesNogah Frankel2-1/+22
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel7-46/+50
2016-09-21mlxsw: pci: Add lag related resources to resources queryNogah Frankel2-1/+15
2016-09-21mlxsw: spectrum: Make offloads stats functions staticOr Gerlitz1-4/+4
2016-09-21net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...Sean Wang1-1/+2
2016-09-20mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer1-1/+2
2016-09-20mlxsw: spectrum: Fix sparse warningsIdo Schimmel3-26/+42
2016-09-20mlxsw: Change the RX LAG hash function from XOR to CRCElad Raz1-1/+1
2016-09-20bnxt_en: Fix build error for kernesl without RTC-LIBRob Swindell1-0/+4
2016-09-20net/mlx5: clean function declarations in eswitch.c upBaoyou Xie2-3/+3
2016-09-20be2net: mark symbols static where possibleBaoyou Xie2-5/+6
2016-09-20net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-09-20net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+28
2016-09-20net: ethernet: broadcom: bcm63xx: use phydev from struct net_devicePhilippe Reynes2-18/+14
2016-09-20net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-44/+54
2016-09-20net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2-12/+11
2016-09-20bnxt_en: Fixed the VF link status after a link state changeEddie Wai1-42/+42
2016-09-20bnxt_en: Support for "ethtool -r" commandDeepak Khungar1-0/+20
2016-09-20bnxt_en: Pad TX packets below 52 bytes.Michael Chan1-1/+1
2016-09-20bnxt_en: Call firmware to approve the random VF MAC address.Michael Chan1-2/+7
2016-09-20bnxt_en: Re-arrange bnxt_hwrm_func_qcaps().Michael Chan1-11/+12
2016-09-20bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan1-5/+7
2016-09-20bnxt_en: Added support for Secure Firmware UpdateRob Swindell4-14/+182
2016-09-20bnxt_en: Update to firmware interface spec 1.5.1.Michael Chan3-508/+760
2016-09-20bnxt_en: Simplify PCI device names and add additinal PCI IDs.Michael Chan1-32/+36
2016-09-20bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.Michael Chan2-9/+4
2016-09-19cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun1-1/+1