summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller6-28/+76
2021-12-16net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-16net/packet: rx_owner_map depends on pg_vecWillem de Bruijn1-2/+3
2021-12-16netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...Haimin Zhang1-0/+1
2021-12-16dpaa2-eth: fix ethtool statisticsIoana Ciornei2-1/+3
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski6-22/+12
2021-12-16netfilter: conntrack: Remove useless assignment statementsluo penghao1-1/+0
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-15dm integrity: fix data corruption due to improper use of bvec_kmap_localMike Snitzer1-1/+1
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2-0/+20
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-15Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds3-14/+25
2021-12-15Merge tag 's390-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-11/+44
2021-12-15Merge tag 'hyperv-fixes-signed-20211214' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2021-12-15net/mlx5: Introduce log_max_current_uc_list_wr_supported bitShay Drory1-1/+1
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore1-11/+10
2021-12-15ice: use modern kernel API for kickJesse Brandeburg1-4/+5
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg2-5/+8
2021-12-15ice: use prefetch methodsJesse Brandeburg1-1/+12
2021-12-15ice: update to newer kernel APIJesse Brandeburg1-9/+9
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller11-29/+330
2021-12-15ice: reduce time to read Option ROM CIVD dataJacob Keller1-12/+36
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller3-72/+39
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller3-77/+77
2021-12-15ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2-5/+89
2021-12-15soc/tegra: fuse: Fix bitwise vs. logical OR warningNathan Chancellor2-2/+2
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski1-3/+2
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet3-5/+14
2021-12-15Merge branch 'mlxsw-ipv6-underlay'David S. Miller10-84/+558
2021-12-15selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen1-18/+0
2021-12-15mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen4-10/+168
2021-12-15mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen3-2/+162
2021-12-15mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen1-0/+13
2021-12-15mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2-24/+38
2021-12-15mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen1-9/+22
2021-12-15mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen1-22/+6
2021-12-15mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2-0/+150
2021-12-15Merge tag 'mlx5-updates-2021-12-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller25-995/+1855
2021-12-15Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux...David S. Miller8-19/+24
2021-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2-8/+11
2021-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller38-2745/+2391
2021-12-15net: fec: fix system hang during suspend/resumeJoakim Zhang1-12/+34
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger1-1/+4
2021-12-15sun4i-emac.c: remove unnecessary branchConley Lee1-18/+0
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet16-18/+23
2021-12-15net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2-19/+35
2021-12-15net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2-38/+51
2021-12-15net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2-0/+15