summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* memcg: rename config variablesAndrew Morton2012-07-315-6/+6
* 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
| * | | | | net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh2012-07-231-5/+5
| * | | | | ipv4: Remove redundant assignmentLin Ming2012-07-231-1/+0
| * | | | | rds: set correct msg_namelenWeiping Pan2012-07-231-0/+3
| * | | | | openvswitch: potential NULL deref in sample()Dan Carpenter2012-07-231-0/+3
| * | | | | tcp: dont drop MTU reduction indicationsEric Dumazet2012-07-233-21/+44
| * | | | | tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov2012-07-231-2/+3
| * | | | | net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl2012-07-221-2/+2
| * | | | | Merge branch 'kill_rtcache'David S. Miller2012-07-2221-1174/+262
| |\ \ \ \ \
| | * | | | | ipv4: Kill rt->fiDavid S. Miller2012-07-201-31/+1
| | * | | | | ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2012-07-202-6/+6
| | * | | | | ipv4: Kill rt->rt_oifDavid S. Miller2012-07-203-8/+5