aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-03Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust54-701/+1065
2014-08-03SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust1-9/+35
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever1-11/+14
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever1-13/+0
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever3-12/+6
2014-07-31xprtrdma: Schedule reply tasklet once per upcallChuck Lever1-16/+15
2014-07-31xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever1-99/+143
2014-07-31xprtrdma: Rename frmr_wrChuck Lever1-13/+13
2014-07-31xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever1-9/+8
2014-07-31xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever1-5/+4
2014-07-31xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever1-20/+2
2014-07-31xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever1-2/+92
2014-07-31xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever2-2/+66
2014-07-31xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever1-32/+71
2014-07-31xprtrdma: Chain together all MWs in same buffer poolChuck Lever2-1/+7
2014-07-31xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever1-0/+1
2014-07-31xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever2-28/+50
2014-07-31xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever1-3/+5
2014-07-31xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever1-5/+9
2014-07-31xprtrdma: Update rkeys after transport reconnectChuck Lever3-42/+54
2014-07-31xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever3-1/+45
2014-07-31xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever2-6/+18
2014-07-31xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever1-5/+7
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman1-0/+3
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-220/+240
2014-07-14net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-4/+5
2014-07-14net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-12replace strict_strto callsDaniel Walter3-13/+9
2014-07-12rpc_pipe: Drop memory allocation castHimangi Saraogi1-1/+1
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2-20/+51
2014-07-12auth_gss: fetch the acceptor name out of the downcallJeff Layton1-3/+17
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-07-11GRE: enable offloads for GREAmritha Nambiar1-0/+1
2014-07-09netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-07-08appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy1-3/+8
2014-07-07tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-07igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-07Merge branch 'net_ovs_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller7-19/+55
2014-07-07net: Performance fix for process_backlogTom Herbert1-11/+10
2014-07-07ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust2-0/+2
2014-07-02tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-02vlan: free percpu stats in device destructorEric Dumazet1-3/+10
2014-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller6-39/+73
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang3-13/+29