summaryrefslogtreecommitdiffstats
path: root/net/ethernet (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-17mptcp: setsockopt: add SO_INCOMING_CPUFlorian Westphal1-0/+16
2021-04-17mptcp: setsockopt: add SO_MARK supportFlorian Westphal1-0/+8
2021-04-17mptcp: setsockopt: support SO_LINGERFlorian Westphal1-0/+43
2021-04-17mptcp: setsockopt: handle receive/send buffer and device bindFlorian Westphal1-0/+52
2021-04-17mptcp: setsockopt: handle SO_KEEPALIVE and SO_PRIORITYFlorian Westphal1-0/+106
2021-04-17mptcp: tag sequence_seq with socket stateFlorian Westphal4-5/+62
2021-04-17mptcp: add skeleton to sync msk socket options to subflowsFlorian Westphal4-8/+60
2021-04-17mptcp: only admit explicitly supported sockoptPaolo Abeni1-0/+216
2021-04-17mptcp: move sockopt function into a new filePaolo Abeni4-121/+142
2021-04-17mptcp: revert "mptcp: forbit mcast-related sockopt on MPTCP sockets"Matthieu Baerts1-45/+0
2021-04-17atl1c: move tx cleanup processing out of interruptGatis Peisenieks2-10/+36
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean9-14/+15
2021-04-17net: bridge: switchdev: refactor br_switchdev_fdb_notifyTobias Waldekranz1-30/+11
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet1-1/+1
2021-04-16mlx5: implement ethtool::get_fec_statsJakub Kicinski3-2/+38
2021-04-16sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski3-0/+30
2021-04-16bnxt: implement ethtool::get_fec_statsJakub Kicinski1-0/+15
2021-04-16ethtool: add FEC statisticsJakub Kicinski5-1/+149
2021-04-16ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski1-3/+4
2021-04-16ethtool: move ethtool_stats_initJakub Kicinski2-6/+6
2021-04-16scm: optimize put_cmsg()Eric Dumazet1-8/+15
2021-04-16enetc: convert to schedule_work()Yangbo Lu1-1/+1
2021-04-16net: hns3: VF not request link status when PF support push link status featureGuangbin Huang3-3/+12
2021-04-16net: hns3: PF add support for pushing link status to VFsGuangbin Huang4-8/+43
2021-04-16net: phy: at803x: select correct page on config initDavid Bauer1-1/+49
2021-04-15ice: reduce scope of variablePaul M Stillwell Jr1-1/+2
2021-04-15ice: remove return variablePaul M Stillwell Jr3-8/+6
2021-04-15ice: suppress false cppcheck issuesBruce Allan3-0/+5
2021-04-15ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley1-0/+2
2021-04-15ice: remove unused struct memberJesse Brandeburg2-4/+3
2021-04-15ice: use local for consistencyJesse Brandeburg1-5/+7
2021-04-15ice: print name in /proc/iomemJesse Brandeburg1-1/+1
2021-04-15ice: Reimplement module reads used by ethtoolScott W Taylor1-10/+39
2021-04-15ice: refactor ITR data structuresJesse Brandeburg5-33/+26
2021-04-15ice: manage interrupts during poll exitJesse Brandeburg2-1/+13
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller7-267/+175
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg5-104/+112
2021-04-15ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan3-6/+22
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan8-187/+187
2021-04-15ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan4-8/+8
2021-04-14net/packet: remove data races in fanout operationsEric Dumazet2-7/+10
2021-04-14net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli4-16/+27
2021-04-14net: enetc: fetch MAC address from device treeMichael Walle1-16/+49
2021-04-14sfc: Remove duplicate argumentWan Jiabing1-1/+0
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni1-3/+12
2021-04-14atm: idt77252: remove unused functionJiapeng Chong1-6/+0
2021-04-14r8169: add support for pause ethtool opsHeiner Kallweit1-0/+28
2021-04-14net: stmmac: Add support for external trigger timestampingTan Tee Min8-1/+101
2021-04-14net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov1-28/+89
2021-04-14net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov1-98/+98