summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix test for end of loopJoe Perches2010-09-091-23/+23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-0823-274/+919
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-0714-37/+91
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-287-32/+21
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-237-33/+31
| |\ \ \
| * \ \ \ Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-08-184-15/+46
| |\ \ \ \
| | * | | | NFS: Fix the selection of security flavours in KconfigTrond Myklebust2010-08-171-4/+5
| | * | | | rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker2010-08-112-4/+18
| | * | | | xprtrdma: Do not truncate iova_start values in frmr registrations.Steve Wise2010-08-111-1/+1
| | * | | | SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden2010-08-101-6/+22
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1712-57/+59
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1310-34/+76
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-08-132-5/+92
| |\ \ \ \ \ \ \
| | * | | | | | | DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei2010-08-112-5/+92
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-123-13/+24
| |\ \ \ \ \ \ \
| | * | | | | | | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+2
| | * | | | | | | nfs: update for module_param_named API changeStephen Rothwell2010-08-111-2/+7
| | * | | | | | | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-11/+15
| | |/ / / / / /
| * | | | | | | Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-11/+5
| |/ / / / / /
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-0918-99/+150
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-08-072-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | net: sunrpc: removed duplicated #includeAndrea Gelmini2010-08-061-1/+0
| | * | | | | | | sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy2010-07-062-1/+7
| * | | | | | | | Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-08-079-235/+301
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SUNRPC: Defer deleting the security context until gss_do_free_ctx()Trond Myklebust2010-08-041-6/+1
| | * | | | | | | | SUNRPC: prevent task_cleanup running on freed xprtJ. Bruce Fields2010-08-041-0/+1
| | * | | | | | | | SUNRPC: Reduce asynchronous RPC task stack usageTrond Myklebust2010-08-041-2/+3
| | * | | | | | | | SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-047-85/+83
| | * | | | | | | | SUNRPC: Clean up of rpc_bindcred()Trond Myklebust2010-08-043-29/+21
| | * | | | | | | | SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust2010-08-042-73/+88
| | * | | | | | | | SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust2010-08-041-11/+9
| | * | | | | | | | SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust2010-08-041-5/+55
| | * | | | | | | | SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust2010-08-041-3/+7
| | * | | | | | | | NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust2010-08-044-25/+36
| | * | | | | | | | SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust2010-08-031-5/+6
| * | | | | | | | | [DNS RESOLVER] Minor typo correctionSteve French2010-08-061-1/+1
| * | | | | | | | | DNS: Fixes for the DNS query moduleDavid Howells2010-08-061-1/+1
| * | | | | | | | | cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell2010-08-062-0/+2
| * | | | | | | | | DNS: Separate out CIFS DNS Resolver codeWang Lei2010-08-057-0/+449
* | | | | | | | | | udp: add rehash on connect()Eric Dumazet2010-09-084-2/+64
* | | | | | | | | | net: blackhole route should always be recalculatedJianzhao Wang2010-09-081-1/+6
* | | | | | | | | | ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski2010-09-081-2/+6
* | | | | | | | | | ipvs: fix active FTPJulian Anastasov2010-09-083-12/+13
* | | | | | | | | | gro: Re-fix different skb headroomsJarek Poplawski2010-09-081-1/+1
* | | | | | | | | | ipv4: Fix reverse path filtering with multipath routing.David S. Miller2010-09-071-2/+13
* | | | | | | | | | UNIX: Do not loop forever at unix_autobind().Tetsuo Handa2010-09-071-3/+12
* | | | | | | | | | irda: off by oneDan Carpenter2010-09-071-1/+1
* | | | | | | | | | netfilter: discard overlapping IPv6 fragmentNicolas Dichtel2010-09-071-65/+15
* | | | | | | | | | ipv6: discard overlapping fragmentNicolas Dichtel2010-09-071-56/+15
* | | | | | | | | | net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa2010-09-071-8/+8
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
OpenPOWER on IntegriCloud