summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHerbert Xu2008-08-09 09:35:05 +0200
committerDavid S. Miller2008-08-09 09:35:05 +0200
commitd97106ea52aa57e63ff40d04479016836bbb5a4e (patch)
tree5969603d7af02a5672f61c84c2017a6e064472f5 /MAINTAINERS
parentpkt_sched: Fix ingress deletion and filter attachment. (diff)
downloadkernel-qcow2-linux-d97106ea52aa57e63ff40d04479016836bbb5a4e.tar.gz
kernel-qcow2-linux-d97106ea52aa57e63ff40d04479016836bbb5a4e.tar.xz
kernel-qcow2-linux-d97106ea52aa57e63ff40d04479016836bbb5a4e.zip
udp: Drop socket lock for encapsulated packets
The socket lock is there to protect the normal UDP receive path. Encapsulation UDP sockets don't need that protection. In fact the locking is deadly for them as they may contain another UDP packet within, possibly with the same addresses. Also the nested bit was copied from TCP. TCP needs it because of accept(2) spawning sockets. This simply doesn't apply to UDP so I've removed it. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions