summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: move sockopt function into a new filePaolo Abeni2021-04-174-121/+142
* mptcp: revert "mptcp: forbit mcast-related sockopt on MPTCP sockets"Matthieu Baerts2021-04-171-45/+0
* atl1c: move tx cleanup processing out of interruptGatis Peisenieks2021-04-172-10/+36
* Merge branch 'BR_FDB_LOCAL'David S. Miller2021-04-179-44/+26
|\
| * net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-179-14/+15
| * net: bridge: switchdev: refactor br_switchdev_fdb_notifyTobias Waldekranz2021-04-171-30/+11
|/
* scm: fix a typo in put_cmsg()Eric Dumazet2021-04-161-1/+1
* Merge branch 'ehtool-fec-stats'David S. Miller2021-04-1613-12/+242
|\
| * mlx5: implement ethtool::get_fec_statsJakub Kicinski2021-04-163-2/+38
| * sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-163-0/+30
| * bnxt: implement ethtool::get_fec_statsJakub Kicinski2021-04-161-0/+15
| * ethtool: add FEC statisticsJakub Kicinski2021-04-165-1/+149
| * ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski2021-04-161-3/+4
| * ethtool: move ethtool_stats_initJakub Kicinski2021-04-162-6/+6
|/
* scm: optimize put_cmsg()Eric Dumazet2021-04-161-8/+15
* enetc: convert to schedule_work()Yangbo Lu2021-04-161-1/+1
* Merge branch 'hns3-next'David S. Miller2021-04-167-11/+55
|\
| * net: hns3: VF not request link status when PF support push link status featureGuangbin Huang2021-04-163-3/+12
| * net: hns3: PF add support for pushing link status to VFsGuangbin Huang2021-04-164-8/+43
|/
* net: phy: at803x: select correct page on config initDavid Bauer2021-04-161-1/+49
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-04-1622-624/+597
|\
| * ice: reduce scope of variablePaul M Stillwell Jr2021-04-151-1/+2
| * ice: remove return variablePaul M Stillwell Jr2021-04-153-8/+6
| * ice: suppress false cppcheck issuesBruce Allan2021-04-153-0/+5
| * ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley2021-04-151-0/+2
| * ice: remove unused struct memberJesse Brandeburg2021-04-152-4/+3
| * ice: use local for consistencyJesse Brandeburg2021-04-151-5/+7
| * ice: print name in /proc/iomemJesse Brandeburg2021-04-151-1/+1
| * ice: Reimplement module reads used by ethtoolScott W Taylor2021-04-151-10/+39
| * ice: refactor ITR data structuresJesse Brandeburg2021-04-155-33/+26
| * ice: manage interrupts during poll exitJesse Brandeburg2021-04-152-1/+13
| * ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller2021-04-157-267/+175
| * ice: refactor interrupt moderation writesJesse Brandeburg2021-04-155-104/+112
| * ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan2021-04-153-6/+22
| * ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan2021-04-158-187/+187
| * ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan2021-04-154-8/+8
|/
* Merge tag 'linux-can-next-for-5.13-20210414' of git://git.kernel.org/pub/scm/...David S. Miller2021-04-141-1/+1
|\
| * can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol2021-04-141-1/+1
* | net/packet: remove data races in fanout operationsEric Dumazet2021-04-142-7/+10
* | net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli2021-04-144-16/+27
* | Merge tag 'mlx5-updates-2021-04-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-1426-778/+996
|\ \
| * | net/mlx5e: Fix RQ creation flow for queues which doesn't support XDPAya Levin2021-04-141-2/+3
| * | net/mlx5: Replace spaces with tab at the start of a lineWenpeng Liang2021-04-141-1/+1
| * | net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang2021-04-143-4/+0
| * | net/mlx5: Add a blank line after declarationsWenpeng Liang2021-04-142-2/+3
| * | net/mlx5: Fix bit-wise and with zeroColin Ian King2021-04-141-1/+1
| * | net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc()Roi Dayan2021-04-142-5/+5
| * | net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu2021-04-144-159/+199
| * | net/mlx5: SF, Reuse stored hardware function idParav Pandit2021-04-141-3/+2
| * | net/mlx5: SF, Use device pointer directlyParav Pandit2021-04-141-8/+8