summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-383/+809
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-55/+121
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+6
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-72/+103
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds5-6/+6
2014-08-07netlink: hold nl_sock_hash_lock during diag dumpThomas Graf3-0/+5
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias5-6/+6
2014-08-07tcp: md5: check md5 signature without socket lockDmitry Popov2-17/+44
2014-08-07net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn2-9/+11
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet1-7/+13
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds321-11796/+14000
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds6-229/+380
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-23/+41
2014-08-06sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-08-06Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-27/+37
2014-08-06bridge: Update outdated comment on promiscuous modeToshiaki Makita1-4/+2
2014-08-06net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2-0/+8
2014-08-06net-timestamp: TCP timestampingWillem de Bruijn4-6/+52
2014-08-06net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn3-4/+19
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn4-1/+19
2014-08-06net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2-27/+6
2014-08-06net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2-9/+12
2014-08-06tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2-13/+20
2014-08-06Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller13-174/+520
2014-08-06svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise1-17/+2
2014-08-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-08-05batman-adv: increase default hop penaltySimon Wunderlich1-1/+1
2014-08-05batman-adv: remove unnecessary logspamAndré Gaul2-15/+23
2014-08-05batman-adv: Fix out-of-order fragmentation supportSven Eckelmann1-3/+7
2014-08-05netlink: fix lockdep splatsEric Dumazet1-2/+2
2014-08-05Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+2
2014-08-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+3
2014-08-05tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov1-1/+1
2014-08-04bridge: remove a useless commentMichael S. Tsirkin1-1/+0
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-3/+3
2014-08-04batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli3-10/+12
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown1-7/+1
2014-08-04sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown3-2/+23
2014-08-04sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2-8/+3
2014-08-04sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton1-7/+13
2014-08-04sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton1-11/+17
2014-08-04sunrpc: fix RCU handling of gc_ctx fieldJeff Layton1-17/+35
2014-08-04Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust54-701/+1065
2014-08-04SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust1-9/+35
2014-08-03nftables: Convert nft_hash to use generic rhashtableThomas Graf1-236/+55
2014-08-03netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf3-195/+119
2014-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+9
2014-08-03ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa1-0/+1
2014-08-03inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov5-8/+32