summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang4-5/+15
2021-06-18mptcp: generate the data checksumGeliang Tang3-1/+25
2021-06-18mptcp: add csum_enabled in mptcp_sockGeliang Tang4-0/+5
2021-06-18Merge branch 'seg6.end.dt6'David S. Miller3-22/+647
2021-06-18selftests: seg6: add selftest for SRv6 End.DT46 BehaviorAndrea Mayer1-0/+573
2021-06-18seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer2-22/+74
2021-06-18Documentation: ACPI: DSD: fix block code commentsIoana Ciornei1-4/+11
2021-06-18Documentation: ACPI: DSD: include phy.rst in the toctreeIoana Ciornei1-0/+1
2021-06-18net: neterion: vxge: remove redundant continue statementColin Ian King1-3/+2
2021-06-18drivers: net: netdevsim: fix devlink_trap selftests failingOleksandr Mazur2-8/+8
2021-06-18iavf: clean up packet type lookup tableJesse Brandeburg2-119/+6
2021-06-18i40e: clean up packet type lookup tableJesse Brandeburg2-119/+6
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg5-126/+50
2021-06-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller7-26/+18
2021-06-17Merge branch 'hdlc_ppp-cleanups'David S. Miller1-21/+17
2021-06-17net: hdlc_ppp: add required spacePeng Li1-1/+2
2021-06-17net: hdlc_ppp: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-17net: hdlc_ppp: move out assignment in if conditionPeng Li1-1/+2
2021-06-17net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-17net: hdlc_ppp: add blank line after declarationsPeng Li1-0/+4
2021-06-17net: hdlc_ppp: remove redundant blank linesPeng Li1-9/+0
2021-06-17Merge branch 'mdio-nodes'David S. Miller5-8/+14
2021-06-17net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei3-9/+6
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2-0/+8
2021-06-17net: mdio: setup of_node for the MDIO deviceIoana Ciornei1-0/+1
2021-06-17r8152: store the information of the pipesHayes Wang1-5/+13
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller146-1247/+4777
2021-06-17Merge branch 'gianfar-64-bit-stats'David S. Miller2-25/+125
2021-06-17net: gianfar: Implement rx_missed_errors counterEsben Haabendal2-3/+57
2021-06-17net: gianfar: Add definitions for CAR1 and CAM1 register bitsEsben Haabendal1-0/+54
2021-06-17net: gianfar: Avoid 16 bytes of memsetEsben Haabendal1-1/+1
2021-06-17net: gianfar: Clear CAR registersEsben Haabendal1-0/+3
2021-06-17net: gianfar: Extend statistics counters to 64-bitEsben Haabendal1-5/+5
2021-06-17net: gianfar: Convert to ndo_get_stats64 interfaceEsben Haabendal1-18/+7
2021-06-17net: sched: fix error return code in tcf_del_walker()Yang Yingliang1-1/+2
2021-06-17net: ipa: Add missing of_node_put() in ipa_firmware_load()Yang Yingliang1-0/+1
2021-06-17net: fix mistake path for netdev_features_stringsJian Shen2-3/+3
2021-06-17documentation: networking: devlink: fix prestera.rst formatting that causes b...Oleksandr Mazur3-2/+4
2021-06-17net: pcs: xpcs: Fix a less than zero u16 comparison errorColin Ian King1-6/+6
2021-06-17ice: remove redundant continue statement in a for-loopColin Ian King1-6/+4
2021-06-17net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi1-1/+1
2021-06-17ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller1-8/+4
2021-06-17ice: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17ice: remove local variablePaul M Stillwell Jr1-2/+1
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr2-6/+6
2021-06-17ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-06-17ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-06-17selftests/bpf: Fix selftests build with old system-wide headersAndrii Nakryiko1-0/+4
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann1-18/+43
2021-06-17libbpf: Fail compilation if target arch is missingLorenz Bauer1-4/+42