summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: use .mac_select_pcs() interfaceRussell King (Oracle)2021-12-162-36/+42
* net: phylink: add pcs_validate() methodRussell King (Oracle)2021-12-162-0/+51
* net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)2021-12-162-9/+77
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2021-12-1613-167/+558
|\
| * ice: use modern kernel API for kickJesse Brandeburg2021-12-151-4/+5
| * ice: tighter control over VSI_DOWN stateJesse Brandeburg2021-12-152-5/+8
| * ice: use prefetch methodsJesse Brandeburg2021-12-151-1/+12
| * ice: update to newer kernel APIJesse Brandeburg2021-12-151-9/+9
| * ice: support immediate firmware activation via devlink reloadJacob Keller2021-12-1511-29/+330
| * ice: reduce time to read Option ROM CIVD dataJacob Keller2021-12-151-12/+36
| * ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller2021-12-153-72/+39
| * ice: move and rename ice_check_for_pending_updateJacob Keller2021-12-153-77/+77
| * ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2021-12-152-5/+89
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2021-12-166-28/+76
|\ \
| * | net/mlx5: Introduce log_max_current_uc_list_wr_supported bitShay Drory2021-12-151-1/+1
| * | RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2021-12-142-3/+4
| * | net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb2021-12-141-6/+29
| * | net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb2021-12-141-12/+32
| * | net/mlx5: Separate FDB namespaceMaor Gottlieb2021-12-144-8/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-12-166-22/+12
|\ \ \ | |_|/ |/| |
| * | netfilter: conntrack: Remove useless assignment statementsluo penghao2021-12-161-1/+0
| * | netfilter: bridge: add support for pppoe filteringFlorian Westphal2021-11-301-4/+3
| * | netfilter: nft_fwd_netdev: Support egress hookPablo Neira Ayuso2021-11-301-2/+5
| * | netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao2021-11-301-1/+1
| * | netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal2021-11-301-6/+0
| * | netfilter: conntrack: Use memset_startat() to zero struct nf_connKees Cook2021-11-301-3/+1
| * | ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng2021-11-301-5/+2
* | | ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski2021-12-151-3/+2
* | | net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-153-5/+14
* | | Merge branch 'mlxsw-ipv6-underlay'David S. Miller2021-12-1510-84/+558
|\ \ \
| * | | selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen2021-12-151-18/+0
| * | | mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen2021-12-154-10/+168
| * | | mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen2021-12-153-2/+162
| * | | mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen2021-12-151-0/+13
| * | | mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2021-12-152-24/+38
| * | | mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen2021-12-151-9/+22
| * | | mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen2021-12-151-22/+6
| * | | mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2021-12-152-0/+150
|/ / /
* | | Merge tag 'mlx5-updates-2021-12-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-12-1525-995/+1855
|\ \ \
| * | | net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2021-12-152-19/+35
| * | | net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2021-12-152-38/+51
| * | | net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2021-12-152-0/+15
| * | | net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2021-12-153-12/+6
| * | | net/mlx5e: TC action parsing loopRoi Dayan2021-12-151-42/+46
| * | | net/mlx5e: Add redirect ingress to tc action infraRoi Dayan2021-12-155-51/+83
| * | | net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan2021-12-156-28/+90
| * | | net/mlx5e: Add ct to tc action infraRoi Dayan2021-12-155-30/+64
| * | | net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan2021-12-157-261/+382
| * | | net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan2021-12-155-34/+102
| * | | net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan2021-12-158-221/+314