summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | libceph: embed ceph connection structure in mon_clientAlex Elder2012-06-061-27/+20
| * | | | | | | libceph: use con get/put ops from osd_clientSage Weil2012-06-061-4/+4
| * | | | | | | libceph: osd_client: don't drop reply reference too earlyAlex Elder2012-06-061-2/+2
| * | | | | | | libceph: set CLOSED state bit in con_initAlex Elder2012-06-011-4/+11
| * | | | | | | libceph: provide osd number when creating osdAlex Elder2012-06-011-4/+4
| * | | | | | | libceph: start tracking connection socket stateAlex Elder2012-06-011-0/+64
| * | | | | | | libceph: start separating connection flags from stateAlex Elder2012-06-011-25/+25
| * | | | | | | libceph: embed ceph messenger structure in ceph_clientAlex Elder2012-06-014-39/+19
| * | | | | | | libceph: rename kvec_reset and kvec_add functionsAlex Elder2012-06-011-24/+24
| * | | | | | | libceph: rename socket callbacksAlex Elder2012-06-011-14/+14
| * | | | | | | libceph: kill bad_proto ceph connection opAlex Elder2012-06-011-5/+0
| * | | | | | | libceph: eliminate connection state "DEAD"Alex Elder2012-06-011-6/+0
* | | | | | | | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-305-63/+142
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | sunrpc: clnt: Add missing bracesJoe Perches2012-07-301-1/+2
| * | | | | | SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust2012-07-171-1/+3
| * | | | | | SUNRPC: Add rpcauth_list_flavors()Chuck Lever2012-07-163-4/+69
| * | | | | | Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust2012-07-1651-147/+281
| |\ \ \ \ \ \
| * | | | | | | SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust2012-06-281-28/+0
| * | | | | | | SUNRPC: Clean up xdr_enter_pageTrond Myklebust2012-06-281-3/+3
| * | | | | | | SUNRPC: Clean up xdr_read_pagesTrond Myklebust2012-06-281-14/+26
| * | | | | | | SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pagesTrond Myklebust2012-06-281-8/+7
| * | | | | | | SUNRPC: Remove open coded stream position calculation in xdr_read_pagesTrond Myklebust2012-06-281-3/+3
| * | | | | | | SUNRPC: Add the helper xdr_stream_posTrond Myklebust2012-06-281-0/+10
| * | | | | | | SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust2012-06-281-3/+6
| * | | | | | | SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust2012-06-281-7/+21
| * | | | | | | SUNRPC: Clean up xdr_set_iov()Trond Myklebust2012-06-281-7/+7
| * | | | | | | SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.Trond Myklebust2012-06-261-0/+1
* | | | | | | | tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-07-271-1/+3
* | | | | | | | Revert "openvswitch: potential NULL deref in sample()"Jesse Gross2012-07-271-3/+0
* | | | | | | | ipv4: fix TCP early demuxEric Dumazet2012-07-273-8/+8
* | | | | | | | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-07-271-1/+7
* | | | | | | | tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-07-271-1/+4
* | | | | | | | Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2012-07-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan2012-07-241-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-2610-76/+115
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ipv6: Early TCP socket demuxEric Dumazet2012-07-263-2/+50
| * | | | | | | | | ipv4: Fix input route performance regression.David S. Miller2012-07-266-35/+31
| * | | | | | | | | ipv4: rt_cache_valid must check expired routesEric Dumazet2012-07-251-3/+5
| * | | | | | | | | wanmain: comparing array with NULLAlan Cox2012-07-241-28/+23
| * | | | | | | | | tcp: early_demux fixesEric Dumazet2012-07-242-8/+6
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | netprio_cgroup.c: fix comment typoLiu Bo2012-07-101-1/+1
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-24416-16876/+23880
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong2012-07-241-1/+1
| * | | | | | | | | | ipv4: Change rt->rt_iif encoding.David S. Miller2012-07-231-4/+4
| * | | | | | | | | | net: Make skb->skb_iif always track skb->devDavid S. Miller2012-07-231-2/+1
| * | | | | | | | | | ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-239-27/+26
| * | | | | | | | | | ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller2012-07-231-9/+2
| * | | | | | | | | | ipv4: Really ignore ICMP address requests/replies.David S. Miller2012-07-231-82/+2
| * | | | | | | | | | decnet: Don't set RTCF_DIRECTSRC.David S. Miller2012-07-231-2/+0
OpenPOWER on IntegriCloud