aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ | |/| |
* | | | bridge: Fix build error when IGMP_SNOOPING is not enabledSridhar Samudrala2010-03-021-5/+9
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-289-23/+59
|\ \ \ \
| * \ \ \ Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-287-20/+29
| |\ \ \ \
| | * | | | net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-257-20/+29
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-02-261-0/+16
| |\ \ \ \
| | * | | | crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner2010-01-171-0/+16
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-02-251-3/+14
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | HID: make raw reports possible for both feature and output reportsJiri Kosina2010-02-031-3/+14
* | | | | | scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman2010-02-281-0/+2
* | | | | | ethtool: do not set some flags, if others failedJeff Garzik2010-02-281-4/+6
* | | | | | netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO2010-02-281-3/+4
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-02-284-40/+99
|\ \ \ \ \ \
| * | | | | | Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden2010-02-281-1/+3
| * | | | | | Bluetooth: Add SCO fallback for unsupported feature errorStephen Coe2010-02-271-0/+1
| * | | | | | Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2010-02-272-1/+25
| * | | | | | Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann2010-02-271-30/+62
| * | | | | | Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-272-12/+12
* | | | | | | bridge: Make IGMP snooping depend upon BRIDGE.David S. Miller2010-02-281-0/+1
* | | | | | | bridge: Add multicast count/interval sysfs entriesHerbert Xu2010-02-281-0/+203
* | | | | | | bridge: Add hash elasticity/max sysfs entriesHerbert Xu2010-02-283-0/+81
* | | | | | | bridge: Add multicast_snooping sysfs toggleHerbert Xu2010-02-283-5/+75
* | | | | | | bridge: Add multicast_router sysfs entriesHerbert Xu2010-02-284-14/+133