aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ras (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-15ptp: add QorIQ PTP support for DPAA2Yangbo Lu1-1/+1
2019-06-15hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET1-5/+3
2019-06-15Revert "net: dsa: mv88e6xxx: do not flood CPU with unknown multicast"David S. Miller1-5/+7
2019-06-15net: dsa: mv88e6xxx: do not flood CPU with unknown multicastVivien Didelot1-7/+5
2019-06-14net: dsa: use switchdev handle helpersVivien Didelot1-44/+32
2019-06-14net: dsa: make dsa_slave_dev_check use constVivien Didelot1-2/+2
2019-06-14net: dsa: make cpu_dp non constVivien Didelot1-1/+1
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot1-9/+0
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale2-23/+0
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale2-12/+11
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet5-11/+19
2019-06-14net: remove empty netlink_tap_exit_netLi RongQing1-5/+0
2019-06-14nfp: flower: extend extack messaging for flower match and actionsPieter Jansen van Vuuren6-77/+196
2019-06-14nfp: flower: use extack messages in flower offloadPieter Jansen van Vuuren1-25/+80
2019-06-14nfp: flower: check L4 matches on unknown IP protocolsPieter Jansen van Vuuren1-2/+11
2019-06-14ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra3-1/+19
2019-06-14virtio_net: enable napi_tx by defaultWillem de Bruijn1-1/+1
2019-06-14net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsVlad Buslov1-0/+1
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-14locking/static_key: always define static_branch_deferred_incWillem de Bruijn1-2/+3
2019-06-14net: hns3: some variable modificationWeihang Li12-61/+95
2019-06-14net: hns3: delay ring buffer clearing during resetYunsheng Lin1-5/+14
2019-06-14net: hns3: fix for skb leak when doing selftestYunsheng Lin1-2/+4
2019-06-14net: hns3: fix for dereferencing before null checkingYunsheng Lin1-2/+5
2019-06-14net: hns3: free irq when exit from abnormal branchYonglong Liu1-0/+1
2019-06-14net: hns3: clear restting state when initializing HW devicePeng Li1-0/+18
2019-06-14net: hns3: extract handling of mpf/pf msi-x errors into functionsWeihang Li1-39/+83
2019-06-14net: hns3: some changes of MSI-X bits in PPU(RCB)Weihang Li2-4/+3
2019-06-14net: hns3: add recovery for the H/W errors occurred before the HNS dev initializationShiju Jose1-2/+14
2019-06-14net: hns3: process H/W errors occurred before HNS dev initializationShiju Jose3-8/+107
2019-06-14net: hns3: fix avoid unnecessary resetting for the H/W errors which do not require resetShiju Jose1-171/+109
2019-06-14net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose4-42/+51
2019-06-14qed: iWARP - Fix default window size to be based on chipMichal Kalderon1-5/+25
2019-06-14qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon1-0/+2
2019-06-14qed: iWARP - fix uninitialized callbackMichal Kalderon1-0/+1
2019-06-14qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon1-5/+11
2019-06-14net: phy: sfp: clean up a conditionDan Carpenter1-1/+1
2019-06-14vsock: correct removal of socket from the listSunil Muthuswamy1-31/+7
2019-06-14nfp: print a warning when binding VFs to PF driverJakub Kicinski1-0/+4
2019-06-14nfp: update the old flash error messageJakub Kicinski1-1/+6
2019-06-14net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock4-0/+9
2019-06-14net: dsa: microchip: Add PHY errata workaroundsRobert Hancock2-0/+63
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl2-15/+14
2019-06-14net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet1-4/+9
2019-06-14net/packet: remove locking from packet_rcv_has_room()Eric Dumazet1-11/+9
2019-06-14net/packet: implement shortcut in tpacket_rcv()Eric Dumazet1-0/+6
2019-06-14net/packet: make tp_drops atomicEric Dumazet2-9/+12
2019-06-14net/packet: constify __packet_rcv_has_room()Eric Dumazet1-5/+8
2019-06-14net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet1-7/+7
2019-06-14net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet1-7/+7