summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-20of: mdio: preserve phy dev_flags in of_phy_connect()Tao Ren1-1/+1
2020-06-20net: Avoid overwriting valid skb->napi_idAmritha Nambiar1-1/+5
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-06-20Merge branch 'Ocelot-Felix-driver-cleanup'David S. Miller18-2519/+2510
2020-06-20net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}Vladimir Oltean2-56/+45
2020-06-20net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean6-251/+257
2020-06-20net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean6-5/+5
2020-06-20net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean10-1159/+1151
2020-06-20net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean4-452/+442
2020-06-20net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCHVladimir Oltean2-4/+4
2020-06-20net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean3-12/+23
2020-06-20net: mscc: ocelot: rename module to mscc_ocelotVladimir Oltean1-1/+2
2020-06-20net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.cVladimir Oltean2-1/+1
2020-06-20net: mscc: ocelot: access EtherType using __be16Vladimir Oltean2-4/+4
2020-06-20net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean1-4/+6
2020-06-20net: dsa: felix: make vcap is2 keys and actions staticVladimir Oltean1-2/+2
2020-06-20Merge branch 'Strict-mode-for-VRF'David S. Miller4-9/+963
2020-06-20selftests: add selftest for the VRF strict modeAndrea Mayer1-0/+390
2020-06-20vrf: add l3mdev registration for table to VRF device lookupAndrea Mayer1-4/+55
2020-06-20vrf: add sysctl parameter for strict modeAndrea Mayer1-0/+118
2020-06-20vrf: track associations between VRF devices and tablesAndrea Mayer1-5/+268
2020-06-20l3mdev: add infrastructure for table to VRF mappingAndrea Mayer2-0/+132
2020-06-19net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2020-06-19taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2020-06-19Merge branch 'Clause-45-PHY-probing-improvements'David S. Miller4-62/+117
2020-06-19net: phy: read MMD ID from all present MMDsRussell King2-1/+14
2020-06-19net: phy: split devices_in_packageRussell King4-10/+12
2020-06-19net: phy: set devices_in_package only after validationRussell King1-7/+9
2020-06-19net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2-2/+40
2020-06-19net: phy: reword get_phy_device() kerneldocRussell King1-2/+11
2020-06-19net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King1-6/+8
2020-06-19net: phy: clean up get_phy_c45_ids() failure handlingRussell King1-12/+10
2020-06-19net: phy: clean up PHY ID readingRussell King1-16/+9
2020-06-19net: phy: clean up cortina workaroundRussell King1-15/+13
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva2-8/+6
2020-06-19net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2020-06-19cxgb4: Use struct_size() helperGustavo A. R. Silva1-1/+1
2020-06-19ethernet: ti: am65-cpsw-qos: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-5/+3
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet3-8/+29
2020-06-19Merge branch 'cxgb4-add-support-for-ethtool-n-tuple-filters'David S. Miller9-72/+463
2020-06-19cxgb4: add action to steer flows to specific RxqVishal Kulkarni1-0/+8
2020-06-19cxgb4: add support to fetch ethtool n-tuple filtersVishal Kulkarni1-0/+110
2020-06-19cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni3-9/+84
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni5-47/+135
2020-06-19cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni6-16/+126
2020-06-19net: qos offload add flow status with dropped countPo Liu25-50/+60
2020-06-18Merge branch 'cxgb4-add-support-to-read-write-flash'David S. Miller9-16/+637
2020-06-18cxgb4: add support to read serial flashVishal Kulkarni5-2/+57
2020-06-18cxgb4: add support to flash boot cfg imageVishal Kulkarni3-0/+129
2020-06-18cxgb4: add support to flash boot imageVishal Kulkarni4-0/+297