summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-12CDC-NCM: remove "connected" log messageRoland Dreier1-3/+0
2021-01-12net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl1-17/+6
2021-01-12net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl1-3/+1
2021-01-12r8169: work around power-saving bug on some chip versionsHeiner Kallweit1-2/+4
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2021-01-12bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo1-1/+1
2021-01-12bareudp: set NETIF_F_LLTX flagTaehee Yoo1-0/+1
2021-01-12net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2021-01-12erspan: fix version 1 check in gre_parse_header()Cong Wang1-1/+1
2021-01-12net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap5-5/+7
2021-01-12ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault1-1/+1
2021-01-12bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14
2021-01-12net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski1-5/+6
2021-01-12bnxt_en: Check TQM rings for maximum supported value.Michael Chan2-3/+11
2021-01-12e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2021-01-12Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2021-01-12e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2021-01-12e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2021-01-12tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang1-1/+1
2021-01-12net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko1-0/+2
2021-01-12net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart1-5/+18
2021-01-12net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart1-0/+7
2021-01-12net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart1-7/+22
2021-01-12net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart1-0/+6
2021-01-12net: ethernet: Fix memleak in ethoc_probeDinghao Liu1-1/+2
2021-01-12net/ncsi: Use real net-device for response handlerJohn Wang1-1/+1
2021-01-12virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike1-5/+7
2021-01-12qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2021-01-12net: ethernet: mvneta: Fix error handling in mvneta_probeDinghao Liu1-1/+1
2021-01-12ibmvnic: continue fatal error reset after passive initLijun Pan1-2/+1
2021-01-12ibmvnic: fix login buffer memory leakLijun Pan1-0/+3
2021-01-12net: stmmac: dwmac-meson8b: ignore the second clock inputMartin Blumenstingl1-1/+1
2021-01-12net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski1-1/+1
2021-01-12atm: idt77252: call pci_disable_device() on error pathDan Carpenter1-1/+1
2021-01-12ionic: account for vlan tag len in rx buffer lenShannon Nelson1-1/+1
2021-01-12ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes1-0/+1
2021-01-12ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2021-01-12net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli1-0/+1
2021-01-12net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski1-2/+3
2021-01-12net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski2-1/+34
2021-01-12net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2021-01-12iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch3-2/+15
2021-01-09Linux 5.10.6v5.10.6Greg Kroah-Hartman1-1/+1
2021-01-09mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman8-43/+44
2021-01-09rwsem: Implement down_read_interruptibleEric W. Biederman2-0/+27
2021-01-09rwsem: Implement down_read_killable_nestedEric W. Biederman2-0/+16
2021-01-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org1-23/+23