summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-181-6/+2
|\
| * rpc client can not deal with ENOSOCK, so translate it into ENOCONNBian Naimeng2010-03-081-6/+2
* | bridge: Make first arg to deliver_clone const.David S. Miller2010-03-161-2/+4
* | bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only witho...YOSHIFUJI Hideaki / 吉藤英明2010-03-163-2/+10
* | route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-03-161-10/+6
* | bridge br_multicast: Fix skb leakage in error path.YOSHIFUJI Hideaki / 吉藤英明2010-03-161-2/+3
* | bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message.YOSHIFUJI Hideaki / 吉藤英明2010-03-161-2/+2
* | NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby2010-03-161-2/+2
* | tipc: fix lockdep warning on address assignmentNeil Horman2010-03-161-10/+16
* | bridge: Fix br_forward crash in promiscuous modeMichael Braun2010-03-163-5/+13
* | bridge: Move NULL mdb check into br_mdb_ip_getHerbert Xu2010-03-151-4/+5
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-1523-178/+312
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-03-142-14/+66
| |\ \
| | * | 9p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi2010-03-131-8/+8
| | * | net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V2010-03-131-0/+20
| | * | net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V2010-03-131-6/+38
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-1344-316/+477
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-125-6/+6
| |\ \ \
| | * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-085-6/+6
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-095-6/+6
| * | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
| * | | | driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-074-4/+12
| |/ / /
| * | | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-063-36/+43
| |\ \ \
| | * \ \ Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2010-03-0472-353/+612
| | |\ \ \
| | * | | | svcrpc: treat uid's as unsignedJ. Bruce Fields2010-03-021-1/+1
| | * | | | nfsd: ensure sockets are closed on errorNeil Brown2010-02-281-0/+1
| | * | | | Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields2010-02-281-7/+5
| | * | | | Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields2010-02-281-2/+1
| | * | | | sunrpc: remove unnecessary svc_xprt_putNeil Brown2010-02-261-4/+1
| | * | | | SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever2010-01-261-1/+4
| | * | | | SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-261-0/+4
| | * | | | NFSD: Support AF_INET6 in svc_addsock() functionAime Le Rouzic2010-01-261-1/+1
| | * | | | SUNRPC: Use rpc_pton() in ip_map_parse()Chuck Lever2010-01-261-21/+26
| * | | | | nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-061-1/+1
| * | | | | Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-03-054-8/+24
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-05349-9133/+18604
| | |\ \ \ \ \
| | * | | | | | SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust2010-03-021-0/+5
| | * | | | | | nfs41 do not allocate unused back channel pagesAndy Adamson2010-02-101-0/+4
| | * | | | | | xprtsock.c: make bc_{malloc/free} staticH Hartley Sweeten2010-02-101-2/+2
| | * | | | | | SUNRPC: Don't display zero scope IDsChuck Lever2010-02-101-0/+2
| | * | | | | | SUNRPC: Deprecate support for site-local addressesChuck Lever2010-02-101-4/+2
| | * | | | | | sunrpc: parse and return errors reported by gssdJeff Layton2010-02-101-2/+9
| * | | | | | | 9P2010.L handshake: .L protocol negotiationSripathi Kodi2010-03-051-3/+22
| * | | | | | | 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-053-62/+83
| * | | | | | | 9P2010.L handshake: Add mount optionSripathi Kodi2010-03-051-0/+28
| * | | | | | | net/9p: Handle mount errors correctly.Aneesh Kumar K.V2010-03-051-1/+3
| * | | | | | | net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V2010-03-051-43/+27
| * | | | | | | net/9p: Add multi channel support.Aneesh Kumar K.V2010-03-051-6/+8
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-7/+2
| |\ \ \ \ \ \
| | * | | | | | Don't bother with d_genocide in rpc_pipeAl Viro2010-03-031-7/+2
| | | |_|/ / / | | |/| | | |