summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-31libceph: drop gratuitous socket close calls in con_workSage Weil1-4/+4
2012-07-31libceph: move ceph_con_send() closed check under the con mutexSage Weil1-9/+7
2012-07-31libceph: move msgr clear_standby under con mutex protectionSage Weil1-3/+4
2012-07-31libceph: fix fault locking; close socket on lossy faultSage Weil1-7/+7
2012-07-31libceph: trivial fix for the incorrect debug outputJiaju Zhang1-1/+1
2012-07-31libceph: reset connection retry on successfully negotiationSage Weil1-0/+2
2012-07-31libceph: protect ceph_con_open() with mutexSage Weil1-0/+2
2012-07-31libceph: (re)initialize bio_iter on start of message receiveSage Weil1-5/+6
2012-07-31libceph: resubmit linger ops when pg mapping changesSage Weil1-5/+21
2012-07-31libceph: fix mutex coverage for ceph_con_closeSage Weil1-1/+7
2012-07-31libceph: report socket read/write error messageSage Weil1-2/+6
2012-07-31libceph: support crush tunablesSage Weil2-6/+46
2012-07-31SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-07-31libceph: move feature bits to separate headerSage Weil1-2/+3
2012-07-31nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-07-31sunrpc: clarify comments on rpc_make_runnableJeff Layton1-2/+3
2012-07-31sunrpc: clnt: Add missing bracesJoe Perches1-1/+2
2012-07-31bridge: make port attributes conststephen hemminger1-3/+3
2012-07-31ipv4: remove rt_cache_rebuild_countEric Dumazet1-11/+0
2012-07-31net: ipv4: fix RCU races on dst refcountsEric Dumazet7-29/+41
2012-07-31net: TCP early demux cleanupEric Dumazet2-4/+0
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He2-0/+7
2012-07-30libceph: fix messenger retrySage Weil1-6/+6
2012-07-30libceph: initialize rb, list nodes in ceph_osd_requestSage Weil1-0/+3
2012-07-30libceph: initialize msgpool message typesSage Weil2-6/+8
2012-07-30ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei2-8/+8
2012-07-30ipv4: clean up put_childLin Ming1-26/+25
2012-07-30ipv4: fix debug info in tnode_newLin Ming1-1/+1
2012-07-29clean unix_bind() up a bitAl Viro1-45/+43
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro1-4/+0
2012-07-29new helper: done_path_create()Al Viro1-5/+4
2012-07-28tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-28Revert "openvswitch: potential NULL deref in sample()"Jesse Gross1-3/+0
2012-07-28ipv4: fix TCP early demuxEric Dumazet3-8/+8
2012-07-28net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-28tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-07-27Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2012-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-76/+115
2012-07-27ipv6: Early TCP socket demuxEric Dumazet3-2/+50
2012-07-27ipv4: Fix input route performance regression.David S. Miller6-35/+31
2012-07-26ipv4: rt_cache_valid must check expired routesEric Dumazet1-3/+5
2012-07-25wanmain: comparing array with NULLAlan Cox1-28/+23
2012-07-25tcp: early_demux fixesEric Dumazet2-8/+6
2012-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds416-16876/+23880
2012-07-24genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong1-1/+1
2012-07-24leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan1-1/+1
2012-07-24ipv4: Change rt->rt_iif encoding.David S. Miller1-4/+4
2012-07-24net: Make skb->skb_iif always track skb->devDavid S. Miller1-2/+1
2012-07-24ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller9-27/+26