aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg3-5/+7
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg3-11/+33
2017-04-13genetlink: pass extended ACK report downJohannes Berg2-2/+16
2017-04-13netlink: extended ACK reportingJohannes Berg17-34/+153
2017-04-13bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar1-1/+2
2017-04-13net: dwc-xlgmac: add the initial ethtool supportJie Deng6-4/+312
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng2-8/+6
2017-04-13rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for PRECHANGEUPPER eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for POST_TYPE_CHANGE eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for CHANGEADDR eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFODavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for MTU eventsDavid Ahern1-2/+0
2017-04-13tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney1-4/+36
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel7-12/+17
2017-04-13cxgb4: save tid while creating server filterGanesh Goudar1-0/+4
2017-04-13net: mvmdio: allow up to three clocks to be specified for orion-mdioRussell King1-9/+24
2017-04-13dt-bindings: allow up to three clocks for orion-mdioRussell King1-1/+1
2017-04-13net: mvmdio: disable interrupt if resource size is too smallRussell King1-0/+6
2017-04-13dt-bindings: correct marvell orion MDIO binding documentRussell King1-2/+15
2017-04-13net: mvmdio: fix interrupt disable in remove pathRussell King1-1/+2
2017-04-13net: mvmdio: disable interrupts in driver failure pathRussell King1-0/+2
2017-04-12net: make struct net_device::min_header_len 8-bitAlexey Dobriyan1-1/+1
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan2-4/+3
2017-04-12gso: Support frag_list splitting with head_fragIlan Tayari1-1/+1
2017-04-12l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2-4/+4
2017-04-12l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2-5/+7
2017-04-12ftgmac100: Set default ring sizes to 128 entriesBenjamin Herrenschmidt1-2/+2
2017-04-12ftgmac100: Make ring sizes configurable via ethtoolBenjamin Herrenschmidt1-56/+148
2017-04-12ftgmac100: Add more register inits in ftgmac100_init_hw()Benjamin Herrenschmidt1-0/+36
2017-04-12ftgmac100: Open code remaining register writesBenjamin Herrenschmidt1-33/+20
2017-04-12ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_macBenjamin Herrenschmidt1-2/+2
2017-04-12ftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_mac_addrBenjamin Herrenschmidt1-3/+3
2017-04-12ftgmac100: Set netdev->hw_featuresBenjamin Herrenschmidt1-3/+4
2017-04-12ftgmac100: Disable HW checksum generation on AST2400, enable on othersBenjamin Herrenschmidt3-10/+6
2017-04-12ftgmac100: Use device "compatible" property, not machine.Benjamin Herrenschmidt3-11/+13
2017-04-12ftgmac100: Upgrade to NETIF_F_HW_CSUMBenjamin Herrenschmidt1-15/+25
2017-04-11net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2-2/+1
2017-04-11net/smc: destruct non-accepted socketsUrsula Braun2-6/+9
2017-04-11net/smc: remove duplicate unhashUrsula Braun1-1/+0
2017-04-11net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun1-11/+25
2017-04-11net/smc: no socket state changes in tasklet contextUrsula Braun6-20/+41
2017-04-11net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun1-2/+1
2017-04-11net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun1-1/+5
2017-04-11net/smc: return active RoCE port onlyUrsula Braun1-2/+5
2017-04-11net/smc: remove useless smc_ib_devices_list checkUrsula Braun3-4/+1
2017-04-11net/smc: get rid of old commentUrsula Braun1-2/+0
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2