aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-25ah6: fix error return codeJulia Lawall1-1/+3
2015-08-25mlxsw: fix error return codeJulia Lawall1-0/+1
2015-08-25net: davinci_emac: fix error return codeJulia Lawall1-1/+3
2015-08-25RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com1-2/+13
2015-08-25RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker1-5/+6
2015-08-25RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com1-1/+15
2015-08-25RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar1-1/+2
2015-08-25RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2-2/+2
2015-08-25RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com1-0/+5
2015-08-25RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com1-8/+16
2015-08-25RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com1-0/+9
2015-08-25RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com1-1/+2
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com5-8/+57
2015-08-25RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com1-2/+7
2015-08-25RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com1-8/+10
2015-08-25RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com1-3/+10
2015-08-25RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com1-0/+2
2015-08-25tcp: refine pacing rate determinationEric Dumazet4-1/+53
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern2-4/+10
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet4-8/+22
2015-08-24fjes: ethtool supportTaku Izumi4-1/+141
2015-08-24fjes: handle receive cancellation request interruptTaku Izumi1-0/+78
2015-08-24fjes: epstop_taskTaku Izumi3-0/+33
2015-08-24fjes: update_zone_taskTaku Izumi3-0/+194
2015-08-24fjes: unshare_watch_taskTaku Izumi2-0/+129
2015-08-24fjes: force_close_taskTaku Izumi2-0/+14
2015-08-24fjes: interrupt_watch_taskTaku Izumi2-1/+44
2015-08-24fjes: net_device_ops.ndo_vlan_rx_add/kill_vidTaku Izumi3-0/+69
2015-08-24fjes: net_device_ops.ndo_tx_timeoutTaku Izumi1-0/+9
2015-08-24fjes: net_device_ops.ndo_change_mtuTaku Izumi1-0/+29
2015-08-24fjes: net_device_ops.ndo_get_stats64Taku Izumi1-0/+13
2015-08-24fjes: NAPI polling functionTaku Izumi3-2/+214
2015-08-24fjes: tx_stall_taskTaku Izumi2-0/+63
2015-08-24fjes: raise_intr_rxdata_taskTaku Izumi2-0/+67
2015-08-24fjes: net_device_ops.ndo_start_xmitTaku Izumi4-0/+245
2015-08-24fjes: net_device_ops.ndo_open and .ndo_stopTaku Izumi5-0/+439
2015-08-24fjes: buffer address regist/unregistration routineTaku Izumi2-1/+194
2015-08-24fjes: ES information acquisition routineTaku Izumi3-0/+148
2015-08-24fjes: platform_driver's .probe and .remove routineTaku Izumi2-0/+119
2015-08-24fjes: Hardware cleanup routineTaku Izumi2-0/+67
2015-08-24fjes: Hardware initialization routineTaku Izumi5-1/+650
2015-08-24fjes: Introduce FUJITSU Extended Socket Network Device driverTaku Izumi5-0/+284
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-24ila: Precompute checksum difference for translationsTom Herbert1-0/+18
2015-08-24lwt: Add cfg argument to build_stateTom Herbert7-10/+22
2015-08-23net: phy: add interrupt support for aquantia phyShaohui Xie1-0/+49
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc1-2/+5
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy2-3/+12
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy2-4/+9
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3