summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan2015-04-083-2/+33
| | * | RDS: only use passive connections when addresses matchSowmini Varadhan2015-04-081-1/+1
| | * | RDS: Documentation: Document AF_RDS, PF_RDS and SOL_RDS correctly.Sowmini Varadhan2015-04-081-5/+4
| |/ /
| * / netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph2015-04-081-1/+2
| |/
* | Merge branch 'cxgb4-next'David S. Miller2015-04-142-17/+62
|\ \
| * | cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2015-04-142-3/+6
| * | cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai2015-04-141-1/+35
| * | cxgb4: Use device node in page allocationHariprasad Shenai2015-04-141-2/+4
| * | cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai2015-04-141-10/+16
| * | cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai2015-04-141-1/+1
|/ /
* | bgmac: drop ring->num_slotsFelix Fietkau2015-04-142-15/+15
* | bgmac: fix DMA rx corruptionFelix Fietkau2015-04-141-9/+18
* | bgmac: simplify dma init/cleanupFelix Fietkau2015-04-141-39/+40
* | bgmac: increase rx ring size from 511 to 512Felix Fietkau2015-04-141-1/+1
* | bgmac: add check for oversized packetsFelix Fietkau2015-04-141-0/+7
* | bgmac: simplify/optimize rx DMA error handlingFelix Fietkau2015-04-141-37/+34
* | bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-142-7/+11
* | bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-142-22/+10
* | bgmac: simplify tx ring index handlingFelix Fietkau2015-04-142-29/+23
* | toshiba: Remove celleb from Kconfig optionsDaniel Axtens2015-04-141-2/+2
* | hv_netvsc: Implement partial copy into send bufferHaiyang Zhang2015-04-143-19/+46
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-1487-387/+494
|\ \
| * | new helper: msg_data_left()Al Viro2015-04-118-23/+27
| * | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-117-35/+166
| |\ \
| | * | kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo2015-04-011-1/+15
| | * | RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-014-2/+124
| | * | AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-011-4/+1
| | * | RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-011-13/+11
| | * | RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells2015-04-011-19/+19
| | * | RxRPC: Fix the conversion to iov_iterDavid Howells2015-04-011-2/+2
| * | | get rid of the size argument of sock_sendmsg()Al Viro2015-04-113-15/+16
| * | | switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro2015-04-091-17/+3
| * | | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-093-31/+20
| * | | net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8
| * | | Merge branch 'iov_iter' into for-davemAl Viro2015-04-092-0/+71
| |\ \ \
| | * | | saner iov_iter initialization primitivesAl Viro2015-03-302-0/+71
| * | | | Merge branch 'iocb' into for-davemAl Viro2015-04-0969-266/+199
| |\ \ \ \
| | * | | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-2663-86/+55
| | * | | | fs: split generic and aio kiocbChristoph Hellwig2015-03-137-77/+81
| | * | | | fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-135-57/+12
| | * | | | fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-132-20/+32
| | * | | | fs: remove ki_nbytesChristoph Hellwig2015-03-1310-38/+28
* | | | | | tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-1311-386/+69
* | | | | | netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger2015-04-131-1/+1
* | | | | | netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger2015-04-131-1/+1
* | | | | | netfilter: Fix portid typesRichard Weinberger2015-04-132-6/+5
* | | | | | nfc: Fix portid type in urelease_workRichard Weinberger2015-04-131-1/+1
* | | | | | netlink: Fix portid type in netlink_notifyRichard Weinberger2015-04-131-1/+1
* | | | | | tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen2015-04-131-6/+4
* | | | | | net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-133-8/+47