aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-11net: caif: Add lockdep expression to RCU traversal primitiveAmol Grover1-1/+2
2020-03-11MAINTAINERS: remove Sathya Perla as Emulex NIC maintainerJakub Kicinski1-1/+0
2020-03-11net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-03-11mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari1-1/+2
2020-03-11nl80211: add missing attribute validation for channel switchJakub Kicinski1-0/+1
2020-03-11nl80211: add missing attribute validation for beacon report scanningJakub Kicinski1-0/+2
2020-03-11nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski1-0/+2
2020-03-10s390/qeth: cancel RX reclaim work earlierJulian Wiedmann3-1/+2
2020-03-10s390/qeth: handle error when backing RX bufferJulian Wiedmann1-4/+9
2020-03-10s390/qeth: don't reset default_out_queueJulian Wiedmann1-1/+0
2020-03-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-10ibmvnic: Do not process device remove during device resetJuliet Kim2-3/+27
2020-03-10net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-03-10ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-10net: memcg: late association of sock to memcgShakeel Butt3-15/+24
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2-0/+8
2020-03-10MAINTAINERS: update cxgb4vf maintainer to VishalJakub Kicinski1-1/+1
2020-03-09net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean2-12/+18
2020-03-09ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet1-1/+1
2020-03-09cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-09macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
2020-03-09ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar1-0/+1
2020-03-09ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar1-8/+10
2020-03-09sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-09linux-next: DOC: RDS: Fix a typo in rds.txtMasanari Iida1-1/+1
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin5-40/+40
2020-03-08net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-08gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-08ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2020-03-06rhashtable: Document the right function parametersJonathan Neuschäfer1-1/+1
2020-03-06MAINTAINERS: remove bouncing pkaustub@cisco.com from enicJakub Kicinski1-1/+0
2020-03-06ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-03-06bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-03-06dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur1-3/+107
2020-03-06fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-03-06arm64: dts: ls1043a: FMan erratum A050385Madalin Bucur1-0/+2
2020-03-06dt-bindings: net: FMan erratum A050385Madalin Bucur1-0/+7
2020-03-06netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso1-0/+1
2020-03-05mptcp: always include dack if possible.Paolo Abeni1-2/+17
2020-03-05net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2020-03-05veth: ignore peer tx_dropped when counting local rx_droppedJiang Lidong1-1/+1
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao6-31/+78
2020-03-05net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-03-05slip: make slhc_compress() more robust against malicious packetsEric Dumazet1-4/+10
2020-03-05netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal1-7/+3
2020-03-05netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso1-0/+5
2020-03-03drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin1-0/+1
2020-03-03cxgb4: fix checks for max queues to allocateVishal Kulkarni1-22/+27