summaryrefslogtreecommitdiffstats
path: root/net/packet (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean2-82/+19
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean2-14/+15
2021-06-07net: phy: introduce PHY_INTERFACE_MODE_REVRMIIVladimir Oltean2-0/+5
2021-06-07ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr1-5/+1
2021-06-07ice: downgrade error print to debug printAnirudh Venkataramanan1-1/+1
2021-06-07ice: Detect and report unsupported module power levelsAnirudh Venkataramanan5-2/+48
2021-06-07ice: (re)initialize NVM fields when rebuildingJacob Keller1-0/+6
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller5-0/+42
2021-06-07ice: add error message when pldmfw_flash_image failsJacob Keller1-0/+10
2021-06-07ice: add extack when unable to read device capsJacob Keller1-0/+3
2021-06-07ice: use static inline for dummy functionsJesse Brandeburg5-29/+33
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta1-6/+8
2021-06-07ice: set the value of global config lock timeout longerLiwei Song1-1/+1
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley3-23/+59
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak4-56/+78
2021-06-07ice: Save VF's MAC across rebootBrett Creeley2-17/+31
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley2-27/+141
2021-06-07virtchnl: Use pad byte in virtchnl_ether_addr to specify MAC typeBrett Creeley1-1/+28
2021-06-04net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister1-0/+67
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy4-7/+14
2021-06-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur1-4/+2
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle1-4/+5
2021-06-04net: hdlc_x25: fix the alignment issuePeng Li1-14/+14
2021-06-04net: hdlc_x25: fix the code issue about "if..else.."Peng Li1-2/+1
2021-06-04net: hdlc_x25: add some required spacesPeng Li1-1/+2
2021-06-04net: hdlc_x25: move out assignment in if conditionPeng Li1-6/+11
2021-06-04net: hdlc_x25: remove unnecessary out of memory messagePeng Li1-3/+1
2021-06-04net: hdlc_x25: remove redundant blank linesPeng Li1-22/+0
2021-06-04wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld3-131/+137
2021-06-04wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld3-8/+38
2021-06-04wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2-84/+57
2021-06-04wireguard: allowedips: initialize list head in selftestJason A. Donenfeld1-1/+2
2021-06-04wireguard: peer: allocate in kmem_cacheJason A. Donenfeld3-4/+27
2021-06-04wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2-4/+4
2021-06-04wireguard: do not use -O3Jason A. Donenfeld1-2/+1
2021-06-04wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld1-0/+1
2021-06-04wireguard: selftests: remove old conntrack kconfig valueJason A. Donenfeld1-1/+0
2021-06-04tipc: Return the correct errno codeZheng Yongjun1-3/+3
2021-06-04selftests: mptcp_connect: add SO_TIMESTAMPNS cmsg supportFlorian Westphal2-3/+126
2021-06-04mptcp: receive path cmsg supportFlorian Westphal1-3/+25
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal2-6/+8
2021-06-04mptcp: setsockopt: handle SOL_SOCKET in one place onlyFlorian Westphal1-70/+29
2021-06-04mptcp: sockopt: propagate timestamp request to subflowsFlorian Westphal1-0/+50
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal2-35/+38
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal2-7/+20
2021-06-04igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli4-2/+78
2021-06-04igc: Indentation fixesSasha Neftin1-2/+2
2021-06-04igc: Remove unused MDICNFG registerSasha Neftin1-1/+0