summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Merge branch 'l2tp-tidy-up-l2tp-core-API'David S. Miller4-111/+154
2020-07-30l2tp: improve API documentation in l2tp_core.hTom Parkin1-14/+72
2020-07-30l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2-2/+2
2020-07-30l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2-7/+4
2020-07-30l2tp: return void from l2tp_session_deleteTom Parkin3-10/+5
2020-07-30l2tp: don't export tunnel and session free functionsTom Parkin2-47/+46
2020-07-30l2tp: don't export __l2tp_session_unhashTom Parkin2-32/+26
2020-07-30selftests: txtimestamp: add flag for timestamp validation tolerance.Jian Yang1-2/+8
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller12-69/+338
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez1-13/+20
2020-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-78/+346
2020-07-29net: mvneta: fix comment about phylink_speed_downJisheng Zhang1-1/+1
2020-07-29ice: fix unused parameter warningTony Nguyen1-2/+2
2020-07-29ice: disable no longer needed workaround for FW loggingBen Shelton1-2/+0
2020-07-29ice: reduce scope of variableBruce Allan1-2/+4
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak1-8/+2
2020-07-29ice: distribute Tx queues evenlyVictor Raj1-4/+51
2020-07-29ice: Adjust scheduler default BW weightTarun Singh2-2/+13
2020-07-29ice: Add RL profile bit mask checkTarun Singh1-5/+6
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr1-2/+8
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil1-1/+7
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley3-0/+34
2020-07-29ice: fix link event handling timingDave Ertman2-1/+7
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman1-4/+0
2020-07-29ice: Implement LFC workaroundDave Ertman6-38/+148
2020-07-28Merge branch 'net-stmmac-improve-WOL'David S. Miller2-6/+31
2020-07-28net: stmmac: Speed down the PHY if WoL to save energyJisheng Zhang1-0/+8
2020-07-28net: stmmac: Support WOL with phyJisheng Zhang2-0/+15
2020-07-28net: stmmac: only call pmt() during suspend/resume if HW enables PMTJisheng Zhang1-3/+3
2020-07-28net: stmmac: Move device_can_wakeup() check earlier in set_wolJisheng Zhang1-3/+3
2020-07-28net: stmmac: Remove WAKE_MAGIC if HW shows no pmt_magic_frameJisheng Zhang1-0/+2
2020-07-28Merge branch 'RTL8366-VLAN-callback-fixes'David S. Miller1-11/+24
2020-07-28net: dsa: rtl8366: Fix VLAN set-upLinus Walleij1-7/+7
2020-07-28net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij1-4/+17
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez4-12/+48
2020-07-28net_sched: initialize timer earlier in red_init()Cong Wang1-4/+4
2020-07-28Merge branch 'hinic-add-some-error-messages-for-debug'David S. Miller21-81/+855
2020-07-28hinic: add log in exception handling processesLuo bin13-45/+151
2020-07-28hinic: add support to handle hw abnormal eventLuo bin10-36/+704
2020-07-28Merge branch 'introduce-PLDM-firmware-update-library'David S. Miller24-3/+2953
2020-07-28ice: implement device flash update via devlinkJacob Keller9-1/+1007
2020-07-28ice: add flags indicating pending update of firmware moduleJacob Keller3-0/+24
2020-07-28ice: Add AdminQ commands for FW updateCudzilo, Szymon T5-2/+281
2020-07-28ice: Add support for unified NVM update flow capabilityJacek Naczyk3-0/+11
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller11-0/+1630
2020-07-28Merge branch 'mptcp-Exchange-MPTCP-DATA_FIN-DATA_ACK-before-TCP-FIN'David S. Miller4-66/+306
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau1-1/+1
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau1-1/+1