summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: bail early on slave pass over skbJarod Wilson2020-06-222-17/+18
* Merge branch 'devlink-Support-get-set-mac-address-of-a-port-function'David S. Miller2020-06-2210-69/+343
|\
| * net/mlx5: E-switch, Supporting setting devlink port function mac addressParav Pandit2020-06-223-0/+41
| * net/mlx5: Split mac address setting function for using state_lockParav Pandit2020-06-221-14/+24
| * net/mlx5: E-switch, Support querying port function mac addressParav Pandit2020-06-223-0/+55
| * net/mlx5: Move helper to eswitch layerParav Pandit2020-06-222-7/+8
| * net/mlx5: E-switch, Introduce and use eswitch support check helperParav Pandit2020-06-223-40/+50
| * net/mlx5: Constify mac address pointerParav Pandit2020-06-224-5/+5
| * net/devlink: Support setting hardware address of port functionParav Pandit2020-06-222-0/+86
| * net/devlink: Support querying hardware address of port functionParav Pandit2020-06-223-0/+67
| * net/devlink: Prepare devlink port functions to fill extackParav Pandit2020-06-221-4/+8
|/
* Merge branch 'Marvell-mvpp2-improvements'David S. Miller2020-06-201-75/+88
|\
| * net: mvpp2: set xlg flow control in mvpp2_mac_link_up()Russell King2020-06-201-12/+11
| * net: mvpp2: add register modification helperRussell King2020-06-201-42/+46
| * net: mvpp2: add mvpp2_phylink_to_port() helperRussell King2020-06-201-15/+14
| * net: mvpp2: add port support helpersRussell King2020-06-201-16/+27
|/
* Remove redundant skb null checkGaurav Singh2020-06-201-1/+1
* Merge branch 'tcp-remove-two-indirect-calls-from-xmit-path'David S. Miller2020-06-206-16/+28
|\
| * tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-204-10/+14
| * tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-204-6/+14
|/
* of: mdio: preserve phy dev_flags in of_phy_connect()Tao Ren2020-06-201-1/+1
* net: Avoid overwriting valid skb->napi_idAmritha Nambiar2020-06-201-1/+5
* Remove redundant condition in qdisc_graftGaurav Singh2020-06-201-2/+1
* Merge branch 'Ocelot-Felix-driver-cleanup'David S. Miller2020-06-2018-2519/+2510
|\
| * net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}Vladimir Oltean2020-06-202-56/+45
| * net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean2020-06-206-251/+257
| * net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean2020-06-206-5/+5
| * net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean2020-06-2010-1159/+1151
| * net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean2020-06-204-452/+442
| * net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCHVladimir Oltean2020-06-202-4/+4
| * net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean2020-06-203-12/+23
| * net: mscc: ocelot: rename module to mscc_ocelotVladimir Oltean2020-06-201-1/+2
| * net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.cVladimir Oltean2020-06-202-1/+1
| * net: mscc: ocelot: access EtherType using __be16Vladimir Oltean2020-06-202-4/+4
| * net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean2020-06-201-4/+6
| * net: dsa: felix: make vcap is2 keys and actions staticVladimir Oltean2020-06-201-2/+2
|/
* Merge branch 'Strict-mode-for-VRF'David S. Miller2020-06-204-9/+963
|\
| * selftests: add selftest for the VRF strict modeAndrea Mayer2020-06-201-0/+390
| * vrf: add l3mdev registration for table to VRF device lookupAndrea Mayer2020-06-201-4/+55
| * vrf: add sysctl parameter for strict modeAndrea Mayer2020-06-201-0/+118
| * vrf: track associations between VRF devices and tablesAndrea Mayer2020-06-201-5/+268
| * l3mdev: add infrastructure for table to VRF mappingAndrea Mayer2020-06-202-0/+132
|/
* net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-3/+1
* taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-3/+2
* Merge branch 'Clause-45-PHY-probing-improvements'David S. Miller2020-06-194-62/+117
|\
| * net: phy: read MMD ID from all present MMDsRussell King2020-06-192-1/+14
| * net: phy: split devices_in_packageRussell King2020-06-194-10/+12
| * net: phy: set devices_in_package only after validationRussell King2020-06-191-7/+9
| * net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-192-2/+40
| * net: phy: reword get_phy_device() kerneldocRussell King2020-06-191-2/+11