aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning2-3/+3
2018-10-26bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu1-1/+9
2018-10-26net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul1-13/+12
2018-10-26ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork2-0/+2
2018-10-25lan743x: Remove SPI dependency from Microchip group.Bryan Whitehead1-1/+0
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet9-9/+0
2018-10-25net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn1-1/+1
2018-10-25r8169: fix broken Wake-on-LAN from S5 (poweroff)Heiner Kallweit1-2/+7
2018-10-25octeontx2-af: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2018-10-25net: ethernet: cadence: fix socket buffer corruption problemTristram Ha1-1/+1
2018-10-24net/ipv6: Allow onlink routes to have a device mismatch if it is the default routeDavid Ahern2-7/+9
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern1-1/+0
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan3-120/+25
2018-10-24ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2-4/+17
2018-10-24ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan4-0/+25
2018-10-24net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose1-4/+6
2018-10-24octeontx2-af: Copy the right amount of memoryDan Carpenter1-1/+1
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti3-6/+39
2018-10-24net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern1-2/+4
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern5-0/+14
2018-10-24net/ipv6: Put target net when address dump fails due to bad attributesDavid Ahern1-6/+8
2018-10-24net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern1-5/+8
2018-10-24ice: Use capability count returned by the firmwareAnirudh Venkataramanan1-3/+1
2018-10-24ice: Update expected FW versionAnirudh Venkataramanan1-3/+2
2018-10-24ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2-6/+6
2018-10-24ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2-2/+1
2018-10-24net/kconfig: Make QCOM_QMI_HELPERS available when COMPILE_TESTLinus Torvalds1-1/+1
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet3-15/+41
2018-10-23qed: Fix static checker warningRahul Verma1-3/+3
2018-10-23Revert "be2net: remove desc field from be_eq_obj"Ivan Vecera2-4/+3
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul13-16/+22
2018-10-23net: socionext: Reset tx queue in ndo_stopMasahisa Kojima1-0/+3
2018-10-23net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima1-2/+16
2018-10-23net: socionext: Stop PHY before resetting netsecMasahisa Kojima1-4/+15
2018-10-22net: stmmac: Set OWN bit for jumbo framesThor Thayer1-2/+2
2018-10-22arm64: dts: stratix10: Support Ethernet Jumbo frameThor Thayer2-1/+7
2018-10-22tls: Add maintainersDave Watson1-0/+2
2018-10-22net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk1-0/+1
2018-10-22octeontx2-af: Support for NIXLF's UCAST/PROMISC/ALLMULTI modesSunil Goutham4-1/+105
2018-10-22octeontx2-af: Support for setting MAC addressSunil Goutham3-1/+35
2018-10-22octeontx2-af: Support for changing RSS algorithmSunil Goutham4-1/+108
2018-10-22octeontx2-af: NIX Rx flowkey configuration for RSSSunil Goutham3-0/+187
2018-10-22octeontx2-af: Install ucast and bcast pkt forwarding rulesSunil Goutham4-0/+375
2018-10-22octeontx2-af: Add LMAC channel info to NIXLF_ALLOC responseStanislaw Kardach4-0/+18
2018-10-22octeontx2-af: NPC MCAM and LDATA extract minimal configurationSunil Goutham4-0/+181
2018-10-22octeontx2-af: Enable packet length and csum validationSunil Goutham2-0/+28
2018-10-22octeontx2-af: Support for VTAG strip and captureVamsi Attunuru4-1/+101
2018-10-22octeontx2-af: Update bcast list upon NIXLF alloc/freeSunil Goutham1-0/+133
2018-10-22octeontx2-af: Broadcast packet replication supportSunil Goutham2-0/+220