summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-23net: dsa: qca8k: Switch to PHYLINK instead of PHYLIBJonathan McDowell1-96/+210
2020-06-23Merge branch 'bonding-initial-support-for-hardware-crypto-offload'David S. Miller6-27/+183
2020-06-23bonding: support hardware encryption offload to slavesJarod Wilson2-2/+128
2020-06-23mlx5: become aware of when running as a bonding slaveJarod Wilson1-0/+6
2020-06-23ixgbe_ipsec: become aware of when running as a bonding slaveJarod Wilson1-8/+31
2020-06-23xfrm: bail early on slave pass over skbJarod Wilson2-17/+18
2020-06-23Merge branch 'devlink-Support-get-set-mac-address-of-a-port-function'David S. Miller10-69/+343
2020-06-23net/mlx5: E-switch, Supporting setting devlink port function mac addressParav Pandit3-0/+41
2020-06-23net/mlx5: Split mac address setting function for using state_lockParav Pandit1-14/+24
2020-06-23net/mlx5: E-switch, Support querying port function mac addressParav Pandit3-0/+55
2020-06-23net/mlx5: Move helper to eswitch layerParav Pandit2-7/+8
2020-06-23net/mlx5: E-switch, Introduce and use eswitch support check helperParav Pandit3-40/+50
2020-06-23net/mlx5: Constify mac address pointerParav Pandit4-5/+5
2020-06-23net/devlink: Support setting hardware address of port functionParav Pandit2-0/+86
2020-06-23net/devlink: Support querying hardware address of port functionParav Pandit3-0/+67
2020-06-23net/devlink: Prepare devlink port functions to fill extackParav Pandit1-4/+8
2020-06-21Merge branch 'Marvell-mvpp2-improvements'David S. Miller1-75/+88
2020-06-21net: mvpp2: set xlg flow control in mvpp2_mac_link_up()Russell King1-12/+11
2020-06-21net: mvpp2: add register modification helperRussell King1-42/+46
2020-06-21net: mvpp2: add mvpp2_phylink_to_port() helperRussell King1-15/+14
2020-06-21net: mvpp2: add port support helpersRussell King1-16/+27
2020-06-21Remove redundant skb null checkGaurav Singh1-1/+1
2020-06-21Merge branch 'tcp-remove-two-indirect-calls-from-xmit-path'David S. Miller6-16/+28
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet4-10/+14
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet4-6/+14
2020-06-21of: mdio: preserve phy dev_flags in of_phy_connect()Tao Ren1-1/+1
2020-06-21net: Avoid overwriting valid skb->napi_idAmritha Nambiar1-1/+5
2020-06-21Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-06-21Merge branch 'Ocelot-Felix-driver-cleanup'David S. Miller18-2519/+2510
2020-06-21net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}Vladimir Oltean2-56/+45
2020-06-21net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean6-251/+257
2020-06-21net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean6-5/+5
2020-06-21net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean10-1159/+1151
2020-06-21net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean4-452/+442
2020-06-21net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCHVladimir Oltean2-4/+4
2020-06-21net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean3-12/+23
2020-06-21net: mscc: ocelot: rename module to mscc_ocelotVladimir Oltean1-1/+2
2020-06-21net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.cVladimir Oltean2-1/+1
2020-06-21net: mscc: ocelot: access EtherType using __be16Vladimir Oltean2-4/+4
2020-06-21net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean1-4/+6
2020-06-21net: dsa: felix: make vcap is2 keys and actions staticVladimir Oltean1-2/+2
2020-06-21Merge branch 'Strict-mode-for-VRF'David S. Miller4-9/+963
2020-06-21selftests: add selftest for the VRF strict modeAndrea Mayer1-0/+390
2020-06-21vrf: add l3mdev registration for table to VRF device lookupAndrea Mayer1-4/+55
2020-06-21vrf: add sysctl parameter for strict modeAndrea Mayer1-0/+118
2020-06-21vrf: track associations between VRF devices and tablesAndrea Mayer1-5/+268
2020-06-21l3mdev: add infrastructure for table to VRF mappingAndrea Mayer2-0/+132
2020-06-20net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2020-06-20taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2020-06-20Merge branch 'Clause-45-PHY-probing-improvements'David S. Miller4-62/+117