summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* nfp: flower: cmsg: use struct_size() helperGustavo A. R. Silva2019-02-091-4/+2Star
* mlxsw: spectrum_router: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-8/+4Star
* bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-6/+2Star
* qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru2019-02-091-1/+10
* qed: Add API for SmartAN query.Sudarsana Reddy Kalluru2019-02-094-0/+19
* net: macb: add sam9x60-macb compatibility stringNicolas Ferre2019-02-091-0/+1
* mlxsw: spectrum_acl: Add couple of vregion rehash tracepointsJiri Pirko2019-02-091-1/+8
* mlxsw: spectrum: add "acl_region_rehash_interval" devlink paramJiri Pirko2019-02-096-2/+131
* mlxsw: spectrum_acl: Implement region migration according to hintsJiri Pirko2019-02-092-21/+268
* mlxsw: reg: Add multi field to PAGT registerJiri Pirko2019-02-092-2/+11
* mlxsw: spectrum_acl: Pass hints priv all the way to ERP codeJiri Pirko2019-02-097-11/+22
* mlxsw: spectrum_acl: Implement basic ERP rehash hits creationJiri Pirko2019-02-095-0/+107
* mlxsw: spectrum_acl: Split entry struct into entry and ventryJiri Pirko2019-02-093-66/+108
* mlxsw: spectrum_acl: Split chunk struct into chunk and vchunkJiri Pirko2019-02-091-106/+150
* mlxsw: spectrum_acl: Split region struct into region and vregionJiri Pirko2019-02-092-124/+180
* lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko2019-02-091-2/+35
* devlink: publish params only after driver init is doneJiri Pirko2019-02-093-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0934-80/+155
|\
| * net: Don't default Cavium PTP driver to 'y'Bjorn Helgaas2019-02-071-1/+0Star
| * net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2019-02-071-1/+1
| * net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-071-1/+1
| * net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
| * net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-073-3/+3
| * net: fec_mpc52xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-071-1/+1
| * net: smsc: epic100: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop...Yang Wei2019-02-071-1/+1
| * net: tulip: de2104x: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...Yang Wei2019-02-071-1/+1
| * net/mlx5e: Don't overwrite pedit action when multiple pedit usedTonghao Zhang2019-02-071-10/+15
| * net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang2019-02-073-0/+7
| * qed*: Advance drivers version to 8.37.0.20Manish Chopra2019-02-072-2/+2
| * qed: Change verbosity for coalescing message.Rahul Verma2019-02-071-1/+2
| * qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru2019-02-073-0/+19
| * qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-02-071-2/+3
| * qed: Assign UFP TC value to vlan priority in UFP mode.Sudarsana Reddy Kalluru2019-02-071-0/+3
| * qed: Fix EQ full firmware assert.Manish Chopra2019-02-072-8/+8
| * net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on ...Guy Shattah2019-02-051-2/+7
| * net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz2019-02-055-18/+24
| * net/mlx5e: FPGA, fix Innova IPsec TX offload data path performanceRaed Salem2019-02-051-0/+6
| * net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-032-15/+12Star
| * enic: fix checksum validation for IPv6Govindarajulu Varadarajan2019-02-011-1/+2
| * skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-011-2/+4
| * bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan2019-01-311-1/+7
| * net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu2019-01-311-3/+3
| * net: stmmac: Send TSO packets always from Queue 0Jose Abreu2019-01-311-1/+10
| * net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-01-311-4/+10
| * ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-01-301-0/+2
* | nfp: flower: remove unused index from nfp_fl_pedit()Pablo Neira Ayuso2019-02-081-10/+10
* | sfc: add bundle partition definitions to mtdPaul Fox2019-02-082-0/+10
* | net: marvell: neta: add comphy supportRussell King2019-02-081-4/+41
* | net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha2019-02-073-37/+55
* | net/mlx5e: Add tx reporter supportEran Ben Elisha2019-02-076-128/+306