aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Merge branch 'net-phy-add-support-for-shared-interrupts-part-2'Jakub Kicinski10-122/+405
2020-11-17net: phy: adin: remove the use of the .ack_interrupt()Ioana Ciornei1-7/+18
2020-11-17net: phy: adin: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+20
2020-11-17net: phy: ste10Xp: remove the use of .ack_interrupt()Ioana Ciornei1-19/+22
2020-11-17net: phy: ste10Xp: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+20
2020-11-17net: phy: smsc: remove the use of .ack_interrupt()Ioana Ciornei1-15/+18
2020-11-17net: phy: smsc: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+30
2020-11-17net: phy: amd: remove the use of .ack_interrupt()Ioana Ciornei1-3/+11
2020-11-17net: phy: amd: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+23
2020-11-17net: phy: nxp-tja11xx: remove the use of .ack_interrupt()Ioana Ciornei1-4/+15
2020-11-17net: phy: nxp-tja11xx: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+23
2020-11-17net: phy: lxt: remove the use of .ack_interrupt()Ioana Ciornei1-10/+34
2020-11-17net: phy: lxt: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+50
2020-11-17net: phy: marvell: remove the use of .ack_interrupt()Ioana Ciornei1-20/+11
2020-11-17net: phy: marvell: implement generic .handle_interrupt() callbackIoana Ciornei1-21/+36
2020-11-17net: phy: microchip: remove the use of .ack_interrupt()Ioana Ciornei2-18/+12
2020-11-17net: phy: microchip: implement generic .handle_interrupt() callbackIoana Ciornei2-0/+38
2020-11-17net: phy: vitesse: remove the use of .ack_interrupt()Ioana Ciornei1-21/+3
2020-11-17net: phy: vitesse: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+37
2020-11-17net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap1-2/+2
2020-11-17lan743x: replace devicetree phy parse code with library functionSven Van Asbroeck2-28/+8
2020-11-17net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit1-8/+6
2020-11-17r8169: remove nr_frags argument from rtl_tx_slots_availHeiner Kallweit1-9/+6
2020-11-17net: phy: mscc: fix excluded_middle.cocci warningskernel test robot1-1/+1
2020-11-17Merge branch 'net-dsa-tag_dsa-unify-regular-and-ethertype-dsa-taggers'Jakub Kicinski4-268/+271
2020-11-17net: dsa: tag_dsa: Use a consistent comment styleTobias Waldekranz1-20/+8
2020-11-17net: dsa: tag_dsa: Unify regular and ethertype DSA taggersTobias Waldekranz4-263/+252
2020-11-17net: dsa: tag_dsa: Allow forwarding of redirected IGMP trafficTobias Waldekranz1-3/+29
2020-11-16Merge branch 'mptcp-improve-multiple-xmit-streams-support'Jakub Kicinski8-498/+776
2020-11-16mptcp: send explicit ack on delayed ack_seq incrPaolo Abeni1-13/+21
2020-11-16mptcp: keep track of advertised windows right edgeFlorian Westphal3-5/+69
2020-11-16mptcp: rework poll+nospace handlingFlorian Westphal3-51/+54
2020-11-16mptcp: try to push pending data on snd una updatesPaolo Abeni1-0/+3
2020-11-16mptcp: move page frag allocation in mptcp_sendmsg()Paolo Abeni1-217/+189
2020-11-16mptcp: refactor shutdown and closePaolo Abeni5-110/+273
2020-11-16mptcp: introduce MPTCP snd_nxtPaolo Abeni3-12/+16
2020-11-16mptcp: add accounting for pending dataPaolo Abeni2-3/+36
2020-11-16mptcp: reduce the arguments of mptcp_sendmsg_fragPaolo Abeni1-24/+29
2020-11-16mptcp: introduce mptcp_schedule_workPaolo Abeni3-16/+24
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni2-2/+8
2020-11-16mptcp: use tcp_build_frag()Paolo Abeni1-17/+8
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni2-52/+70
2020-11-16Merge branch 'fix-inefficiences-and-rename-nla_strlcpy'Jakub Kicinski29-61/+73
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel29-49/+49
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel6-19/+30
2020-11-16Fix unefficient call to memset before memcpu in nla_strlcpy.Francis Laniel1-1/+2
2020-11-16r8169: improve rtl8169_start_xmitHeiner Kallweit1-9/+6
2020-11-14net: xfrm: use core API for updating/providing statsLev Stipakov1-17/+2
2020-11-14net: openvswitch: use core API to update/provide statsLev Stipakov1-22/+7
2020-11-14Merge branch 'mlxsw-preparations-for-nexthop-objects-support-part-1-2'Jakub Kicinski3-286/+300