summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+10Star
* bgmac: simplify tx ring index handlingFelix Fietkau2015-04-142-29/+23Star
* 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/+1Star
| | * RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-011-13/+11Star
| | * 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/+3Star
| * | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-093-31/+20Star
| * | net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8Star
| * | 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/+199Star
| |\ \ \
| | * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-2663-86/+55Star
| | * | | 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/+12Star
| | * | | fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-132-20/+32
| | * | | fs: remove ki_nbytesChristoph Hellwig2015-03-1310-38/+28Star
* | | | | tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-1311-386/+69Star
* | | | | 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/+5Star
* | | | | 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/+4Star
* | | | | net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-133-8/+47
* | | | | Merge branch 'netdev_diet'David S. Miller2015-04-133-29/+26Star
|\ \ \ \ \
| * | | | | net_device: Reorder members to fill holesThomas Graf2015-04-131-24/+21Star
| * | | | | e1000e: Move pm_qos_req to e1000e adapterThomas Graf2015-04-133-5/+5
|/ / / / /
* | | | | selinux/nlmsg: add a build time check for rtnl/xfrm cmdsNicolas Dichtel2015-04-131-0/+3
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-04-1316-53/+505
|\ \ \ \ \
| * | | | | ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov2015-04-111-0/+69
| * | | | | ixgbevf: Add RSS Key query codeVlad Zolotarov2015-04-114-0/+57
| * | | | | ixgbe: Add GET_RSS_KEY command to VF-PF channel commands setVlad Zolotarov2015-04-112-0/+22
| * | | | | ixgbevf: Add a RETA query codeVlad Zolotarov2015-04-115-1/+80
| * | | | | ixgbe: Add a RETA query command to VF-PF channel APIVlad Zolotarov2015-04-112-0/+39
| * | | | | ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov2015-04-114-2/+40
| * | | | | if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-04-114-6/+43
| * | | | | ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov2015-04-113-1/+44
| * | | | | ixgbe: Refactor the RSS configuration codeVlad Zolotarov2015-04-112-44/+112
* | | | | | Merge branch 'fou-next'David S. Miller2015-04-132-45/+186
|\ \ \ \ \ \
| * | | | | | fou: implement FOU_CMD_GETWANG Cong2015-04-132-0/+110