summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean1-0/+6
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8
2021-03-08net: davicom: Use platform_get_irq_optional()Paul Cercueil1-1/+1
2021-03-08net: davicom: Fix regulator not turned off on driver removalPaul Cercueil1-1/+8
2021-03-08net: davicom: Fix regulator not turned off on failed probePaul Cercueil1-3/+9
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean2-27/+57
2021-03-08net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-03-08net: usb: log errors to dmesg/syslogGrant Grundler1-1/+1
2021-03-08net: usb: cdc_ncm: emit dev_err on error pathsGrant Grundler1-5/+5
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury1-4/+4
2021-03-08net: dsa: bcm_sf2: simplify optional reset handlingPhilipp Zabel1-3/+3
2021-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-17/+145
2021-03-06ethernet: alx: fix order of calls on resumeJakub Kicinski1-2/+5
2021-03-06lan743x: trim all 4 bytes of the FCS; not just 2George McCollister1-1/+1
2021-03-06gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun1-0/+15
2021-03-06sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2021-03-06net/hamradio/6pack: remove redundant check in sp_encaps()Denis Efremov1-5/+0
2021-03-06r8169: fix r8168fp_adjust_ocp_cmd functionHayes Wang1-1/+1
2021-03-06selftest/net/ipsec.c: Remove unneeded semicolonXu Wang1-1/+1
2021-03-06ibmvnic: remove excessive irqsaveJunlin Yang1-2/+2
2021-03-06CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov1-1/+1
2021-03-05stmmac: intel: Fixes clock registration error seen for multiple interfacesWong Vee Khee1-1/+4
2021-03-05net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong1-3/+6
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-03-05net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai1-0/+1
2021-03-05net/mlx4_en: update moderation when config resetKevin(Yudong) Yang3-1/+4
2021-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller9-40/+128
2021-03-05bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman4-1/+72
2021-03-05cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore3-19/+9
2021-03-05ibmvnic: always store valid MAC addressJiri Wiesner1-3/+2
2021-03-05netdevsim: init u64 stats for 32bit hardwareHillf Danton1-0/+1
2021-03-05Merge branch 'mptcp-fixes'David S. Miller2-67/+112
2021-03-05mptcp: free resources when the port number is mismatchedGeliang Tang1-6/+7
2021-03-05mptcp: fix missing wakeupPaolo Abeni1-2/+8
2021-03-05mptcp: fix race in release_cbPaolo Abeni1-12/+21
2021-03-05mptcp: factor out __mptcp_retrans helper()Paolo Abeni1-43/+50
2021-03-05mptcp: reset 'first' and ack_hint on subflow closeFlorian Westphal1-0/+9
2021-03-05mptcp: dispose initial struct socket when its subflow is closedFlorian Westphal1-6/+12
2021-03-05mptcp: fix memory accounting on allocation errorPaolo Abeni1-0/+1
2021-03-05mptcp: put subflow sock on connect errorFlorian Westphal1-0/+1
2021-03-05mptcp: reset last_snd on subflow closeFlorian Westphal1-0/+5
2021-03-05net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-03-05net: usb: qmi_wwan: allow qmimux add/del with master upDaniele Palmas1-14/+0
2021-03-05net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean1-2/+2
2021-03-05net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean1-1/+1
2021-03-05net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean1-1/+2
2021-03-05Merge branch 'nexthop-blackhole'David S. Miller2-3/+15
2021-03-05selftests: fib_nexthops: Test blackhole nexthops when loopback goes downIdo Schimmel1-0/+8