summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust2008-04-192-14/+15
* SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
* SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-192-22/+43
* SUNRPC: Fix a bug in call_decode()Trond Myklebust2008-04-191-3/+6
* Merge branch 'hotfixes' into develTrond Myklebust2008-03-1920-116/+187
|\
| * sched, net: socket wakeups are syncIngo Molnar2008-03-191-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-1217-75/+126
| |\
| | * [SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury2008-03-113-3/+9
| | * [TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen2008-03-111-2/+10
| | * [NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy2008-03-101-1/+1
| | * [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0...Patrick McHardy2008-03-101-11/+4
| | * [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 e...Patrick McHardy2008-03-101-14/+16
| | * [NETFILTER]: nf_conntrack: replace horrible hack with ksize()Pekka Enberg2008-03-101-16/+3
| | * [NETFILTER]: nf_conntrack: add \n to "expectation table full" messageAlexey Dobriyan2008-03-101-1/+1
| | * [NETFILTER]: xt_time: fix failure to match on SundaysJan Engelhardt2008-03-101-2/+5
| | * [NETFILTER]: nfnetlink_log: fix computation of netlink skb sizeEric Leblond2008-03-101-1/+1
| | * [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.Eric Leblond2008-03-101-1/+1
| | * RxRPC: fix rxrpc_recvmsg()'s returning of msg_nameDavid Howells2008-03-051-1/+2
| | * bluetooth: make bnep_sock_cleanup() return voidTobias Klauser2008-03-052-4/+2
| | * bluetooth: Make hci_sock_cleanup() return voidTobias Klauser2008-03-051-3/+1
| | * bluetooth: hci_core: defer hci_unregister_sysfs()Dave Young2008-03-051-2/+2
| | * [SCTP]: Bring MAX_BURST socket option into ietf API extension complianceNeil Horman2008-03-051-13/+60
| | * SCTP: Fix chunk parameter processing bugGui Jianfeng2008-03-051-0/+8
| * | SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker2008-03-121-1/+1
| * | SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker2008-03-121-38/+58
* | | SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-141-1/+0
* | | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-145-2/+22
* | | SUNRPC: Add a generic RPC credentialTrond Myklebust2008-03-143-1/+144
* | | SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust2008-03-142-17/+22
* | | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-143-48/+47
* | | SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust2008-03-141-1/+4
* | | Merge commit 'origin' into develTrond Myklebust2008-03-0855-225/+244
|\ \ \ | |/ /
| * | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-071-1/+5
| |\ \ | | |/ | |/|
| | * SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey2008-03-071-1/+5
| * | [IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger2008-03-041-2/+2
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-03-041-49/+43
| |\ \
| | * | rc80211-pid: fix rate adjustmentStefano Brivio2008-03-041-49/+43
| * | | [ESP]: Add select on AUTHENCHerbert Xu2008-03-042-2/+2
| * | | [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-041-4/+8
| |/ /
| * | [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_delDave Young2008-03-031-1/+2
| * | [NET]: Fix race in generic address resolution.Frank Blaschka2008-03-031-1/+1
| * | iucv: fix build error on !SMPHeiko Carstens2008-03-031-2/+0
| * | [TCP]: Must count fack_count also when skippingIlpo Järvinen2008-03-031-5/+9
| * | [SCTP]: Use proc_create to setup de->proc_fops.Pavel Emelyanov2008-02-291-6/+3
| * | [IRDA]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-293-11/+9
| * | [TCP]: BIC web page link is corrected.Sangtae Ha2008-02-281-2/+3
| * | [X25]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-6/+4
| * | [WANROUTER]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-6/+4
| * | [8021Q]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-7/+4
| * | [IPV4]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-3/+2
OpenPOWER on IntegriCloud